Shipping fulfilment API Integration

Hi.
I am setting up a Wix ecommerce store and would like to work with a shipment integrator service. They offer automatic integration for stores in Shopify, Woocommerce and some others, but not for wix.

I contacted them and they said they can provide an API for integration with my store. Can someone tell me the steps for it?

any luck with this?

Using NPM-packages / HTTP-FUNCTIONS / or fetch / Hooks
should do it.

It depends on the integrator service.

@russian-dima Thank you is there documentation on the “shipping api”? I don’t have enough functionnality with whats built in wix right now, i need to be able to have free shipping over a certain amount and exclude certain products from the free shipping rule, it appears that once you setup freeshiping in the wix settings thats all there is available =O – Also using something like shippo to calculate shipping fee would be nice! That’s probably where i would need to use http-functions :slight_smile:

@colaaa
Perhaps this could be useful…

@russian-dima spooky, i’m actually looking into them right now :slight_smile: how would i update the shipping calculations on the wix front end though based on the data i get from them? I understand the http-functions part, it’s how too update the wix checkout component that i’m not sure about =D Thats what i was trying to ask earlier xD