- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderAddress - Order Module Data Models Reference
This documentation provides a reference to the OrderAddress data model. It belongs to the Order Module.
id
PrimaryKeyModifier<IdProperty>The ID of the order address.
customer_id
TextPropertyOptionalThe ID of the customer that the address belongs to.
company
TextPropertyOptionalThe company of the order address
first_name
TextPropertyOptionalThe first name of the order address
last_name
TextPropertyOptionalThe last name of the order address
address_1
TextPropertyOptionalThe first line of the order address
address_2
TextPropertyOptionalThe second line of the order address
city
TextPropertyOptionalThe city of the order address
country_code
TextPropertyOptionalThe country code of the order address.
@example us
province
TextPropertyOptionalThe province of the order address
postal_code
TextPropertyOptionalThe postal code of the order address
phone
TextPropertyOptionalThe phone of the order address
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?