Products
Create Product
Creates a new product in your COR instance with external ID mapping
POST
Creates a new product in your COR instance through the integrations service. The product must be associated with an existing client and brand that were previously created through the integrations API.
Request Body Requirements
External product ID from your source system
Product name
External client ID. The client must have been previously created through the integrations API.
External brand ID. The brand must have been previously created through the integrations API.
Product description
Known Errors
ValidationError— Missing required fieldsClientNotFoundError— The specified client does not exist in the integration mappingsBrandNotFoundError— The specified brand does not exist in the integration mappingsDuplicateExternalIdError— A product with this external ID already exists for this source

