Create a product
POST/v2/products
Creates a product in the catalogue.
A product can optionally be attached to a parent category and, when present, the parent can be supplied either by internal identifier or by external source / source identifier pair. External system integrators may also supply their own source / source identifier pair so the catalogue can resolve the product later without needing the internal identifier.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
The record was created successfully and is returned in the response payload.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The request conflicts with the current state of the record.
An unexpected error prevented the request from completing.