Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 2.64 KB

File metadata and controls

36 lines (33 loc) · 2.64 KB

# CustomerAdd

Properties

Name Type Description Notes
email string Defines customer's email
first_name string Defines customer's first name [optional]
last_name string Defines customer's last name [optional]
password string Defines customer's unique password [optional]
group string Defines the group where the customer [optional]
group_id string Customer group_id [optional]
group_ids string Groups that will be assigned to a customer [optional]
status string Defines customer's status [optional] [default to 'enabled']
created_time string Entity's date creation [optional]
modified_time string Entity's date modification [optional]
login string Specifies customer's login name [optional]
last_login string Defines customer's last login time [optional]
birth_day string Defines customer's birthday [optional]
news_letter_subscription bool Defines whether the newsletter subscription is available for the user [optional]
consents \OpenAPI\Client\Model\CustomerAddConsentsInner[] Defines consents to notifications [optional]
gender string Defines customer's gender [optional]
website string Link to customer website [optional]
fax string Defines customer's fax [optional]
company string Defines customer's company [optional]
phone string Defines customer's phone number [optional]
note string The customer note. [optional]
country string Specifies ISO code or name of country [optional]
currency_id string Currency Id [optional]
is_tax_exempt bool Marks a customer as tax-exempt (B2B/wholesale). [optional]
vendor_id string Assigns vendor id to the customer [optional]
store_id string Store Id [optional]
idempotency_key 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]
address \OpenAPI\Client\Model\CustomerAddAddressInner[] [optional]

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