FulfillmentOrderDestination - admin-graphql - OBJECT
Version: 2024-04
Description:
Represents the destination where the items should be sent upon fulfillment.
Access Scopes
`read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope.
Fields
-
address1:
String -
The first line of the address of the destination.
-
address2:
String -
The second line of the address of the destination.
-
city:
String -
The city of the destination.
-
company:
String -
The company of the destination.
-
countryCode:
CountryCode -
The two-letter country code of the destination.
-
email:
String -
The email of the customer at the destination.
-
firstName:
String -
The first name of the customer at the destination.
-
id:
ID! -
A globally-unique ID.
-
lastName:
String -
The last name of the customer at the destination.
-
phone:
String -
The phone number of the customer at the destination.
-
province:
String -
The province of the destination.
-
zip:
String -
The ZIP code of the destination.
Connections
Related queries
Related mutations
Related Unions
Examples