Skip to main content

Retrieve a product inventory list

Retrieve a product inventory list.

Authorizations:Token, JWT
Query Parameters
pageintegerDefault: 1The collection page number
itemsPerPageinteger[0 .. true]Default: 30The number of items per page
paginationbooleanEnable or disable pagination
updateDate[before]string
updateDate[strictly_before]string
updateDate[after]string
updateDate[strictly_after]string

Responses

200Product collection
Response schema:
Product collection
Array
product_idinteger
skustring
amountinteger
pricenumber
401Unauthorized
Response schema:
Unauthorized
typestring
titlestring
detailstring or null
instancestring or null
500Internal error
Response schema:
Internal error
typestring
titlestring
detailstring or null
instancestring or null