A type that defines the Extended Producer Responsibility policy.
AuctionsCommerceProductsMarketplaceFortune 500
Properties
Name
Type
Description
categoryId
string
The unique identifier for the category under which the policy applies.
categoryTreeId
string
The unique identifier for the category tree under which the policy applies.
supportedAttributes
array
The details regarding the attributes included in the policy, such as their usage guidelines and whether they can be specified at the listing variation level.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ExtendedProducerResponsibilityPolicy",
"title": "ExtendedProducerResponsibilityPolicy",
"type": "object",
"properties": {
"categoryId": {
"type": "string",
"description": "The unique identifier for the category under which the policy applies."
},
"categoryTreeId": {
"type": "string",
"description": "The unique identifier for the category tree under which the policy applies."
},
"supportedAttributes": {
"type": "array",
"description": "The details regarding the attributes included in the policy, such as their usage guidelines and whether they can be specified at the listing variation level.",
"items": {
"$ref": "#/components/schemas/ExtendedProducerResponsibility"
}
}
},
"description": "A type that defines the Extended Producer Responsibility policy."
}