PUT
/
products

Body

application/json ยท object[]
id
string
required

id

name
string
required

Name

quantity
integer
required

Product quantity

weight
integer
required

Weight(kg)

prices
object[]

Price Information across various channels

categoryInformation
string[]

Associated Categories

tagInformation
string[]

Associated tags

description
string

Product description

shortDescription
string

Product short description

active
boolean

Active indicator

outOfStock
boolean

Out of stock product

displayOrder
integer

Display Order within the category

width
integer

Width(cm)

height
integer

Height(cm)

depth
integer

Depth(cm)

isShippingEnabled
boolean

Enable to enter shipping details

seo
object

SEO metadata for this product

images
object[]

Product images

brandInformation
string

Brand

metaData
object

Any additional meta data that needs to be stored as a part of this entity

variantAttributeValues
object[]

All Possible Variant Attribute Values that this parent product can have

Response

201 - application/json
products
object[]
errors
string[]