Skip to main content
object

Requires read_assigned_fulfillment_orders access scope, read_merchant_managed_fulfillment_orders access scope, read_third_party_fulfillment_orders access scope or read_marketplace_fulfillment_orders access scope.

The FulfillmentOrder object represents either an item or a group of items in an Order that are expected to be fulfilled from the same location. There can be more than one fulfillment order for an order at a given location.

Fulfillment orders represent the work which is intended to be done in relation to an order. When fulfillment has started for one or more line items, a Fulfillment is created by a merchant or third party to represent the ongoing or completed work of fulfillment.

See below for more details on creating fulfillments.


Note

Shopify creates fulfillment orders automatically when an order is created. It is not possible to manually create fulfillment orders.

See below for more details on the lifecycle of a fulfillment order.


Retrieving fulfillment orders

Fulfillment orders from an order

All fulfillment orders related to a given order can be retrieved with the Order.fulfillmentOrders connection.

API access scopes govern which fulfillments orders are returned to clients. An API client will only receive a subset of the fulfillment orders which belong to an order if they don't have the necessary access scopes to view all of the fulfillment orders.

Fulfillment orders assigned to the app for fulfillment

Fulfillment service apps can retrieve the fulfillment orders which have been assigned to their locations with the assignedFulfillmentOrders connection. Use the assignmentStatus argument to control whether all assigned fulfillment orders should be returned or only those where a merchant has sent a fulfillment request and it has yet to be responded to.

The API client must be granted the read_assigned_fulfillment_orders access scope to access the assigned fulfillment orders.

All fulfillment orders

Apps can retrieve all fulfillment orders with the fulfillmentOrders query. This query returns all assigned, merchant-managed, and third-party fulfillment orders on the shop, which are accessible to the app according to the fulfillment order access scopes it was granted with.

The lifecycle of a fulfillment order

Fulfillment Order Creation

After an order is created, a background worker performs the order routing process which determines which locations will be responsible for fulfilling the purchased items. Once the order routing process is complete, one or more fulfillment orders will be created and assigned to these locations. It is not possible to manually create fulfillment orders.

Once a fulfillment order has been created, it will have one of two different lifecycles depending on the type of location which the fulfillment order is assigned to.

The lifecycle of a fulfillment order at a merchant managed location

Fulfillment orders are completed by creating fulfillments. Fulfillments represents the work done.

For digital products a merchant or an order management app would create a fulfilment once the digital asset has been provisioned. For example, in the case of a digital gift card, a merchant would to do this once the gift card has been activated - before the email has been shipped.

On the other hand, for a traditional shipped order, a merchant or an order management app would create a fulfillment after picking and packing the items relating to a fulfillment order, but before the courier has collected the goods.

Learn about managing fulfillment orders as an order management app.

The lifecycle of a fulfillment order at a location which is managed by a fulfillment service

For fulfillment orders which are assigned to a location that is managed by a fulfillment service, a merchant or an Order Management App can send a fulfillment request to the fulfillment service which operates the location to request that they fulfill the associated items. A fulfillment service has the option to accept or reject this fulfillment request.

Once the fulfillment service has accepted the request, the request can no longer be cancelled by the merchant or order management app and instead a cancellation request must be submitted to the fulfillment service.

Once a fulfillment service accepts a fulfillment request, then after they are ready to pack items and send them for delivery, they create fulfillments with the fulfillmentCreate mutation. They can provide tracking information right away or create fulfillments without it and then update the tracking information for fulfillments with the fulfillmentTrackingInfoUpdate mutation.

Learn about managing fulfillment orders as a fulfillment service.

API access scopes

Fulfillment orders are governed by the following API access scopes:

  • The read_merchant_managed_fulfillment_orders and write_merchant_managed_fulfillment_orders access scopes grant access to fulfillment orders assigned to merchant-managed locations.
  • The read_assigned_fulfillment_orders and write_assigned_fulfillment_orders access scopes are intended for fulfillment services. These scopes grant access to fulfillment orders assigned to locations that are being managed by fulfillment services.
  • The read_third_party_fulfillment_orders and write_third_party_fulfillment_orders access scopes grant access to fulfillment orders assigned to locations managed by other fulfillment services.

Fulfillment service app access scopes

