Fulfilment
A Fulfilment
represents one or more items in an order that need to be picked & packed for the customer.
A fulfilment is assigned to a location based on the retailer's fulfilment rules and available inventory.
A fulfilment will have an origin (from) and destination (to) associated with it.
Implements
Connections
WaveConnection
)
Connection representing a list of Wave
s
Argument | Type | Description |
---|---|---|
ref |
[String!]
|
External reference of the |
name |
[String]
|
Name of the |
status |
[String]
|
|
type |
[String!]
|
|
workflowRef |
[String!]
|
|
workflowVersion |
[Int!]
|
|
createdOn |
DateRange
|
|
updatedOn |
DateRange
|
|
processingLocation |
LocationLinkInput
|
|
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 |
retailerId |
[Int!]
|
ID of the retailer |
ArticleConnection
)
Connection representing a list of Article
s
Argument | Type | Description |
---|---|---|
ref |
[String]
|
The unique article reference provided by the retailer |
type |
[String!]
|
|
status |
[String]
|
|
workflowRef |
[String!]
|
|
workflowVersion |
[Int!]
|
|
createdOn |
DateRange
|
|
updatedOn |
DateRange
|
|
description |
[String]
|
Description |
height |
[Float!]
|
Height |
length |
[Float!]
|
Length |
name |
[String]
|
Name |
weight |
[Float!]
|
Weight |
width |
[Float!]
|
Width |
quantity |
[Int]
|
Quantity |
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 |
retailerId |
[Int!]
|
ID of the retailer |
FulfilmentItemConnection
)
Connection representing a list of FulfilmentItem
s
Argument | Type | Description |
---|---|---|
ref |
[String]
|
External reference of the object. Recommended to be unique. |
status |
[String!]
|
Status |
requestedQuantity |
[Int]
|
Number of |
filledQuantity |
[Int!]
|
Number of |
rejectedQuantity |
[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 |
FulfilmentItemRejectionConnection
)
Connection representing a list of Rejected FulfilmentItem
s
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 |
PaymentConnection
)
The Payments associated with the Fulfilment
Argument | Type | Description |
---|---|---|
ref |
[String!]
|
External reference of the object. Must be unique. |
type |
[String!]
|
Type of the |
status |
[String!]
|
Status of the |
retailer |
RetailerLinkInput
|
|
workflow |
WorkflowLinkInput
|
|
workflowRef |
[String!]
|
DEPRECATED, please use the field |
workflowVersion |
[Int!]
|
DEPRECATED, please use the field |
createdOn |
DateRange
|
|
updatedOn |
DateRange
|
|
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 |
ConsignmentConnection
)
Connection representing a list of Consignments
Argument | Type | Description |
---|---|---|
ref |
[String]
|
External reference of the object. Recommended to be unique. |
status |
[String]
|
The status of the consignment |
consignmentReference |
[String!]
|
The external consignment reference assigned by the carrier |
trackingLabel |
[String]
|
Tracking label of the consignment |
labelUrl |
[String]
|
The URL used to retrieve the shipping label |
orderSummaryUrl |
[String]
|
A url to represent the order summary. Usually the manifest url from the service provider. |
workflowRef |
[String!]
|
The reference used for workflow identification |
workflowVersion |
[Int!]
|
The version of the workflow |
createdOn |
DateRange
|
|
updatedOn |
DateRange
|
|
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 of the object
DateTime
)
Time of creation
DateTime
)
Time of last update
String!
)
Type of the Fulfilment
, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
Type of the Fulfilment. Supports all values.
String
)
The current status of the Fulfilment
.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
String!
)
The reference used for workflow identification. This is defined by a combination of the entity name and the type, in the format [EntityName]::[Type]. For example, an Order of type CC will have the workflowRef "ORDER::CC".
Int!
)
The version of the workflow assigned to the entity and used for workflow identification. It comprises a major version and minor version number.
String
)
External reference of the object. Recommended to be unique.
String
)
Represents the FulfilmentChoice
corresponding to this object
[Attribute]
)
Attributes of fulfilment
String
)
Type of delivery. Supported values are STANDARD, OVERNIGHT and EXPRESS.
String
)
The estimated time of completing the fulfilment.
DateTime
)
Expiry time for the fulfilment
Order
)
The associated Order
Address
)
Address
of the fulfilment location
Address
)
Address
of the delivery location
Customer
)
The associated Customer
LocationLink
)
The Location
responsible for processing outbound Fulfilment
s