Create a product
Create a new product with variants, options, and other details. Requires full write access to products.
Request Body
application/jsonRequiredisBundlebooleanWhether this product is a bundle of other products
Default:
falsenameRequiredstringName of the product
slugstringURL-friendly version of the product name
descriptionstringDetailed description of the product
optionsarray<object>Product options (e.g., Size, Color)
brandstringBrand name
vendorstringVendor/supplier name
manufacturerstringManufacturer name
eccnstringExport Control Classification Number
imageUrlstringURL of the product image
Format:
"uri"imageFilestringProduct image file to upload. When provided, this will be uploaded and the resulting URL will be stored in imageUrl.
Format:
"binary"variantsRequiredarray<object>Product variants
Product created successfully