Anchor to fulfillmentOrderAcceptFulfillmentRequestfulfillment
mutationfulfillment Order Accept Fulfillment Request
Requires access scope. Also: The user must have fulfill_and_ship_orders permission.
Accepts a fulfillment request that the fulfillment service has received for a 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.
Anchor to Arguments
Arguments
- estimatedShippedAt (DateTime)
- id (ID!)
- message (String)
- Anchor to estimatedShippedAtestimated•Date
Shipped At Time 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.
- Anchor to messagemessage•String
An optional reason for accepting the fulfillment request.
Was this section helpful?
Anchor to FulfillmentOrderAcceptFulfillmentRequestPayload returnsFulfillment Order Accept Fulfillment Request Payload returns
- fulfillmentOrder (FulfillmentOrder)
- userErrors ([UserError!]!)
- Anchor to fulfillmentOrderfulfillment•Fulfillment
Order Order The fulfillment order whose fulfillment request was accepted.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?