Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

FulfillmentAddressDTO

The fulfillment address details.

Properties

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