FulfilmentItem
Represents fulfilment details corresponding to an OrderItem.
Connections
rejectedItems (
FulfilmentItemRejectionConnection)
The associated Rejected items
| Argument | Type | Description |
|---|---|---|
quantity |
[Int!]
|
Number of |
first |
Int
|
Returns the first n elements from the list |
last |
Int
|
Returns the last n elements from the list |
before |
String
|
Returns the elements in the list that come before the specified global ID |
after |
String
|
Returns the elements in the list that come after the specified global ID |
Fields
id (
ID!)
ID of the object
ref (
String)
External reference of the object. Recommended to be unique.
status (
String!)
Status
requestedQuantity (
Int)
Number of OrderItems assigned to the fulfilment
filledQuantity (
Int!)
Number of OrderItems confirmed
rejectedQuantity (
Int!)
Number of OrderItems rejected
fulfilment (
Fulfilment)
The associated Fulfilment
orderItem (
OrderItem)
The associated OrderItem
attributes (
[Attribute])
List of optional attributes.