Create or Update CustomerCopy Pagepatch https://developers.yotpo.com/core/v3/stores/{store_id}/customersCreate or update customer in the Yotpo platformRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsstore_idstringrequiredThe store ID (app_key)Query Paramsaccess_tokenstringrequiredYour Yotpo access token. Click here to learn how to generate oneBody ParamscustomerjsonrequiredIdentifiers 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 payloademailstringEmail of the customer associated with the action.phone_numberstringPhone number of the customer associated with the action. E.164 format is required.custom_propertiesjsonMetadata 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 200200 400400Updated 11 months ago