Anchor to FulfillmentOrderRejectFulfillmentRequestPayloadFulfillment
payloadFulfillment Order Reject 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 rejected.
- 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
- fulfillmentOrderRejectFulfillmentRequest (FulfillmentOrderRejectFulfillmentRequestPayload)
- •mutation
Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.
- •ID!required
The ID of the fulfillment order associated with the fulfillment request.
- Anchor to reasonreason•Fulfillment
Order Rejection Reason The reason for the fulfillment order rejection.
- Anchor to messagemessage•String
An optional reason for rejecting the fulfillment request.
- Anchor to lineItemsline•[Incoming
Items Request Line Item Input!] 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.
Arguments
- •ID!
Was this section helpful?