Product
Get a product by id.
Returns a product.
GET
/
{storeId}
/
products
/
{productId}
Path Parameters
storeId
string
requiredStore ID for this resource request
productId
string
requiredProduct Id
Response
200 - application/json
id
string
Unique identifier for the resource that was used to create this product
name
string
Name
slug
string
Slug
salesPrice
string
Sales price
regularPrice
string
Actual price
quantity
integer
Product quantity
description
string
Product description
shortDescription
string
Product short description
hide
boolean
Hide this product
active
boolean
Active indicator
outOfStock
boolean
Out of stock product
displayOrder
integer
Display Order within the category
width
integer
Width(cm)
height
integer
Height(cm)
depth
integer
Depth(cm)
weight
integer
Weight(kg)
isShippingEnabled
boolean
Enable to enter shipping details
isVariantEnabled
boolean
Enable to enter product variants
variantAttributeValues
object[]
All Possible Variant Attribute Values that this parent product can have
seo
object
SEO metadata for this product
categories
object[]
Associated Categories
images
object[]
Product images
brand
object
Brand
metaData
object
Any additional meta data that needs to be stored as a part of this entity
variants
object[]
Images
date_created
string
Created date
date_modified
string
Modified date