POST
/
{storeId}
/
products
/
{productId}

Path Parameters

storeId
string
required

Store ID for this resource request

productId
string
required

Product Id

Body

application/json
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
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

displayOrder
integer

Display Order within the category

height
integer

Height(cm)

hide
boolean

Hide this product

id
string

Unique identifier for the resource that was used to create this product

images
object[]

Product images

isShippingEnabled
boolean

Enable to enter shipping details

isVariantEnabled
boolean

Enable to enter product variants

metaData
object

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

name
string

Name

outOfStock
boolean

Out of stock product

quantity
integer

Product quantity

regularPrice
string

Actual price

salesPrice
string

Sales price

seo
object

SEO metadata for this product

shortDescription
string

Product short description

slug
string

Slug

variantAttributeValues
object[]

All Possible Variant Attribute Values that this parent product can have

variants
object[]

Images

weight
integer

Weight(kg)

width
integer

Width(cm)