Skip to main content

OrderItemAllocationStatus

No description

type OrderItemAllocationStatus {
allocationInfo: [ItemAllocation!]
status: OrderAllocationStatus!
}

Fields

OrderItemAllocationStatus.allocationInfo ● [ItemAllocation!] list object inventory

The allocation info for the order item. This information includes information about the location where the item is allocated, the quantity allocated, and the status of the allocation.

OrderItemAllocationStatus.status ● OrderAllocationStatus! non-null object orders

Member Of

OrderItem object