Usually, fulfillment services have the write_assigned_fulfillment_orders access scope and don't have the *_third_party_fulfillment_orders or *_merchant_managed_fulfillment_orders access scopes. The app will only have access to the fulfillment orders assigned to their location (or multiple locations if the app registers multiple fulfillment services on the shop). The app will not have access to fulfillment orders assigned to merchant-managed locations or locations owned by other fulfillment service apps.

Order management app access scopes

Order management apps will usually request write_merchant_managed_fulfillment_orders and write_third_party_fulfillment_orders access scopes. This will allow them to manage all fulfillment orders on behalf of a merchant.

If an app combines the functions of an order management app and a fulfillment service, then the app should request all access scopes to manage all assigned and all unassigned fulfillment orders.

Notifications about fulfillment orders

Fulfillment services are required to register a self-hosted callback URL which has a number of uses. One of these uses is that this callback URL will be notified whenever a merchant submits a fulfillment or cancellation request.

Both merchants and apps can subscribe to the fulfillment order webhooks to be notified whenever fulfillment order related domain events occur.

Learn about fulfillment workflows.

Anchor to Fields and connectionsFields and connections

•

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 mutation has been called, and you see the original fulfillment order in the 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, SCHEDULED, or ON_HOLD status, and the shop's location properties might be undergoing edits (for example, in the Shopify admin).
•

ID of the channel that created the order.

•
DateTime!non-null

Date and time when the fulfillment order was created.

•

Delivery method of this fulfillment order.

•

The destination where the items should be sent.

•

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.

•

The latest date and time by which all items in the fulfillment order need to be fulfilled.

•

The fulfillment holds applied on the fulfillment order.

Anchor to fulfillmentOrdersForMergefulfillmentOrdersForMerge
•

Fulfillment orders eligible for merging with the given fulfillment order.

•

A list of fulfillments for the fulfillment order.

•
ID!non-null

A globally-unique ID.

•

The duties delivery method of this fulfillment order.

•

A list of the fulfillment order's line items.

•

A list of locations that the fulfillment order can potentially move to.

•

A list of requests sent by the merchant or an order management app to the fulfillment service for the fulfillment order.

•
Order!non-null

The order that's associated with the fulfillment order.

•
ID!non-null

ID of the order that's associated with the fulfillment order.

•
String!non-null

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.

•
DateTime!non-null

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.

•

The request status of the fulfillment order.

•

The status of the fulfillment order.

•

The actions that can be performed on this fulfillment order.

•
DateTime!non-null

The date and time when the fulfillment order was last updated.


Was this section helpful?

•
query

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 read_assigned_fulfillment_orders access scope to be able to retrieve the fulfillment orders assigned to its locations.

All assigned fulfillment orders (except those with the CLOSED status) will be returned by default. Perform filtering with the assignmentStatus argument to receive only fulfillment orders that have been requested to be fulfilled.

•
query

Returns a Fulfillment order resource by ID.

•
query

The paginated list of all fulfillment orders. The returned fulfillment orders are filtered according to the fulfillment order access scopes granted to the app.

Use this query to retrieve fulfillment orders assigned to merchant-managed locations, third-party fulfillment service locations, or all kinds of locations together.

For fetching only the fulfillment orders assigned to the app's locations, use the assignedFulfillmentOrders connection.

•
query

Returns a list of fulfillment orders that are on hold.


Was this section helpful?

•
mutation

Accept a cancellation request sent to a fulfillment service for a fulfillment order.

Arguments

•
ID!required

The ID of the fulfillment order associated with the cancellation request.

•

An optional reason for accepting the cancellation request.


Fields

•

The fulfillment order whose cancellation request was accepted.

•

The list of errors that occurred from executing the mutation.

•
mutation

Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.

Arguments

•
ID!required

The ID of the fulfillment order associated with the fulfillment request.

•

An optional reason for accepting the fulfillment request.


Fields

•

The fulfillment order whose fulfillment request was accepted.

•

The list of errors that occurred from executing the mutation.

•
mutation

Marks a fulfillment order as canceled.

Arguments

•
ID!required

The ID of the fulfillment order to mark as canceled.


Fields

•

The fulfillment order that was marked as canceled.

Anchor to replacementFulfillmentOrderreplacementFulfillmentOrder
•

The fulfillment order that was created to replace the canceled fulfillment order.

