getShippingRates( )


Important:


This method retrieves applicable shipping rates for a delivery from your app.

Wix calls this method when certain actions are performed on the cart and/or checkout. For example, when an item is added to the cart, or the shipping destination is changed.

Note: Do not call the Estimate Cart Totals, Estimate Current Cart Totals or Get Checkout methods from your implementation code for Get Shipping Rates. Doing so will result in an error.

Method Declaration
Copy
Method Parameters
payloadGetShippingRatesEnvelope
Returns
Return Type:GetShippingRatesResponse | Promise<GetShippingRatesResponse>
Example of a `shippingRates` return value
JavaScript
Errors
GenericShippingRatesWixErrorclass
InvalidAddressWixErrorclass
InvalidPostalCodeWixErrorclass
MissingPostalCodeWixErrorclass
Did this help?