List catalog items Run in API Explorer
Ask AI
Retrieve a list of catalog items belonging to the authenticated organization.
GET
/api/external/hub/v1/catalog/items
curl \
--request GET 'https://api.useshelf.com/api/external/hub/v1/catalog/items'
Response examples (200)
[
{
"id": 42,
"name": "string",
"mpn": "string",
"upc": "string",
"hs_code": "string",
"is_hazmat": true,
"cold_storage_type": "string",
"can_expire": true
}
]