docs
  1. Resources
  2. Products Compositions
  3. Bulk Create Or Update Product Compositions

Product Composite bulk request

This endpoint can be used to create a new bulk request for creating and updating composite products.

Every bulk request is defined by list of operations and optional callbacks, which will be called every time request or operation statuses are changed.

A single operation represents an API call to one of the following endpoints:

  • POST /products/composite
  • PUT /products/composite/{productIdentifier}

The execution order is not guaranteed. It means, that operations might be executed in a different order than defined in the request body.

See more details in the Documentation.