Anchor to FulfillmentOrderAcceptFulfillmentRequestPayloadFulfillment
payloadFulfillment Order Accept Fulfillment Request Payload
Return type for mutation.
Anchor to FieldsFields
- 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?
Anchor to Mutations with this payloadMutations with this payload
- fulfillmentOrderAcceptFulfillmentRequest (FulfillmentOrderAcceptFulfillmentRequestPayload)
- •mutation
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.
- •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.
- Anchor to estimatedShippedAtestimated•Date
Shipped At Time The estimated date and time when the fulfillment order will be shipped.
Arguments
- •ID!
Was this section helpful?