# FulfillmentOriginAddress - admin-graphql - OBJECT Version: 2024-10 ## Description The address at which the fulfillment occurred. This object is intended for tax purposes, as a full address is required for tax providers to accurately calculate taxes. Typically this is the address of the warehouse or fulfillment center. To retrieve a fulfillment location's address, use the `assignedLocation` field on the [`FulfillmentOrder`](/docs/api/admin-graphql/latest/objects/FulfillmentOrder) object instead. ### Access Scopes `read_orders` access scope or `read_marketplace_orders` access scope. ## Fields * [address1](/docs/api/admin-graphql/2024-10/scalars/String): String - The street address of the fulfillment location. * [address2](/docs/api/admin-graphql/2024-10/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/admin-graphql/2024-10/scalars/String): String - The city in which the fulfillment location is located. * [countryCode](/docs/api/admin-graphql/2024-10/scalars/String): String! - The country code of the fulfillment location. * [provinceCode](/docs/api/admin-graphql/2024-10/scalars/String): String - The province code of the fulfillment location. * [zip](/docs/api/admin-graphql/2024-10/scalars/String): String - The zip code of the fulfillment location. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples