Online shipping methods overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Shipping applications provide customers with online rates after they fill in their address details.
While the shipping methods page loads for the customer, the following flow happens in the background:
First, Ecwid gets order details and sends them a POST request to the app's shippingUrl
with the data formatted as an unencrypted JSON.
After that, the app must parse the data and return shipping rates within the 10-second window. Upon receiving the response, Ecwid loads the next checkout page and displays shipping options to the customer.