Detail Product
Detail Product
Path Parameters
id uuid required
Product UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object
id string
name string
product_type object
id string
name string
product_category object
id string
name string
sku string
description string
uom string
weight number
volume number
price integer
{
"data": {
"id": "string",
"name": "string",
"product_type": {
"id": "string",
"name": "string",
"product_category": {
"id": "string",
"name": "string"
}
},
"sku": "string",
"description": "string",
"uom": "string",
"weight": 0,
"volume": 0,
"price": 0
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Not Found
Loading...