- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FulfillmentAddressDTO
The fulfillment address details.
id
stringThe ID of the address.
fulfillment_id
null | stringThe associated fulfillment's ID.
company
null | stringThe company of the address.
first_name
null | stringThe first name of the address.
last_name
null | stringThe last name of the address.
address_1
null | stringThe first line of the address.
address_2
null | stringThe second line of the address.
city
null | stringThe city of the address.
country_code
null | stringThe ISO 2 character country code of the address.
province
null | stringThe province of the address.
postal_code
null | stringThe postal code of the address.
phone
null | stringThe phone of the address.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
DateThe creation date of the address.
updated_at
DateThe update date of the address.
deleted_at
null | DateThe deletion date of the address.
Was this page helpful?