Create a product
Method : POST
Request Body Schema (Product)
Field Name
Type
Required
Description
name
string
Yes
Product display name
product_category
string
Yes
Category identifier
b2b
boolean
Yes
B2B availability flag
customize_only
boolean
Yes
Customization-only flag
product_variants_attributes
array
Yes
Array of product variant objects. refer below for schema
Product Variations Schema
Field Name
Type
Required
Description
price
string
Yes
Variant price
sku
string
Yes
Stock keeping unit
name
string
Yes
Variant name
upc
string
No
Universal product code
200 Successful response example
Last updated