| rate_id | number The unique shipping rate ID for this shipping rate. |
| zone_id | number The zone ID for this rate, if you want to limit this rate type to a shipping zone. |
| rate_label | string The label of the rate to display to the customer |
| rate_type | string The type of shipping rate, values can be price, percentage, quantity, weight, method, or live. |
| rate_carrier | string If a live based rate, the carrier for the rate. Values can be ups, usps, fedex, dhl, auspost, canpost, or other. |
| rate_code | string The service code of the shipment |
| trigger_rate | number The trigger rate |
| shipping_rate | number The shipping rate |
| rate_order | integer The sort order of the shipping rate, low to high. |
| override_rate | number For live rates, the amount to always use. |
| free_shipping_threshold | number The price that free shipping applies to this rate type. |
{- "rate_id": 0,
- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}| zone_item_id | number The unique zone item ID for this shipping zone item. |
| zone_id | number The zone ID for this shipping zone item. |
| country_code | string The country code for this zone item. |
| state_code | string The state code for this zone item, if you want to connect beyond the country. |
{- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}| zone_id | number The unique zone ID for this shipping zone. |
| zone_name | string The internal label for this shipping zone. |
Array of objects (ShippingZoneItem) An array of zone item locations for this shipping zone. |
{- "zone_id": 0,
- "zone_name": "string",
- "zone_locations": [
- {
- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}This allows you to get a list of shipping rates
Successful operation
Unauthorized
[- {
- "rate_id": 0,
- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}
]This allows you to add a new shipping rate
Submit any or all elements to add a new shipping rate.
Successful operation
Unauthorized
{- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}{- "rate_id": 0,
- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}This allows you to get a shipping rate from your store by rate ID
Successful operation
Unauthorized
{- "rate_id": 0,
- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}This allows you to update a shipping rate
Submit any or all elements to update the shipping rate.
Successful operation
Unauthorized
{- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}{- "rate_id": 0,
- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}This allows you to delete a shipping rate from your store
Successful operation
Unauthorized
{- "rate_id": 0,
- "zone_id": 0,
- "rate_label": "string",
- "rate_type": "string",
- "rate_carrier": "string",
- "rate_code": "string",
- "trigger_rate": 0,
- "shipping_rate": 0,
- "rate_order": 0,
- "override_rate": 0,
- "free_shipping_threshold": 0
}This allows you to get a list of shipping zones
Successful operation
Unauthorized
[- {
- "zone_id": 0,
- "zone_name": "string",
- "zone_locations": [
- {
- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}
]This allows you to add a new shipping zone
Successful operation
Unauthorized
{- "zone_name": "string",
- "zone_locations": [
- {
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}{- "zone_id": 0,
- "zone_name": "string",
- "zone_locations": [
- {
- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}This allows you to get a shipping zone from your store by zone ID
Successful operation
Unauthorized
{- "zone_id": 0,
- "zone_name": "string",
- "zone_locations": [
- {
- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}This allows you to update a shipping zone
Submit any or all elements to update the shipping zone.
Successful operation
Unauthorized
{- "zone_name": "string",
- "zone_locations": [
- {
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}{- "zone_id": 0,
- "zone_name": "string",
- "zone_locations": [
- {
- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}This allows you to delete a shipping zone from your store
Successful operation
Unauthorized
{- "zone_id": 0,
- "zone_name": "string",
- "zone_locations": [
- {
- "zone_item_id": 0,
- "zone_id": 0,
- "country_code": "string",
- "state_code": "string"
}
]
}