FulfillmentAddressDTO
The fulfillment address details.
id
stringRequiredThe ID of the address.
fulfillment_id
null | stringRequiredThe associated fulfillment's ID.
company
null | stringRequiredThe company of the address.
first_name
null | stringRequiredThe first name of the address.
last_name
null | stringRequiredThe last name of the address.
address_1
null | stringRequiredThe first line of the address.
address_2
null | stringRequiredThe second line of the address.
city
null | stringRequiredThe city of the address.
country_code
null | stringRequiredThe ISO 2 character country code of the address.
province
null | stringRequiredThe province of the address.
postal_code
null | stringRequiredThe postal code of the address.
phone
null | stringRequiredThe phone of the address.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
created_at
DateRequiredThe creation date of the address.
updated_at
DateRequiredThe update date of the address.
deleted_at
null | DateRequiredThe deletion date of the address.
Was this section helpful?