Anchor to section titled 'undefined'

fulfillmentOrderRejectFulfillmentRequest
mutation

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

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


Anchor to id
id
required

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

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.

An optional reason for rejecting the fulfillment request.

The reason for the fulfillment order rejection.


Was this section helpful?
Anchor to section titled 'FulfillmentOrderRejectFulfillmentRequestPayload returns'

FulfillmentOrderRejectFulfillmentRequestPayload returns


The fulfillment order whose fulfillment request was rejected.

The list of errors that occurred from executing the mutation.


Was this section helpful?