CategoryPolicies
Returns category 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. |
| AutoPayEnabled | Boolean | If true, the category supports immediate payment for listings. |
| B2bVatEnabled | Boolean | If true, the category supports business-to-business (B2B) VAT listings. Applicable to eBay Germany (DE), Austria (AT), and Switzerland (CH) sites only. |
| EanSupport | String | Indicates whether European Article Numbers (EANs) are supported or required when listing products in the category. |
| Expired | Boolean | If true, the category is no longer a valid eBay category on the site and items may not be listed in this category. |
| IntangibleEnabled | Boolean | If true, the category supports the listing of intangible goods or services. |
| IsbnSupport | String | Indicates whether International Standard Book Numbers (ISBNs) are supported or required when listing products in the category. |
| Lsd | Boolean | If true (Lot Size Disabled), the category does not support lot listings. |
| MinimumReservePrice | Double | The minimum reserve price for an auction listing in this category. A value of 0.0 indicates no minimum reserve price. |
| Orpa | Boolean | If true (Override Reserve Price Allowed), the marketplace allows reserve prices but this category does not. |
| Orra | Boolean | If true (Override Reduce Reserve Allowed), the seller can reduce or remove a reserve price that had already been reduced for an active auction listing. |
| PaymentMethods | String | An array of acceptable offline payment methods for listing items in the category. |
| ReduceReserveAllowed | Boolean | If true, the category allows the seller to reduce an item's reserve price. |
| ReservePriceAllowed | Boolean | If true, reserve prices are allowed for auction listings in this category. |
| UpcSupport | String | Indicates whether Universal Product Codes (UPCs) are supported or required when listing products in the category. |
| ValueCategory | Boolean | If true, the leaf category is designated by eBay as a value category. Value categories can be used as a secondary category at no extra charge. |
| Virtual | Boolean | If true, the category is a virtual category in which items may not be listed. |
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. |