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