GET
/
checkout
/
cart
/
{cart_id}
/
shipping
/
available
[
  {
    "bag_id": 99999,
    "shipping_methods": [
      {
        "carrier": "OTHER",
        "label": "Free Ground Shipping",
        "price": 0,
        "shipping_method_id": "904508f53e55effda7fe3ed2aee21132",
        "bag_id": 99999,
        "merchant_id": 11111
      },
      {
        "carrier": "USPS",
        "label": "Priority Mail",
        "price": 664,
        "shipping_method_id": "07d19139fc0f4558687c1900c696f071",
        "bag_id": 99999,
        "merchant_id": 11111
      }
    ]
  }
]

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
required

Response

200 - application/json
bag_id
integer
shipping_methods
array