Basic information

DELETE /{shopId}/product-category-assignments

Deletes one or more products from a category.

Authorisation

OAuth 2.0 Token required with scopes:

products_write

URI parameters

Name Type Description
shopId string

The unique identifier of the shop.

Required: true
Example: DemoShop

Query parameters

Name Type Description
categoryId string

The category from which the specified products should be removed (can be used multiple times).

Required: true
productId string

The product to be removed from the specified categories (can be used multiple times).

Required: true

Response

HTTP 204