Skip to main content
Skip to main content

CreateFulfillmentAddressDTO

The fulfillment address to be created.

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