📄️ Introduction
Products are the core sellable items in your e-commerce catalog, featuring multi-language content, categorization, pricing, and inventory management capabilities.
📄️ Create a new product
Create a single product with multi-language content, categorization, pricing, and inventory management. Returns the created product with its assigned ID.
📄️ Get a product by lookup key
Retrieve a single product using any supported lookup key. Supports multiple identification methods including internal ID, external source ID, SKU, and supplier code.
📄️ Update a product by lookup key
Update a product using any supported lookup key. Supports partial updates and multiple identification methods including internal ID, external source ID, SKU, and supplier code.
📄️ Delete a product by lookup key
Delete a product using any supported lookup key. Supports multiple identification methods including internal ID, external source ID, SKU, and supplier code.
📄️ Bulk products by ID
Efficiently import or update large numbers of products in a single API call using internal ID identification. Supports create, update, and directive-based operations.
📄️ Bulk products by source ID
Efficiently import or update large numbers of products in a single API call using external system source ID identification. Supports create, update, and directive-based operations.
📄️ Delete a product translation by lookup key
Delete a specific language translation for a product using any supported lookup key. Cannot delete the default language translation.