Class ByProjectKeyInStoreKeyByStoreKeyCustomersPasswordTokenRequestBuilder
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { projectKey: string; storeKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
projectKey: string;
storeKey: string;
}
projectKey: string
storeKey: string
Methods
post
- post(methodArgs): ApiRequest<CustomerToken>
Parameters
- methodArgs: {
body: CustomerCreatePasswordResetToken;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
If the Customer exists in the Project but the
stores
field references a different Store, this method returns a ResourceNotFound error.