Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.64 KB

File metadata and controls

37 lines (33 loc) · 2.64 KB

Org.OpenAPITools.Model.CustomerUpdate

Properties

Name Type Description Notes
Id string Entity id [optional]
GroupId string Customer group_id [optional]
GroupIds string Groups that will be assigned to a customer [optional]
Group string Defines the group where the customer [optional]
Email string Defines customer's email [optional]
Phone string Defines customer's phone number [optional]
FirstName string Defines customer's first name [optional]
LastName string Defines customer's last name [optional]
BirthDay string Defines customer's birthday [optional]
NewsLetterSubscription bool Defines whether the newsletter subscription is available for the user [optional]
PartnerOffersSubscription bool Defines whether the customer agreed to receive offers from partners [optional]
Consents List<CustomerAddConsentsInner> Defines consents to notifications [optional]
Tags string Customer tags [optional]
Gender string Defines customer's gender [optional]
Note string The customer note. [optional]
Status string Defines customer's status [optional]
Password string Defines customer's unique password [optional]
CurrencyId string Currency Id [optional]
Company string Defines customer's company [optional]
Website string Link to customer website [optional]
Country string Specifies ISO code or name of country [optional]
Fax string Defines customer's fax [optional]
TaxId string Add Tax Id [optional]
IsTaxExempt bool Marks a customer as tax-exempt (B2B/wholesale). [optional]
VendorId string Updates vendor id of the customer [optional]
StoreId string Store Id [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]
Address List<CustomerUpdateAddressInner> [optional]

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