71d737a5fcbf
Create a Product
Create a single product in your account.
Required authorization scope: public.product:write
Request body
Human-readable name of the product.
SKU for the product. This should be unique per one store. Identifier is required when store_id or platform_product_id is empty.
Length of the product in cm (centimeters).
Width of the product in cm (centimeters).
Height of the product in cm (centimeters).
Weight of the product in kg (kilograms).
Item Category ID
Cost of the product.
Product cost currency. ISO-4217 three-letter alphabetic currency code (e.g. USD, EUR, GBP).
Product selling price.
Currency of the product selling price. ISO-4217 three-letter alphabetic currency code (e.g. USD, EUR, GBP).
Image URL of the product.
Pickup location for the product.
Check if the product contains liquid.
Check if the product should apply packing instruction 966.
Check if the product should apply packing instruction 967.
Response
product successfully created
Example response
{
"product": {
"cost_price_currency": "USD",
"selling_price_currency": "USD"
}
}