Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderLocationForMove
A location that a fulfillment order can potentially move to.
Signature:
export interface FulfillmentOrderLocationForMove
| Property | Modifiers | Type | Description |
|---|---|---|---|
| location | Location | The location being considered as the fulfillment order’s new assigned location. | |
| message? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A human-readable string with the reason why the fulfillment order, or some of its line items, can’t be moved to the location. | |
| movable | Scalars[‘Boolean’][‘output’] | Whether the fulfillment order can be moved to the location. |