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).

Get Available Shipping Methods

get
Path parameters
cart_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
200

success

application/json
get
/checkout/cart/{cart_id}/shipping/available

Last updated

Was this helpful?