Product
Get a product by id.
Returns a product.
GET
/
products
/
{id}
Authorizations
x-api-key
string
headerrequiredPath Parameters
id
string
requiredProduct Id
Response
200 - application/json
id
string
Unique identifier for the resource
sku
string
Stock keeping Unit
name
string
Name
slug
string
Slug
quantity
integer
Product quantity
description
string
Product description
shortDescription
string
Product short description
active
boolean
Active indicator
outOfStock
boolean
Out of stock product
width
integer
Width(cm)
height
integer
Height(cm)
depth
integer
Depth(cm)
weight
integer
Weight(kg)
prices
object[]
Price Information across various channels
isShippingEnabled
boolean
Enable to enter shipping details
isProductLevelTaxEnabled
boolean
Enable to enter CGST and SGST taxes
tax
object
Tax information for this product
isVariantEnabled
boolean
Enable to enter product variants
seo
object
SEO metadata for this product
categories
object[]
Associated Categories
images
object[]
Product images
variantAttributeValues
object[]
All Possible Variant Attribute Values that this parent product can have
brand
object
Brand
variants
object[]
Images
date_created
string
Created date
date_modified
string
Modified date