Skip to main content

orderDeclineFulfillment

Decline (permanently) part of an order. The buyer will not be charged for the missing stock. Use if stock in a warehouse is damaged, expired, or unavailable.

orderDeclineFulfillment(
input: DeclineFulfillInput!
order: ID
): OrderDeclineFulfillment

Arguments

orderDeclineFulfillment.input ● DeclineFulfillInput! non-null input

Fields required to mark specific line items as declined.

orderDeclineFulfillment.order ● ID scalar

ID of the order that items will be declined on.

Type

OrderDeclineFulfillment object

Decline (permanently) part of an order. The buyer will not be charged for the missing stock. Use if stock in a warehouse is damaged, expired, or unavailable.

Was this page helpful?