ShippingPolicies
Returns shipping policy metadata for all leaf categories on the specified marketplace.
Columns
| Name | Type | Description |
| CategoryId [KEY] | String | The unique identifier of the eBay leaf category. |
| CategoryTreeId | String | The unique identifier of the category tree. |
| GlobalShippingEnabled | Boolean | If true, the Global Shipping Program (GSP) is supported for the category. GSP is only supported by the eBay UK marketplace (EBAY_GB). |
| Group1MaxFlatShippingCostValue | String | The maximum flat shipping cost for shipping service group 1. |
| Group1MaxFlatShippingCostCurrency | String | The currency of the maximum flat shipping cost for shipping service group 1 (ISO 4217 code). |
| Group2MaxFlatShippingCostValue | String | The maximum flat shipping cost for shipping service group 2. |
| Group2MaxFlatShippingCostCurrency | String | The currency of the maximum flat shipping cost for shipping service group 2 (ISO 4217 code). |
| Group3MaxFlatShippingCostValue | String | The maximum flat shipping cost for shipping service group 3. |
| Group3MaxFlatShippingCostCurrency | String | The currency of the maximum flat shipping cost for shipping service group 3 (ISO 4217 code). |
| HandlingTimeEnabled | Boolean | If true, a seller's stated handling time is enabled for the category. Generally needed for shipped items, not necessarily for freight or local pickup. |
| MaxFlatShippingCostValue | String | The maximum cost the seller can charge for the first domestic flat-rate shipping service. Mutually exclusive with group shipping costs. |
| MaxFlatShippingCostCurrency | String | The currency of the maximum flat shipping cost (ISO 4217 code). Mutually exclusive with group shipping costs. |
| ShippingTermsRequired | Boolean | If true, the category requires sellers to specify shipping details at listing time. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description |
| MarketplaceId | String | The eBay marketplace for which shipping policy information is retrieved. |
| Filter | String | Limits the response by returning metadata for specified leaf categories only. Format: categoryIds:{catId1|catId2|catId3}. Maximum 50 category IDs. |