Place an Order
Get Available Shipping Methods
This will get the available shipping methods, it will return an array of shipping methods for each bag in the cart.
GET
/
checkout
/
cart
/
{cart_id}
/
shipping
/
available
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).
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Path Parameters
cart_id
integer
requiredResponse
200 - application/json
Order Shipping Method Wrapper
bag_id
integer
shipping_methods
array
Was this page helpful?