Skip to main content
Anchor to FulfillmentOrderRejectFulfillmentRequestPayload

FulfillmentOrderRejectFulfillmentRequestPayload

payload

Return type for fulfillmentOrderRejectFulfillmentRequest mutation.

•FulfillmentOrder

The fulfillment order whose fulfillment request was rejected.

•[UserError!]!
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

•mutation

Rejects a fulfillment request sent to a fulfillment service for a fulfillment order.

Arguments

•ID!
required

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

•FulfillmentOrderRejectionReason

The reason for the fulfillment order rejection.

•String

An optional reason for rejecting the fulfillment request.

•[IncomingRequestLineItemInput!]

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.



Was this section helpful?