Retrieve a product inventory list
Retrieve a product inventory list.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page |
| pagination | booleanEnable 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_id | integer |
| sku | string |
| amount | integer |
| price | number |
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |