Add Item Category Property

Beta
PUT/v1/catalog/item-categories/{id}/properties/{property_id}

This endpoint is idempotent. Learn more

Attaches one of your account's properties to an item category.

The property then appears among the category's properties, including in the customer-facing catalog, describing a dimension along which the category's items vary. Each property name can appear only once per category, so attaching a property whose name duplicates one already there returns a conflict error.

Permissions requiredValues:item_categories:update
The role behind your API key or agent must grant every one of these permissions.
idstring

Item category ID.

property_idstring

ID of the property to add to the category.

Responses

200

Successful response for Add Item Category Property