How can I export the "Committed" inventory quantity from Shopify?

In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_committed to export the total committed quantity for the variant.

To only export the quantity for a specific location, you use the formula below in the Calculated Fields (replace "Warehouse A" with your location name):

search_attributes(search_attributes({{ variants.inventory_levels }}, "Warehouse A", search_key="location_name", result_key="quantities"), "committed", search_key="name", result_key="quantity")

Related Articles:


App: EZ Exporter

Tags: shopify inventory export