OrderAddress
Type: Object
Represents a physical address associated with an order, crucial for both logistical and financial operations. In the print industry, precision in addressing is paramount to ensure that finished goods reach the correct destination and invoices are sent to the right accounts payable department. This resource captures all necessary components of an address, from contact and company names to street-level details. It is designed to be versatile, capable of representing various address types such as 'shipping', 'billing', or a general 'contact' location, as defined by the address_type attribute. This clear distinction prevents costly errors in fulfillment and ensures a smooth order-to-cash cycle.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| address | Address | The canonical address associated with this cached address | ||
| address1 | String! | |||
| address2 | String | |||
| address3 | String | |||
| addressId | ID | |||
| addressType | OrderAddressKindEnum! | |||
| city | String! | |||
| companyName | String | |||
| contactName | String | |||
| country | String! | |||
| createdAt | DateTime! | |||
String | ||||
| id | ID! | |||
| lineShippingInstructions | [OrderLineShippingInstruction!]! | filter: OrderLineShippingInstructionFilterInputlimit: Intoffset: Intsort: [OrderLineShippingInstructionSortInput] | The shipping instructions associated with this address | |
| order | Order! | The order associated with this address | ||
| orderId | ID! | |||
| phone | String | |||
| postalCode | String | |||
| shippingInstructions | [OrderShippingInstruction!]! | filter: OrderShippingInstructionFilterInputlimit: Intoffset: Intsort: [OrderShippingInstructionSortInput] | The shipping instructions associated with this address | |
| state | String | |||
| updatedAt | DateTime! |