POST

Bulk Add Info Sections To Products By Filter


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Adds info sections to multiple products, given the provided filter and search expression.

Authentication

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

Permissions
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Product write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/products/add-info-sections-by-filter

Body Params
filterstructRequired

Filter object.


infoSectionIdsArray <string>Requiredformat GUIDminItems 1maxItems 10

IDs of the info sections to add.


searchSearch

Free text to match in searchable fields.

Response Object
jobIdstringformat GUID

Job ID.

Pass this ID to Get Async Job to retrieve job details and metadata..

Bulk add info sections to products by filter
Request
cURL
Response
JSON
Errors
428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?