ListingTypePolicies
Returns the listing type policies for the specified marketplace, with each row representing a listing type and duration combination per category.
Columns
| Name | Type | Description |
| CategoryId [KEY] | String | The unique identifier of the eBay leaf category. |
| CategoryTreeId | String | The unique identifier of the category tree. |
| DigitalGoodDeliveryEnabled | Boolean | If true, the category supports digital good delivery, indicating that a listing can be created for a digital item, such as a PDF or a song. |
| PickupDropOffEnabled | Boolean | If true, the category supports the click and collect feature, where a buyer can purchase certain items on eBay and then pick up those items at a participating store. |
| ListingDurations | String | EBay listing types and the supported durations for the corresponding leaf category. If a specific eBay listing type does not appear for a leaf category, it indicates that the category does not support that listing type. |
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 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. |