Update a Product
Last updated
Last updated
PUT
https://{workspace}.myeshopbox.com/product-engine/api/v1/products/{sku}
This endpoint updating an existing product.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
It is not mandatory to pass all of the existing properties while updating or adding new properties, only those which are required to be updated or added should be there in the request.
sku
string
A SKU
is a unique code that identifies characteristics about each product, source: client
Authentication
string
Bearer token to grant the access of the API
weightUnit
string
The Weight unit of the product Enum: g, lb, kg, ml, invalid
type
string
Defines a type of the product(Base, Kit, Virtual Combo)
vertical
string
Product category code
brand
string
Product brand
description
string
Description of product
mrp
number
Maximum retail price of product
unitPrice
number
Unit price of product
dimensionLength
number
A characteristic of a product in terms of its length
dimesnionWidth
number
A characteristic of a product in terms of its width
dimensionHeight
number
A characteristic of a product in terms of its height
dimesnsionUnit
string
Dimension unit
weight
number
Weight of a product without any packaging
components
array
Unit of virtual combo and kit. It is null for base product
hsnCode
string
It is used for the classification of goods in a systematic and logical manner
taxCode
string
Product tax code
groupCode
string
It used for grouping of multiple SKU
imageUrl
string
Product image
additionalNames
object
Additional names of the product(EAN
,UPC
, GTIN
, Others)
specification
array
It describes the nature of the product(Fragile, Dangerous, Liquid, A battery or contains one, Media)
properties
array
Client defined attribute of the product