fulfillmentInventoryAvailability
Get inventory availability data for creating fulfillments.
Returns per-order-item inventory data across all active warehouses, including available (unallocated) quantity, ordered quantity, and quantity already on existing fulfillments. Also returns per-warehouse coverage summaries with a status indicator (none/partial/full) for the warehouse dropdown.
Requirements
- User must be authenticated
- User must have
read_orderpermission for the order's brand
Arguments
order_id(required): The ID of the order to check inventory availability for
fulfillmentInventoryAvailability(
orderId: ID!
): FulfillmentInventoryAvailability!
Arguments
fulfillmentInventoryAvailability.orderId ● ID! non-null scalar common
The ID of the order to check inventory availability for.
Type
FulfillmentInventoryAvailability object common
Inventory availability data for creating fulfillments, including per-item per-warehouse availability and warehouse-level coverage summaries.