Get product by external ID

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

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

externalIdstringRequired

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