OrderItemAllocationStatus
No description
type OrderItemAllocationStatus {
allocationInfo: [ItemAllocation!]
status: OrderAllocationStatus!
}
Fields
OrderItemAllocationStatus.allocationInfo
● [ItemAllocation!]
list object
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
Member Of
OrderItem
object