v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Send login link

post/2023-10/auth/loginLink

Request body

myshopifyDomainstring required

The myshopify domain of the store for which the login link is sent.

emailstring

The email address where the customer will receive the login link.

customerShopifyIdinteger

The unique Shopify customer ID used to identify the customer.

Response

200

successboolean

Indicates whether the login link was sent successfully.

messagestring

A human-readable message describing the result of the request.

datastring

Contains the response data returned by the request, if applicable.

codestring

A status code representing the outcome of the request.

pageInfointeger

Contains additional pagination or metadata information, if available.

Example response

{
  "success": true,
  "message": "Login link sent successfully",
  "code": "SUCCESS"
}