assigned Fulfillment Orders
Requires access scope.
The paginated list of fulfillment orders assigned to the shop locations owned by the app.
Assigned fulfillment orders are fulfillment orders that are set to be fulfilled from locations managed by fulfillment services that are registered by the app. One app (api_client) can host multiple fulfillment services on a shop. Each fulfillment service manages a dedicated location on a shop. Assigned fulfillment orders can have associated fulfillment requests, or might currently not be requested to be fulfilled.
The app must have the
access scope
to be able to retrieve the fulfillment orders assigned to its locations.
All assigned fulfillment orders (except those with the status) will be returned by default.
Perform filtering with the
argument
to receive only fulfillment orders that have been requested to be fulfilled.
FulfillmentOrderConnection arguments
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to assignmentStatusassignment•Fulfillment
Status Order Assignment Status The assigment status of the fulfillment orders that should be returned. If
argument is not provided, then the query will return all assigned fulfillment orders, except those that have the
status.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
n
elements from the paginated list.- Anchor to lastlast•Int
The last
n
elements from the paginated list.- Anchor to locationIdslocation•[ID!]
Ids Returns fulfillment orders only for certain locations, specified by a list of location IDs.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to sortKeysort•Fulfillment
Key Order Sort KeysDefault:ID Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.
Anchor to Possible returnsPossible returns
- Anchor to edgesedges•[Fulfillment
Order Edge!]!non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.
- Anchor to nodesnodes•[Fulfillment
Order!]!non-null A list of nodes that are contained in FulfillmentOrderEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.
- Anchor to pageInfopage•Page
Info Info!non-null An object that’s used to retrieve cursor information about the current page.