# FulfillmentOriginAddressInput - admin-graphql - INPUT_OBJECT Version: unstable ## Description The input fields used to include the address at which the fulfillment occurred. This input 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 ## Fields * [address1](/docs/api/admin-graphql/unstable/scalars/String): String - The street address of the fulfillment location. * [address2](/docs/api/admin-graphql/unstable/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/admin-graphql/unstable/scalars/String): String - The city in which the fulfillment location is located. * [countryCode](/docs/api/admin-graphql/unstable/scalars/String): String! - The country of the fulfillment location. * [provinceCode](/docs/api/admin-graphql/unstable/scalars/String): String - The province of the fulfillment location. * [zip](/docs/api/admin-graphql/unstable/scalars/String): String - The zip code of the fulfillment location. ## Input objects with this input object * [FulfillmentInput](/docs/api/admin-graphql/unstable/input-objects/FulfillmentInput) * [FulfillmentV2Input](/docs/api/admin-graphql/unstable/input-objects/FulfillmentV2Input) * [OrderCreateFulfillmentInput](/docs/api/admin-graphql/unstable/input-objects/OrderCreateFulfillmentInput) ## Examples