Add product to categories.

This operation allows you to add the specified product to multiple categories. For more details on working with products and categories, refer to the Product details panel>Categories.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID for the product.

Example: 88y3566b5c77c1325edexx8f

Body Params
categoryIds
array of strings
required
length ≥ 1

Specifies a set of category IDs for categories where the product should be added.

Example:

  "categoryIds": [
    "67d2dc328412522987d3308f",
    "67d2dc2ad3dc9f377a8f0555"
]
categoryIds*
Responses
204

No Content

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json