CreateFulfillmentAddressDTO
The fulfillment address to be created.
fulfillment_id
stringRequiredThe associated fulfillment's ID.
company
null | stringThe company of the fulfillment address.
first_name
null | stringThe first name of the fulfillment address.
last_name
null | stringThe last name of the fulfillment address.
address_1
null | stringThe first line of the fulfillment address.
address_2
null | stringThe second line of the fulfillment address.
city
null | stringThe city of the fulfillment address.
country_code
null | stringThe ISO 2 character country code of the fulfillment address.
province
null | stringThe province of the fulfillment address.
postal_code
null | stringThe postal code of the fulfillment address.
phone
null | stringThe phone of the fulfillment address.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?