Skip to main content
GET
/
api
/
v1
/
orders
/
shipping_options
Get shipping options
curl --request GET \
  --url https://api.byblend.com/api/v1/orders/shipping_options \
  --header 'Authorization: Bearer <token>'
{
  "carriers": [
    "ups"
  ],
  "service_levels": [
    "ups_ground"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response with shipping options

carriers
string[]

List of available carriers

service_levels
string[]

List of available service levels