PUT
/
products
/
{productId}

Path Parameters

productId
string
required

Product Id

Body

application/json
categories
object[]
required

Associated Categories

name
string
required

Name

quantity
integer
required

Product quantity

sku
string
required

Stock keeping Unit

weight
integer
required

Weight(kg)

active
boolean

Active indicator

brand
object

Brand

depth
integer

Depth(cm)

description
string

Product description

displayOrder
integer

Product display order

height
integer

Height(cm)

images
object[]

Product images

isProductLevelTaxEnabled
boolean

Enable to enter CGST and SGST taxes

isShippingEnabled
boolean

Enable to enter shipping details

outOfStock
boolean

Out of stock product

prices
object[]

Price Information across various channels

quantities
object[]

Quantity Information across various warehouses

seo
object

SEO metadata for this product

shortDescription
string

Product short description

tax
object

Tax information for this product

variantAttributeValues
object[]

All Possible Variant Attribute Values that this parent product can have

width
integer

Width(cm)

Response

201 - application/json
active
boolean

Active indicator

brand
object

Brand

categories
object[]

Associated Categories

date_created
string

Created date

date_modified
string

Modified date

depth
integer

Depth(cm)

description
string

Product description

height
integer

Height(cm)

id
string

Unique identifier for the resource

images
object[]

Product images

isProductLevelTaxEnabled
boolean

Enable to enter CGST and SGST taxes

isShippingEnabled
boolean

Enable to enter shipping details

isVariantEnabled
boolean

Enable to enter product variants

name
string

Name

outOfStock
boolean

Out of stock product

prices
object[]

Price Information across various channels

quantity
integer

Product quantity

seo
object

SEO metadata for this product

shortDescription
string

Product short description

sku
string

Stock keeping Unit

slug
string

Slug

tax
object

Tax information for this product

variantAttributeValues
object[]

All Possible Variant Attribute Values that this parent product can have

variants
object[]

Images

weight
integer

Weight(kg)

width
integer

Width(cm)