Get Catalog Item

Retrieve a specific catalog item by ID.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

catalog_item_idintegerRequired
Catalog item identifier

Response

Catalog item details
idinteger
Catalog item identifier
namestring
Catalog item name
catalogenum or null

High-level trade group for this item.

typeenum
Catalog item type
categoryenum

Catalog item category code (ProductCategory or ServiceCategory)

costdouble or null>=0
Catalog item cost
pricedouble or null>=0
Catalog item price
manufacturerstring or nullOptional
Catalog item manufacturer
skustring or nullOptional
Catalog item SKU
codestring or nullOptional
Catalog item code
descriptionstring or nullOptional
Catalog item description
imageobject or nullOptional
isArchivedboolean or nullOptional
Whether the catalog item is archived
createdByIdintegerOptional
Identifier of the user who created the catalog item
createdAtstring or nullOptionalformat: "date-time"
updatedAtstring or nullOptionalformat: "date-time"
preferredVendorIdinteger or nullOptional

ID of the preferred vendor (must be an existing active vendor for this company)

Errors

401
Unauthorized Error
404
Not Found Error