Basic information
POST /{shopId}/product-category-assignments
Assigns categories to products and products to categories.
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
|
Request body
Media type application/x-www-form-urlencoded
Name | Type | Description |
---|---|---|
categoryId |
string |
The category to be assigned for the defined products. Can be one or more categories. Required:
true
|
productId |
string |
The product to be assigned to the defined category. Can be one or more products. Required:
true
|
Response
HTTP 204