FulfillmentOrder object
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
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.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
FulfillmentOrder.node
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Marks a scheduled fulfillment order as open.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Reschedules a scheduled fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
FulfillmentOrder.node
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Marks a scheduled fulfillment order as open.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Reschedules a scheduled fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
FulfillmentOrder.node
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Marks a scheduled fulfillment order as open.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Reschedules a scheduled fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
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.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Marks a scheduled fulfillment order as open.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Reschedules a scheduled fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
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.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Marks a scheduled fulfillment order as open.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Reschedules a scheduled fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
deliveryMethod (
DeliveryMethod
)Delivery method of this fulfillment order.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.
Types that return FulfillmentOrderEdge
Represents a fulfillment order. In Shopify, a fulfillment order represents a group of one or more items in an order that are to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.
On this page
Connections
-
fulfillments (
FulfillmentConnection!
)A list of fulfillments for the fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
lineItems (
FulfillmentOrderLineItemConnection!
)A list of the fulfillment order's line items.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
locationsForMove (
FulfillmentOrderLocationForMoveConnection!
)A list of locations that the fulfillment order can potentially move to.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
merchantRequests (
FulfillmentOrderMerchantRequestConnection!
)A list of requests sent by the merchant to the fulfillment service for this fulfillment order.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.kind
(FulfillmentOrderMerchantRequestKind
)The kind of request the merchant sent.
last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
assignedLocation (
FulfillmentOrderAssignedLocation!
)The fulfillment order's assigned location. This is the location expected to perform fulfillment.
-
destination (
FulfillmentOrderDestination
)The destination where the items should be sent.
-
id (
ID!
)Globally unique identifier.
-
order (
Order!
)The order that's associated with the fulfillment order.
-
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.
Types that return FulfillmentOrder
-
Fulfillment.fulfillmentOrders
-
Order.fulfillmentOrders
-
QueryRoot.fulfillmentOrder
-
Shop.assignedFulfillmentOrders
-
Shop.fulfillmentOrders
Mutations for FulfillmentOrder
-
Accept a cancellation request sent to a fulfillment service for a fulfillment order.
-
Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Marks a fulfillment order as canceled.
-
Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items and intends to close the fulfillment order.
-
Moves a fulfillment order to a new location.
-
Rejects a cancellation request sent to a fulfillment service for a fulfillment order.
-
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
-
Sends a cancellation request to the fulfillment service of a fulfillment order.
-
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Implements
An auto-generated type for paginating through multiple FulfillmentOrders.
On this page
Fields
-
edges (
[FulfillmentOrderEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one FulfillmentOrder and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
FulfillmentOrder!
)The item at the end of FulfillmentOrderEdge.