Skip to main content
GET
/
products
/
{productId}
Get a single product
curl --request GET \
  --url https://api.simcel.io/master/v1/products/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "productId": "<string>",
  "productName": "<string>",
  "productType": "<string>",
  "category": "<string>",
  "subCategory": "<string>",
  "brands": "<string>",
  "productRange": "<string>",
  "strategicSegment": "<string>",
  "status": "Active",
  "kgPerCarton": 123,
  "grossKgPerCarton": 123,
  "cartonsPerPallet": 123,
  "m3PerCarton": 123,
  "shelfLifeInDays": 123,
  "incubationInDays": 123,
  "moq": 123,
  "productGroups": [
    "<string>"
  ],
  "lmid": "<string>",
  "prevGmid": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
string
required

Query Parameters

workspaceId
string
required

The workspace ID to query master data from

Response

Product details

productId
string

Unique product identifier

productName
string
productType
string

e.g. Finished Good, Raw Material, Semi-Finished

category
string
subCategory
string
brands
string
productRange
string
strategicSegment
string
status
enum<string>
Available options:
Active,
Discontinued,
New
kgPerCarton
number

Gross weight per carton in kg

grossKgPerCarton
number
cartonsPerPallet
number
m3PerCarton
number

Volume per carton in cubic metres

shelfLifeInDays
integer
incubationInDays
integer
moq
number

Minimum order quantity

productGroups
string[]
lmid
string
prevGmid
string