ShippingZones
Lists shipping zones with associated countries, provinces, and shipping rate groupings.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | A unique numeric identifier for the shipping zone. | |
| Name | String | The descriptive name of the shipping zone as defined by the merchant. | |
| ProfileId | String | The unique identifier of the delivery profile associated with this shipping zone. Delivery profiles define how shipping rates are structured for products or locations. | |
| LocationGroupId | String | The unique identifier for the location group tied to this shipping zone. Location groups restrict shipping rates to specific fulfillment locations. | |
| Countries | String | A list of countries included in this shipping zone, represented by their country codes. | |
| CarrierShippingRateProviders | String | Details about third-party carrier services configured to provide dynamic shipping rates for this zone. | |
| PriceBasedShippingRates | String | Information about the shipping rates in this zone that are determined by the order's total price range. | |
| WeightBasedShippingRates | String | Information about the shipping rates in this zone that are determined by the order's total weight range. |