Add Item Category Property

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

This endpoint is idempotent. Learn more

Adds a property to an item category, making the property available to items in that category.

Each property name can appear only once per category; adding a property whose name duplicates one already in the category returns a conflict error. Default system categories cannot be modified.

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