Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.32 KB

File metadata and controls

31 lines (27 loc) · 2.32 KB

CustomerAddressAdd

Properties

Name Type Description Notes
customerId String Defines customer id
storeId String Store Id [optional]
firstName String Defines customer's address first name [optional]
lastName String Defines customer's address last name [optional]
company String Defines customer's address company [optional]
address1 String Specifies customer's address address1
address2 String Specifies customer's address address2 [optional]
city String Specifies customer's address city
country String Specifies customer's address ISO code or name of country
state String Specifies customer's address ISO code or name of state [optional]
postcode String Specifies customer's address postcode
identificationNumber String Specifies the national ID card number of this person, or a unique tax identification number for customer's address [optional]
types [String] Specifies customer's address types [optional]
_default Bool Specifies whether the customer's address is used by default [optional]
phone String Defines customer's address phone number [optional]
phoneMobile String Defines customer's address mobile phone number [optional]
fax String Defines customer's address fax [optional]
website String Defines Link to customer's address website [optional]
gender String Defines customer's address gender [optional]
taxId String Add Tax Id [optional]
alias String Specifies customer's alias in the address book [optional]
idempotencyKey String A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> [optional]

[Back to Model list] [Back to API list] [Back to README]