Sync customer by email for a shop

📘

Authentication

Provide your bearer token in the Authorization header.
Example: Authorization: Bearer 123

Path Params
string
required

ID of the shop

Body Params
string
required

The primary email address of the customer. This field is used to identify existing customers or create new ones under the current shop.

string

The customer's first name.[Note: Required for new customer, optional when updating existing customer]

string

The customer's last name.[Note: Required for new customer, optional when updating existing customer]

double

The amount of store credit or balance to assign to the customer's profile. Accepts decimals/numeric values.[Note: Required for new customer, optional when updating existing customer]

boolean

Determines whether a notification or welcome email should be sent to the customer upon synchronization. If omitted in the payload, it will automatically default to true

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json