Add products as children of category.

This endpoint allows you to add multiple products to a specified category.
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…
Body Params
string | null

Specifies the ID of the category to which products will be assigned.

Example:

"categoryId": "667a6c664d59943c1504c738"
productIds
array of strings | null, unique

Specifies the set of product IDs to be assigned to the specified category.

Example:

"productIds": [
  "667a6c664d59943c1504c738",
  "67958a6c664d59943c1504c7"
]
productIds
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