•

The list of errors that occurred from executing the mutation.

•
mutation

Marks an in-progress fulfillment order as incomplete, indicating the fulfillment service is unable to ship any remaining items, and closes the fulfillment request.

This mutation can only be called for fulfillment orders that meet the following criteria:

  • Assigned to a fulfillment service location,
  • The fulfillment request has been accepted,
  • The fulfillment order status is IN_PROGRESS.

This mutation can only be called by the fulfillment service app that accepted the fulfillment request. Calling this mutation returns the control of the fulfillment order to the merchant, allowing them to move the fulfillment order line items to another location and fulfill from there, remove and refund the line items, or to request fulfillment from the same fulfillment service again.

Closing a fulfillment order is explained in the fulfillment service guide.

Arguments

•
ID!required

The ID of the fulfillment order to mark as incomplete.

•

An optional reason for marking the fulfillment order as incomplete.


Fields

•

The fulfillment order that was marked as incomplete.

•

The list of errors that occurred from executing the mutation.

•
mutation

Applies a fulfillment hold on a fulfillment order.

As of the 2025-01 API version, the mutation can be successfully executed on fulfillment orders that are already on hold. To place multiple holds on a fulfillment order, apps need to supply the handle field. Each app can place up to 10 active holds per fulfillment order. If an app attempts to place more than this, the mutation will return a user error indicating that the limit has been reached. The app would need to release one of its existing holds before being able to apply a new one.

Arguments

•

The details of the fulfillment hold applied on the fulfillment order.

•
ID!required

The ID of the fulfillment order on which a fulfillment hold is applied.


Fields

•

The fulfillment hold created for the fulfillment order. Null if no hold was created.

•

The fulfillment order on which a fulfillment hold was applied.

Anchor to remainingFulfillmentOrderremainingFulfillmentOrder
•

The remaining fulfillment order containing the line items to which the hold wasn't applied, if specific line items were specified to be placed on hold.

•

The list of errors that occurred from executing the mutation.

•
mutation

Changes the location which is assigned to fulfill a number of unfulfilled fulfillment order line items.

Moving a fulfillment order will fail in the following circumstances:

  • The fulfillment order is closed.
  • The destination location has never stocked the requested inventory item.
  • The API client doesn't have the correct permissions.

Line items which have already been fulfilled can't be re-assigned and will always remain assigned to the original location.

You can't change the assigned location while a fulfillment order has a request status of SUBMITTED, ACCEPTED, CANCELLATION_REQUESTED, or CANCELLATION_REJECTED. These request statuses mean that a fulfillment order is awaiting action by a fulfillment service and can't be re-assigned without first having the fulfillment service accept a cancellation request. This behavior is intended to prevent items from being fulfilled by multiple locations or fulfillment services.

How re-assigning line items affects fulfillment orders

First scenario: Re-assign all line items belonging to a fulfillment order to a new location.

In this case, the assignedLocation of the original fulfillment order will be updated to the new location.

Second scenario: Re-assign a subset of the line items belonging to a fulfillment order to a new location. You can specify a subset of line items using the fulfillmentOrderLineItems parameter (available as of the 2023-04 API version), or specify that the original fulfillment order contains line items which have already been fulfilled.

If the new location is already assigned to another active fulfillment order, on the same order, then a new fulfillment order is created. The existing fulfillment order is closed and line items are recreated in a new fulfillment order.

Arguments

Anchor to fulfillmentOrderLineItemsfulfillmentOrderLineItems
•

The fulfillment order line items to be moved. If left blank, all unfulfilled line items belonging to the fulfillment order are moved.

•
ID!required

The ID of the fulfillment order to be moved.

•
ID!required

The ID of the location where the fulfillment order will be moved.


Fields

Anchor to movedFulfillmentOrdermovedFulfillmentOrder
•

The fulfillment order which now contains the moved line items and is assigned to the destination location.

If the original fulfillment order doesn't have any line items which are fully or partially fulfilled, the original fulfillment order will be moved to the new location. However if this isn't the case, the moved fulfillment order will differ from the original one.

Anchor to originalFulfillmentOrderoriginalFulfillmentOrder
•

The final state of the original fulfillment order.

As a result of the move operation, the original fulfillment order might be moved to the new location or remain in the original location. The original fulfillment order might have the same status or be closed.

