Endpoint
Request Body
The name of the product
Detailed description of the product
Stock Keeping Unit - unique identifier for inventory management
ID of the category this product belongs to
Selling price of the product
Cost price of the product (for margin calculation)
Weight of the product in kilograms
Whether the product is currently active and available for sale
Response
Returns the created product object with all fields including the generated ID and timestamp.Unique identifier for the newly created product
The name of the product
Detailed description of the product
Stock Keeping Unit identifier
ID of the product’s category
Selling price of the product
Cost price of the product
Weight in kilograms
Whether the product is active
Creation timestamp in ISO 8601 format
ID of the associated product dimensions record
ID of the associated inventory record
List of image IDs associated with this product
Example
Response Example
Response Codes
Product created successfully. The response includes a
Location header with the URI of the created resource.Invalid request body or validation errors