Get Shipping Method
This will get the available shipping methods, it will return an array of shipping methods for each bag in the cart.
Note: For more information on this endpoint go to the API Reference
Once the Shipping and Billing Address are set, then you can get the shipping methods available for a cart (and bags within the cart).
Path parameters
cart_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
200
success
application/json
400
bad request
application/json
404
order not found
application/json
get
/checkout/cart/{cart_id}/shipping/availableLast updated
Was this helpful?