get https://api.zenoti.com/v1/inventory/stock?center_id=&inventory_date=&search_string=&product_type=
This API fetches the stock quantities of all products in the specified center.
You must specify appropriate details for the center_id
and inventory_date
parameters. Optionally, you can provide the necessary details for the search_string
and product_type
parameters.
Response Details
Name | Type | Description |
---|---|---|
list | object | Object that contains the list of products in the center. For more information, refer to the list Object table. |
Error | object | Object that contains error message and error code details. |
list Object
Name | Type | Description |
---|---|---|
center_code | string | Code of the center. |
product_code | string | Code of the product. |
product_name | string | Name of the product. |
category | string | Category of the product. |
sub_category | string | Sub-category of the product. |
store_quantity | float | Store quantity of the product. |
floor_quantity | float | Floor quantity of the product. |
total_quantity | float | Total quantity of the product. |