Retrieve item
Items
Retrieve item
Retrieve a single catalog item.
GET
Retrieve item
Request
Response
Errors
| Status | Scenario |
|---|---|
400 | Malformed item ID |
404 | Item does not exist for the authenticated tenant |
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Public item ID.
Pattern:
^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$Response
Item
Pattern:
^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$Example:
"7f3a2c9e"
Available options:
item Example:
"Wireless Headphones"
Example:
"Noise-cancelling Bluetooth headphones."
Arbitrary JSON object used for filtering, ranking, and debugging.
Example:
{
"category": "electronics",
"brand": "Acme",
"price": 10999,
"currency": "usd"
}Example:
true
Unix timestamp in seconds.
Example:
1777478400
Unix timestamp in seconds.
Example:
1777478500

