Interface: CreateAddressRequest
Properties
address1
address1:
string
The street associated with the Address. Minimum length is 1 character.
address2?
optional
address2:string
Any additional information associated with the Address.
city
city:
string
The city associated with the address.
company?
optional
company:string
The company associated with the address.
country_code
country_code:
string
2-letter country code.
customer_id?
optional
customer_id:number
Unique numeric identifier for the customer associated with the address, if not provided will be auto-filled from Session
discounts?
optional
discounts:object
[]
A list of discounts applied on the address. These discounts will apply to future recurring charges associated with this address.
first_name
first_name:
string
The customer’s first name associated with the address.
is_gift?
optional
is_gift:boolean
Set to true when this address is being used for redeeming gifts.
last_name
last_name:
string
The customer’s last name associated with the address.
order_attributes?
optional
order_attributes:Property
[]
Replaces cart_attributes. Extra information that is added to the order.
order_note?
optional
order_note:string
Notes to be added to all orders associated with the address.