website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
👋Welcome to Violet's Docs
💡Concepts
🚀Quick Start
🍎Create a Violet Application
😀Postman + Login
🏬View Merchants
👗Interact with Catalogs
🛍️Place an Order
🌐API Reference
✋Help
📝Changelog
Docs powered by archbee 
0min

Get Available Shipping Methods

GET
Returns a list of available shipping methods for each bag. The shipping address and customer must be applied to the cart before requesting shipping methods.
PATH PARAMETERS
cart_idinteger*
HEADER PARAMETERS
X-Violet-Tokenstring
X-Violet-App-Secretstring
X-Violet-App-Idinteger
RESPONSES
200
successful operation
OrderShippingMethodWrapper[]
Order Shipping Method Wrapper
bag_idinteger<int64>
shipping_methods
OrderShippingMethod[]
Shipping Methods belonging to an Order
Updated 21 Oct 2022
Did this page help you?
Yes
No
UP NEXT
Remove Shipping Method
Docs powered by archbee