id:
ID! -
The ID of the FulfillmentOrder to return.
Returns
assignedLocation:
FulfillmentOrderAssignedLocation!
The fulfillment order's assigned location. This is the location where the fulfillment is expected to happen.
The fulfillment order's assigned location might change in the following cases:
- The fulfillment order has been entirely moved to a new location. For example, the [fulfillmentOrderMove](
https://shopify.dev/api/admin-graphql/latest/mutations/fulfillmentOrderMove
) mutation has been called, and you see the original fulfillment order in the [movedFulfillmentOrder](
https://shopify.dev/api/admin-graphql/latest/mutations/fulfillmentOrderMove#field-fulfillmentordermovepayload-movedfulfillmentorder
) field within the mutation's response.
- Work on the fulfillment order hasn't yet begun, which means that the fulfillment order has the
[OPEN](https://shopify.dev/api/admin-graphql/latest/enums/FulfillmentOrderStatus#value-open),
[SCHEDULED](https://shopify.dev/api/admin-graphql/latest/enums/FulfillmentOrderStatus#value-scheduled), or
[ON_HOLD](https://shopify.dev/api/admin-graphql/latest/enums/FulfillmentOrderStatus#value-onhold)
status, and the shop's location properties might be undergoing edits (for example, in the Shopify admin).
channelId:
ID
ID of the channel that created the order.
createdAt:
DateTime!
Date and time when the fulfillment order was created.
deliveryMethod:
DeliveryMethod
Delivery method of this fulfillment order.
destination:
FulfillmentOrderDestination
The destination where the items should be sent.
fulfillAt:
DateTime
The date and time at which the fulfillment order will be fulfillable. When this date and time is reached, the scheduled fulfillment order is automatically transitioned to open. For example, the `fulfill_at` date for a subscription order might be the 1st of each month, a pre-order `fulfill_at` date would be `nil`, and a standard order `fulfill_at` date would be the order creation date.
fulfillBy:
DateTime
The latest date and time by which all items in the fulfillment order need to be fulfilled.
fulfillmentHolds:
FulfillmentHold!
The fulfillment holds applied on the fulfillment order.
internationalDuties:
FulfillmentOrderInternationalDuties
The duties delivery method of this fulfillment order.
order:
Order!
The order that's associated with the fulfillment order.
orderId:
ID!
ID of the order that's associated with the fulfillment order.
orderName:
String!
The unique identifier for the order that appears on the order page in the Shopify admin and the Order status page.
For example, "#1001", "EN1001", or "1001-A".
This value isn't unique across multiple stores.
orderProcessedAt:
DateTime!
The date and time when the order was processed.
This date and time might not match the date and time when the order was created.
requestStatus:
FulfillmentOrderRequestStatus!
The request status of the fulfillment order.
status:
FulfillmentOrderStatus!
The status of the fulfillment order.
supportedActions:
FulfillmentOrderSupportedAction!
The actions that can be performed on this fulfillment order.
updatedAt:
DateTime!
The date and time when the fulfillment order was last updated.