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