SelfServiceCenterTokenResource

You can use selfServiceCenterToken to create a token for accessing the self service center and sending it to the customer

Methods

create()

create(email, returnUrl?): Promise<{
  status: string;
}>

Create self service center token, and send it to the customer in an email.

Parameters

email: string

Customer's email address

returnUrl?: string

Self service center url to use in the email

Returns

Promise<{ status: string; }>

The status of the request

MemberTypeValue

status

string

-

Throws

Last updated

Change request #33: Shopify SSO Connection