Home > @infiniteobjects/shopify-data-manager > AdminTypes > ReverseFulfillmentOrderDisposition
The details of the arrangement of an item.
Signature:
export interface ReverseFulfillmentOrderDisposition extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| location? | Maybe<Location> | (Optional) The location where the disposition occurred. | |
| quantity | Scalars[‘Int’][‘output’] | The number of disposed units. | |
| type | ReverseFulfillmentOrderDispositionType | `${ReverseFulfillmentOrderDispositionType}` | The final arrangement of an item. |