Create a new product
POST/products/
Create a new product in your e-commerce catalog with multi-language support, categorization, pricing, and inventory management capabilities.
Key Features
- Multi-language Content: Use LocalizedString arrays for names, descriptions, and metadata
- Category Organization: Link to parent categories using lookup keys (ID or sourceId + source)
- External Integration: Assign sourceId for synchronization with external systems
- Inventory Management: Set stock levels, orderable quantities, and availability status
- SEO Optimization: Add metadata titles, descriptions, keywords, and canonical URLs
- Supplier Integration: Link products to suppliers with external codes
Request
Responses
- 201
- 400
Create a new product - 200
Create a new product - 400 (existing sourceId)