Class ByProjectKeyMeSignupRequestBuilder
Constructors
constructor
- new ByProjectKeyMeSignupRequestBuilder(args): ByProjectKeyMeSignupRequestBuilder
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: {
projectKey: string;
};
}Optional
baseUri?: string
pathArgs: {
projectKey: string;
}
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
projectKey: string;
}
Methods
post
- post(methodArgs): ApiRequest<CustomerSignInResult>
Parameters
- methodArgs: {
body: MyCustomerDraft;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
If used with an access token for an anonymous session, all Orders and Carts that belong to the
anonymousId
are assigned to the newly created Customer.