Retrieve the consumption details of products for a center

This API retrieves the consumption details of all products for the specified center.

You must specify appropriate details for the center_id, start_date, and end_date parameters. Optionally, you can provide the necessary details for the report_type and product_code 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 specified center.
center_namestringName of the specified center.
product_codestringCode of the product.
product_namestringName of the product.
categorystringCategory of the product.
sub_categorystringSub-category of the product.
starting_store_quantityfloatStarting store quantity of the product.
starting_floor_quantityfloatStarting floor quantity of the product.
quantity_inflow_purchasesfloatQuantity inflow through purchases.
quantity_inflow_transfersfloatQuantity inflow through transfers.
quantity_inflow_conversionsfloatQuantity inflow through conversions.
quantity_inflow_return_purchasesfloatQuantity inflow through return purchases.
quantity_inflow_invoice_sales_refundsfloatQuantity inflow through invoice sales refunds.
quantity_checkoutsfloatQuantity through checkouts.
quantity_outflow_purchasesfloatQuantity outflow through purchases.
quantity_outflow_transfersfloatQuantity outflow through transfers.
quantity_outflow_invoice_salesfloatQuantity outflow through invoice sales.
quantity_outflow_bill_of_materialsfloatQuantity outflow through bill of materials.
quantity_outflow_conversionsfloatQuantity outflow through conversions.
quantity_outflow_transfers_intransitfloatQuantity outflow through transfers intransit.
quantity_outflow_return_purchasesfloatQuantity outflow through return purchases.
quantity_unaccounted_storefloatQuantity unaccounted in store.
quantity_unaccounted_floorfloatQuantity unaccounted in floor.
quantity_manual_checkoutsfloatQuantity through manual checkouts.
ending_storefloatEnding store quantity.
ending_floorfloatEnding floor quantity.
Language
Credentials
Header
Click Try It! to start a request and see the response here!