v1
latestOpenAPI 3.0.12026-07-2412502.6 MBItems
Search items
get/items
Query parameters
item_idstring
Search for specific item ID(s). Comma separate for multiple.
item_namestring
Search for items by name.
item_skustring
Search for items by sku.
item_upcstring
Search for items by UPC.
connection_idinteger
Search for items by Connection.
item_category_idinteger
Search for items by category.
item_tagstring
Search for items that have specific tags.
item_activeboolean
Return items with a specific active status.
with'item_images' | 'item_tags' | 'item_options' | 'item_option_variations' | 'item_swap_options' | 'connection'
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=item_images,item_tags)
limitinteger
Limit the number of results. Default: 25, max: 200.
offsetinteger
Offset the results
sort_bystring
Field to sort result by
order'asc' | 'desc'
Order by asc or desc
Response
OK
Example response
{
"items": [
{
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
}
]
}