curl --request GET \
--url https://base_url/api/v1/products/:id \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"corporation_id": "b6d009b0-d174-463f-b030-94643c28e209",
"name": "SunShield Pro UV-Blocking Sunglasses",
"tax_code": "TPP",
"sku": "PT-1035",
"description": "<string>"
},
"message": "Successfully fetched product."
}curl --request GET \
--url https://base_url/api/v1/products/:id \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2535af08-a139-4d0c-9827-1651e46dfbcf",
"corporation_id": "b6d009b0-d174-463f-b030-94643c28e209",
"name": "SunShield Pro UV-Blocking Sunglasses",
"tax_code": "TPP",
"sku": "PT-1035",
"description": "<string>"
},
"message": "Successfully fetched product."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Fetch a product response.
A product or service provided by the seller.
Show child attributes
Unique identifier assigned by Commenda for this product.
"2535af08-a139-4d0c-9827-1651e46dfbcf"
Unique identifier assigned by Commenda for the corporation associated with this product.
"b6d009b0-d174-463f-b030-94643c28e209"
Display name of the product.
"SunShield Pro UV-Blocking Sunglasses"
A unique stock keeping unit (SKU) identifier for the product. Must be unique within your corporation and contain at least one character.
1"PT-1035"
Brief description of the product.
"Successfully fetched product."