Retrieve the stock quantities of products

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

NameTypeDescription
listobjectObject that contains the list of products in the center. For more information, refer to the list Object table.
ErrorobjectObject that contains error message and error code details.

list Object

NameTypeDescription
center_codestringCode of the center.
product_codestringCode of the product.
product_namestringName of the product.
categorystringCategory of the product.
sub_categorystringSub-category of the product.
store_quantityfloatStore quantity of the product.
floor_quantityfloatFloor quantity of the product.
total_quantityfloatTotal quantity of the product.
Language
Authorization
Header
Click Try It! to start a request and see the response here!