v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Send login link

This endpoint allows you to send customer portal login link to the customer's email for instant access to their subscriber account.

post/2023-10/customer/{customerShopifyId}/loginLink

Path parameters

customerShopifyIdinteger required

The unique identifier of the customer in Shopify.

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/customer/{customerShopifyId}/loginLink:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/customer/{customerShopifyId}/loginLink:post:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

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