Warehouse
Products list.
get/rest/api/warehouse/product/
Query parameters
idinteger
skustring
namestring
eanstring
{"stackTrail":"paths:/rest/api/warehouse/product/:get:parameters:4:schema","oasType":"schema","type":"unknown"}
Product status (0-inactive, 1-active, 8-archive)
offsetinteger
Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records), max 2000 records
limitinteger
Limit of returned results
Response
Returns simple list of products
Example response
{
"products": [
{
"name": "Samsung Galxy S20 Plus Black 128GB",
"sku": "HG-331/P",
"ean": "4006381333931",
"id": 1234,
"originalCode": "p12345",
"quantity": 15,
"tax": "23.00",
"status": 1,
"location": "A.001.B.002"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.