The REST Admin API is a legacy API as of October 1, 2024. Starting April 1, 2025, all new public apps must be built exclusively with the GraphQL Admin API. For details and migration steps, visit our migration guide.
Fulfillment Request
The FulfillmentRequest
resource represents a fulfillment request made by the merchant
or an order management app
to a fulfillment service
for a fulfillment order.
A fulfillment service can accept or reject the fulfillment request.
Terminating a fulfillment request
A fulfillment service can stop fulfilling an accepted fulfillment request if they choose closing the fulfillment order as incomplete. The fulfillment order can be partially fulfilled when a fulfillment service chooses to stop the fulfillment.
The merchant or an order management app can notify the fulfillment service to cancel an accepted fulfillment request by sending a cancellation request. The fulfillment service can accept or reject the cancellation request. The fulfillment order can be partially fulfilled at this time.
The merchant or an order management app can also
cancel
a fulfillment order.
Calling the cancel
endpoint results in the fulfilment order being cancelled within Shopify.
This change will not be communicated to the fulfilment service.
If the intention is for a fulfilment service to halt fulfilment activity,
a cancellation request
should be sent to the fulfilment service instead, as described above.
Retrieving fulfillment request details
The FulfillmentOrder
resource and the merchant_requests
field can be used to retrieve
the merchant requests which have been made.
The overall status of these requests is also available using the request_status
field of the fulfillment order.
To learn more about the fulfillment request process in the fulfillment workflow, refer to Manage fulfillments as a fulfillment service app guide.
Endpoints
- post/admin/api/latest/fulfillment_
orders/{fulfillment_ order_ id}/fulfillment_ request. json Sends a fulfillment request - post/admin/api/latest/fulfillment_
orders/{fulfillment_ order_ id}/fulfillment_ request/accept. json Accepts a fulfillment request - post/admin/api/latest/fulfillment_
orders/{fulfillment_ order_ id}/fulfillment_ request/reject. json Rejects a fulfillment request
The FulfillmentRequest resource
Properties
A message for the fulfillment request.
The timestamp when the request was made.
The response from the fulfillment service.
Whether to notify the customer about the fulfillment request.
The kind of request made.
The FulfillmentRequest resource
Anchor to POST request, Sends a fulfillment requestpostSends a fulfillment request
third_party_fulfillment_orders
access scope.Sends a fulfillment request to the fulfillment service of a fulfillment order.
The fulfillment order line items to be requested for fulfillment. If left blank, all line items of the fulfillment order are requested for fulfillment.
An optional message for the fulfillment request.
Whether to notify the customer about the fulfillment request.
Sends a fulfillment request to the fulfillment service for all line items on the fulfillment order if fulfillment_order_line_items is left blank
Sends a fulfillment request to the fulfillment service for all line items on the fulfillment order if fulfillment_order_line_items is left blank
Show fulfillment_request properties
A message for the fulfillment request.
Sends a fulfillment request to the fulfillment service of a fulfillment order for the specified line items
Sends a fulfillment request to the fulfillment service of a fulfillment order for the specified line items
Show fulfillment_request properties
A message for the fulfillment request.
/admin/api/2025-07/fulfillment_ orders/1046000805/fulfillment_ request. json
Response
Anchor to POST request, Accepts a fulfillment requestpostAccepts a fulfillment request
assigned_fulfillment_orders
access scope.Accepts a fulfillment request sent to a fulfillment service for a fulfillment order.
An optional reason for accepting the fulfillment request.
Accepts a fulfillment request sent to a fulfillment service and updates the fulfillment order
Accepts a fulfillment request sent to a fulfillment service and updates the fulfillment order
Show fulfillment_request properties
A message for the fulfillment request.
/admin/api/2025-07/fulfillment_ orders/1046000806/fulfillment_ request/accept. json
Response
Anchor to POST request, Rejects a fulfillment requestpostRejects a fulfillment request
assigned_fulfillment_orders
access scope.Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
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.
Each line item has the following properties:
Show line_items properties
- fulfillment_order_line_item_id: An identifier for the line item which cannot be fulfilled.
- message: An optional message describing why the line item cannot be fulfilled. (150 characters maximum)
An optional message for rejecting the fulfillment request.
An optional reason for the fulfillment request rejection.
Show reason properties
incorrect_address: The fulfillment request was rejected because of an incorrect address.
inventory_out_of_stock: The fulfillment request was rejected because inventory is out of stock.
ineligible_product: The fulfillment request was rejected because of an ineligible product.
undeliverable_destination: The fulfillment request was rejected because of an undeliverable destination.
other: The fulfillment request was rejected for another reason.
Rejects a fulfillment request sent to a fulfillment service and updates the fulfillment order
Rejects a fulfillment request sent to a fulfillment service and updates the fulfillment order
Show fulfillment_request properties
A message for the fulfillment request.