Class ByProjectKeyInStoreKeyByStoreKeyMeSignupRequestBuilder
Constructors
constructor
- new ByProjectKeyInStoreKeyByStoreKeyMeSignupRequestBuilder(args): ByProjectKeyInStoreKeyByStoreKeyMeSignupRequestBuilder
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: {
projectKey: string;
storeKey: string;
};
}Optional
baseUri?: string
pathArgs: {
projectKey: string;
storeKey: string;
}
projectKey: string
storeKey: string
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<CustomerSignInResult>
Parameters
- methodArgs: {
body: MyCustomerDraft;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
If omitted in the request body, the Customer
stores
field is set to the Store specified in the path parameter.