Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.35 KB

File metadata and controls

31 lines (27 loc) · 2.35 KB

Org.OpenAPITools.Model.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 List<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]