POST

Add Products To Collection


Adds products to a specified collection.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v1/collections/{id}/productIds

Path Params
idstringRequired

Collection ID.

Body Params
productIdsArray <string>maxItems 1000

IDs of the products to add to the collection, separated by commas.

Response Object
Returns an empty object.
Add Products To Collection Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?