Skip to main content
Anchor to fulfillmentOrderAcceptFulfillmentRequest

fulfillmentOrderAcceptFulfillmentRequest

mutation

Requires write_assigned_fulfillment_orders access scope. Also: The user must have fulfill_and_ship_orders permission.

Accepts a fulfillment request that the fulfillment service has received for a FulfillmentOrder which signals that the fulfillment service will process and fulfill the order. The fulfillment service can optionally provide a message to the merchant and an estimated shipped date when accepting the request.

Learn more about accepting fulfillment requests.

•DateTime

The estimated date and time when the fulfillment order will be shipped.

•ID!
required

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

•String

An optional reason for accepting the fulfillment request.


Was this section helpful?

Anchor to FulfillmentOrderAcceptFulfillmentRequestPayload returnsFulfillmentOrderAcceptFulfillmentRequestPayload returns

•FulfillmentOrder

The fulfillment order whose fulfillment request was accepted.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?