- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreateFulfillmentAddressDTO
The fulfillment address to be created.
fulfillment_id
stringThe associated fulfillment's ID.
company
null | stringOptionalThe company of the fulfillment address.
first_name
null | stringOptionalThe first name of the fulfillment address.
last_name
null | stringOptionalThe last name of the fulfillment address.
address_1
null | stringOptionalThe first line of the fulfillment address.
address_2
null | stringOptionalThe second line of the fulfillment address.
city
null | stringOptionalThe city of the fulfillment address.
country_code
null | stringOptionalThe ISO 2 character country code of the fulfillment address.
province
null | stringOptionalThe province of the fulfillment address.
postal_code
null | stringOptionalThe postal code of the fulfillment address.
phone
null | stringOptionalThe phone of the fulfillment address.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?