Skip to main content
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

object
required
string
required
External product ID from your source system
string
required
Product name
string
required
External client ID. The client must have been previously created through the integrations API.
string
required
External brand ID. The brand must have been previously created through the integrations API.
string
Product description

Known Errors

  • ValidationError — Missing required fields
  • ClientNotFoundError — The specified client does not exist in the integration mappings
  • BrandNotFoundError — The specified brand does not exist in the integration mappings
  • DuplicateExternalIdError — A product with this external ID already exists for this source