stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ReverseFulfillmentOrderDisposeInput

AdminTypes.ReverseFulfillmentOrderDisposeInput interface

The input fields to dispose a reverse fulfillment order line item.

Signature:

export interface ReverseFulfillmentOrderDisposeInput 

Properties

Property Modifiers Type Description
dispositionType   ReverseFulfillmentOrderDispositionType | `${ReverseFulfillmentOrderDispositionType}` The final arrangement for the reverse fulfillment order line item.
locationId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the location where the reverse fulfillment order line item is to be disposed. This is required when the disposition type is RESTOCKED.
quantity   Scalars[‘Int’][‘input’] The quantity of the reverse fulfillment order line item to dispose.
reverseFulfillmentOrderLineItemId   Scalars[‘ID’][‘input’] The ID of the reverse fulfillment order line item.