FulfillmentOrderAssignedLocation
Requires access scope,
access scope,
access scope or
access scope.
The fulfillment order's assigned location. This is the location where the fulfillment is expected to happen.
The fulfillment order's assigned location might change in the following cases:
The fulfillment order has been entirely moved to a new location. For example, the fulfillmentOrderMove mutation has been called, and you see the original fulfillment order in the movedFulfillmentOrder field within the mutation's response.
Work on the fulfillment order has not yet begun, which means that the fulfillment order has the OPEN, SCHEDULED, or ON_HOLD status, and the shop's location properties might be undergoing edits (for example, in the Shopify admin).
If the fulfillmentOrderMove mutation has moved the fulfillment order's line items to a new location, but hasn't moved the fulfillment order instance itself, then the original fulfillment order's assigned location doesn't change. This happens if the fulfillment order is being split during the move, or if all line items can be moved to an existing fulfillment order at a new location.
Once the fulfillment order has been taken into work or canceled,
which means that the fulfillment order has the
IN_PROGRESS,
CLOSED,
CANCELLED, or
INCOMPLETE
status, acts as a snapshot of the shop's location content.
Up-to-date shop's location data may be queried through location connection.
Anchor to FieldsFields
- Anchor to address1address1•
The first line of the address for the location.
- Anchor to address2address2•
The second line of the address for the location.
- Anchor to citycity•
The city of the location.
- Anchor to countryCodecountry•
Code CountryCode! non-null The two-letter country code of the location.
- Anchor to locationlocation•
The location where the fulfillment is expected to happen. This value might be different from
if the location's attributes were updated after the fulfillment order was taken into work of canceled.
- Anchor to namename•String!non-null
The name of the location.
- Anchor to phonephone•
The phone number of the location.
- Anchor to provinceprovince•
The province of the location.
- •
The ZIP code of the location.