FulfillmentAddressDTO

The fulfillment address details.

idstring
The ID of the address.
fulfillment_idnull | string
The associated fulfillment's ID.
companynull | string
The company of the address.
first_namenull | string
The first name of the address.
last_namenull | string
The last name of the address.
address_1null | string
The first line of the address.
address_2null | string
The second line of the address.
citynull | string
The city of the address.
country_codenull | string
The ISO 2 character country code of the address.
provincenull | string
The province of the address.
postal_codenull | string
The postal code of the address.
phonenull | string
The phone of the address.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
created_atDate
The creation date of the address.
updated_atDate
The update date of the address.
deleted_atnull | Date
The deletion date of the address.
Was this page helpful?
Edit this page