# FulfillmentOrderDestination - admin-graphql - OBJECT Version: 2024-07 ## 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](/docs/api/admin-graphql/2024-07/scalars/String): String - The first line of the address of the destination. * [address2](/docs/api/admin-graphql/2024-07/scalars/String): String - The second line of the address of the destination. * [city](/docs/api/admin-graphql/2024-07/scalars/String): String - The city of the destination. * [company](/docs/api/admin-graphql/2024-07/scalars/String): String - The company of the destination. * [countryCode](/docs/api/admin-graphql/2024-07/enums/CountryCode): CountryCode - The two-letter country code of the destination. * [email](/docs/api/admin-graphql/2024-07/scalars/String): String - The email of the customer at the destination. * [firstName](/docs/api/admin-graphql/2024-07/scalars/String): String - The first name of the customer at the destination. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [lastName](/docs/api/admin-graphql/2024-07/scalars/String): String - The last name of the customer at the destination. * [phone](/docs/api/admin-graphql/2024-07/scalars/String): String - The phone number of the customer at the destination. * [province](/docs/api/admin-graphql/2024-07/scalars/String): String - The province of the destination. * [zip](/docs/api/admin-graphql/2024-07/scalars/String): String - The ZIP code of the destination. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples