PUT
/
{storeId}
/
products

Path Parameters

storeId
string
required

Store ID for this resource request

Body

application/json · object[]
id
string
required

id

name
string
required

Name

quantity
integer
required

Product quantity

regularPrice
string
required

Actual price

salesPrice
string
required

Sales price

weight
integer
required

Weight(kg)

active
boolean

Active indicator

brandInformation
string

Brand

categoryInformation
string[]

Associated Categories

depth
integer

Depth(cm)

description
string

Product description

displayOrder
integer

Display Order within the category

height
integer

Height(cm)

hide
boolean

Hide this product

images
object[]

Product images

isShippingEnabled
boolean

Enable to enter shipping details

metaData
object

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

outOfStock
boolean

Out of stock product

seo
object

SEO metadata for this product

shortDescription
string

Product short description

tagInformation
string[]

Associated tags

variantAttributeValues
object[]

All Possible Variant Attribute Values that this parent product can have

width
integer

Width(cm)

Response

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