Get product

Get a product by ID, including its product attributes with pricing details

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

idstringRequired

Response

200
idstring
namestring
descriptionstring or null
createdAtdatetime
updatedAtdatetime
activeboolean
productCodestring or null
externalIdstring or null
archivedAtdatetime or null
metadatamap from strings to any or null
productAttributeslist of objects

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error