Skip to main content
GET
Get product

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

Product ID

Response

Product detail

id
string
required
Example:

"prod_123"

sku
string
required
Example:

"PROD-001"

name
string
required
Example:

"Product Name"

price
number<double>
required
Example:

100000

description
string
category
string
Example:

"electronics"

cost
number<double>
Example:

75000

stock
integer
Example:

50

status
enum<string>
Available options:
active,
inactive
Example:

"active"

created_at
string<date-time>
updated_at
string<date-time>