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.
The page number of the content returned.
The size of the page of content returned. Max value is 100.
The attribute to sort on.
True if the sort direction should be descending.
Lists only items with the provided Item IDs.
Lists only items with the provided name.
Lists only items with the provided model.
Lists only items with the provided SKU.
Lists only items with the provided sizes.
Lists only items with the provided classes.
Lists only items with the provided reading types.
Lists only items created by the provided Manufacturer IDs.
The content of the page, consisting of a list of objects.
The current page number. The first page has value 1.
The current page size. Default 15, maximum 250.
The number of objects matching the request.
True if this is the first page, false otherwise.
True if this is the last page, false otherwise.