ShippingZone
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/2020-01/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/2020-04/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/2020-07/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/2020-10/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/2021-01/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/2021-04/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}
What you can do with ShippingZone
The Shopify API lets you do the following with the ShippingZone resource. More detailed versions of these general actions may be available:
ShippingZone properties
id |
The unique numeric identifier for the shipping zone. |
name |
The name of the shipping zone, specified by the user. |
profile_id |
The ID of the shipping zone's delivery profile. Shipping profiles allow merchants to create product-based or location-based shipping rates. |
location_group_id |
The ID of the shipping zone's location group. Location groups allow merchants to create shipping rates that apply only to the specific locations in the group. |
countries |
A list of countries that belong to the shipping zone.
|
provinces |
The sub-regions of a country. The term provinces also encompasses states.
|
carrier_shipping_rate_providers |
Information about carrier shipping providers and the rates used. |
price_based_shipping_rates |
Information about a price-based shipping rate.
|
weight_based_shipping_rates |
Information about a weight-based shipping rate.
|
Endpoints
fields
|
comma-separated list of fields to include in the response |
Show list of shipping zones
GET /admin/api/unstable/shipping_zones.json
View Response
HTTP/1.1 200 OK
{
"shipping_zones": [
{
"id": 44570466,
"name": "Downtown Ottawa",
"profile_id": "gid://shopify/DeliveryProfile/690933842",
"location_group_id": "gid://shopify/DeliveryLocationGroup/694323328",
"admin_graphql_api_id": "gid://shopify/DeliveryZone/44570466",
"countries": [
{
"id": 359115488,
"name": "Colombia",
"tax": 0.15,
"code": "CO",
"tax_name": "VAT",
"shipping_zone_id": 44570466,
"provinces": []
},
{
"id": 879921427,
"name": "Canada",
"tax": 0.05,
"code": "CA",
"tax_name": "GST",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 224293623,
"country_id": 879921427,
"name": "Quebec",
"code": "QC",
"tax": 0.09,
"tax_name": "HST",
"tax_type": "compounded",
"tax_percentage": 9.0,
"shipping_zone_id": 44570466
},
{
"id": 702530425,
"country_id": 879921427,
"name": "Ontario",
"code": "ON",
"tax": 0.08,
"tax_name": null,
"tax_type": null,
"tax_percentage": 8.0,
"shipping_zone_id": 44570466
}
]
},
{
"id": 817138619,
"name": "United States",
"tax": 0.0,
"code": "US",
"tax_name": "Federal Tax",
"shipping_zone_id": 44570466,
"provinces": [
{
"id": 9350860,
"country_id": 817138619,
"name": "Massachusetts",
"code": "MA",
"tax": 0.065,
"tax_name": null,
"tax_type": null,
"tax_percentage": 6.5,
"shipping_zone_id": 44570466
},
{
"id": 1013111685,
"country_id": 817138619,
"name": "New York",
"code": "NY",
"tax": 0.04,
"tax_name": null,
"tax_type": null,
"tax_percentage": 4.0,
"shipping_zone_id": 44570466
}
]
}
],
"weight_based_shipping_rates": [
{
"id": 522512552,
"name": "Free Under 5kg",
"price": "0.00",
"shipping_zone_id": 44570466,
"weight_low": 0.0,
"weight_high": 5.0
}
],
"price_based_shipping_rates": [
{
"id": 64051,
"name": "Free Shipping",
"price": "0.00",
"shipping_zone_id": 44570466,
"min_order_subtotal": null,
"max_order_subtotal": "450"
}
],
"carrier_shipping_rate_providers": [
{
"id": 615128020,
"carrier_service_id": 260046840,
"flat_modifier": "",
"percent_modifier": null,
"service_filter": {
"*": "+"
},
"shipping_zone_id": 44570466
}
]
}
]
}