NegotiatedPricePolicies
Returns the negotiated price (Best Offer) policies for 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. |
| BestOfferAutoAcceptEnabled | Boolean | If true, the category supports the setting of an auto-accept value as part of the Best Offer. |
| BestOfferAutoDeclineEnabled | Boolean | If true, the category supports the setting of an auto-decline value as part of the Best Offer. |
| BestOfferCounterEnabled | Boolean | If true, the category supports the making of counteroffers to Best Offers by the seller. |
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. |