Anchor to remainingFulfillmentOrderremainingFulfillmentOrder
•

This field is deprecated.

•

The list of errors that occurred from executing the mutation.

•
mutation

Marks a scheduled fulfillment order as open.

Arguments

•
ID!required

The ID of the fulfillment order to mark as open.


Fields

•

The fulfillment order that was transitioned to open and is fulfillable.

•

The list of errors that occurred from executing the mutation.

•
mutation

Rejects a cancellation request sent to a fulfillment service for a fulfillment order.

Arguments

•
ID!required

The ID of the fulfillment order associated with the cancellation request.

•

An optional reason for rejecting the cancellation request.


Fields

•

The fulfillment order whose cancellation request was rejected.

•

The list of errors that occurred from executing the mutation.

•
mutation

Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.

Arguments

•
ID!required

The ID of the fulfillment order associated with the fulfillment request.

•

An optional array of line item rejection details. If none are provided, all line items will be assumed to be unfulfillable.

Note: After the fulfillment request has been rejected, none of the line items will be able to be fulfilled. This field documents which line items specifically were unable to be fulfilled and why.

•

An optional reason for rejecting the fulfillment request.

•

The reason for the fulfillment order rejection.


Fields

•

The fulfillment order whose fulfillment request was rejected.

•

The list of errors that occurred from executing the mutation.

•
mutation

Releases the fulfillment hold on a fulfillment order.

Arguments

•

A configurable ID used to track the automation system releasing this hold.

•

The IDs of the fulfillment holds to release.

Holds will only be released if they belong to the fulfillment order specified by the id argument.

NOTE: If not supplied, all holds for the fulfillment order will be released. It is highly recommended that apps supply the ids of the holds that they intend to release. Releasing all holds on a fulfillment order will result in the fulfillment order being released prematurely and items being incorrectly fulfilled.

•
ID!required

The ID of the fulfillment order for which to release the fulfillment hold.


Fields

•

The fulfillment order on which the hold was released.

•

The list of errors that occurred from executing the mutation.

•
mutation

Reschedules a scheduled fulfillment order.

Updates the value of the fulfillAt field on a scheduled fulfillment order.

The fulfillment order will be marked as ready for fulfillment at this date and time.

Arguments

•
DateTime!required

A future date and time when the fulfillment order will be marked as ready for fulfillment.

•
ID!required

The ID of the fulfillment order to reschedule.


Fields

•

A fulfillment order with the rescheduled line items.

Fulfillment orders may be merged if they have the same fulfillAt datetime.

If the fulfillment order is merged then the resulting fulfillment order will be returned. Otherwise the original fulfillment order will be returned with an updated fulfillAt datetime.

•

The list of errors that occurred from executing the mutation.

•
mutation

Sends a cancellation request to the fulfillment service of a fulfillment order.

Arguments

•
ID!required

The ID of the fulfillment order associated with the cancellation request.

•

An optional reason for the cancellation request.


Fields

•

The fulfillment order specified in the cancelation request.

•

The list of errors that occurred from executing the mutation.

•
mutation

Sends a fulfillment request to the fulfillment service of a fulfillment order.

Arguments

Anchor to fulfillmentOrderLineItemsfulfillmentOrderLineItems
•

The fulfillment order line items to be requested for fulfillment. If left blank, all line items of the fulfillment order are requested for fulfillment.

•
ID!required

The ID of the fulfillment order associated with fulfillment request.

•

An optional message for the fulfillment request.

•

Whether the customer should be notified when fulfillments are created for this fulfillment order.


Fields

Anchor to originalFulfillmentOrderoriginalFulfillmentOrder
•

The original fulfillment order intended to request fulfillment for.

Anchor to submittedFulfillmentOrdersubmittedFulfillmentOrder
•

The fulfillment order that was submitted to the fulfillment service. This will be the same as the original fulfillment order field. The exception to this is partial fulfillment requests or fulfillment request for cancelled or incomplete fulfillment orders.

Anchor to unsubmittedFulfillmentOrderunsubmittedFulfillmentOrder
•

This field will only be present for partial fulfillment requests. This will represent the new fulfillment order with the remaining line items not submitted to the fulfillment service.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?

•
interface

Was this section helpful?
OSZAR »