List Items
This endpoint returns a paginated list of all items in a customer's catalog with various filtering options including pagination, sorting, and specific attributes such as IDs, names, models, SKUs, sizes, classes, reading types, and manufacturer IDs.
Headers
Impilo-API-Key
Query parameters
page
The page number of the content returned.
size
The size of the page of content returned. Max value is 100.
sort
The attribute to sort on.
Allowed values:
sortDescending
True if the sort direction should be descending.
id
Lists only items with the provided Item IDs.
name
Lists only items with the provided name.
model
Lists only items with the provided model.
sku
Lists only items with the provided SKU.
itemSize
Lists only items with the provided sizes.
Allowed values:
itemClass
Lists only items with the provided classes.
readingType
Lists only items with the provided reading types.
manufacturerId
Lists only items created by the provided Manufacturer IDs.
Response
OK
content
The content of the page, consisting of a list of objects.
first
True if this is the first page, false otherwise.
last
True if this is the last page, false otherwise.
page
The current page number. The first page has value 1.
size
The current page size. Default 15, maximum 250.
total
The number of objects matching the request.