Create or Update Customer

Create or update customer in the Yotpo platform

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
👍

How to use this endpoint

  • Required parameters are listed below. For the full list of properties, see Introduction to Customers.
  • To see an example request, click Examples in the payload on the right.
  • To skip a parameter, enter "null" or exclude it from the payload.
🚧

Deprecated parameters

The following parameters are deprecated and will be removed in a future release. Please discontinue use and remove them from any existing integrations:

  • custom_properties — deprecated.
  • phone_number — deprecated. Phone number can no longer be set via this endpoint.
👍

Want to check if a customer was registered successfully with Yotpo?

Wait 60 seconds and then use the Retrieve customers endpoint.

Path Params
string
required

The store ID (app_key)

Query Params
string
required

Your Yotpo access token. Click here to learn how to generate one

Body Params
json
required

Identifiers and properties of the customer associated with this action. You must identify the customer by only one of the following identifiers: phone_number or email. We cannot accept both identifiers in the payload

string

Email of the customer associated with the action.

string
deprecated

Phone number of the customer associated with the action. E.164 format is required.

json
deprecated

Metadata associated with the customer is represented as a JSON object with < string key >:< primitive type value > pairs. Supported primitive types include string, boolean, int, long, double, and date (ISO). 'null' values are not supported. Property names must use underscores (_) instead of spaces. These properties can be used for segmentation or to personalize campaigns.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json