Skip to main content

Update Customer

PUT 

/account/customer

Updates an existing customer details

Updates the details of an existing customer associated with your account Use this endpoint to modify customer properties such as email address or profile attributes, ensuring your customer information is accurate and up to date.

Request

Body

required
    updateMembers object[]

    Customers to add in Account

  • Array [
  • email stringrequired
    firstName string
    lastName string
    source string
    status string

    Possible values: [Subscribed, Unsubscribed, Bounced, Inactive, Spam]

    birthday string
    tags string[]
    currency string
    country string
    province string
    city string
    address1 string
    address2 string
    phone string
    postalCode string
    company string
    lastPurchaseOrder string
    lastPurchasePrice string
    latestOrderId string
    lastPurchaseDate string
  • ]

Responses

Successful operation

Schema
    numberOfCreatedMembers integer
    numberOfUpdatedMembers integer
Loading...