Class ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder
Constructors
constructor
- new ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder(args): ByProjectKeyInStoreKeyByStoreKeyMeRequestBuilder
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
delete
- delete(methodArgs): ApiRequest<Customer>
Parameters
- methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs: {
version: number;
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
queryArgs: {
version: number;
[key: string]: QueryParam;
}
Returns ApiRequest<Customer>
get
- get(methodArgs?): ApiRequest<Customer>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs?: {
expand?: string | string[];
limit?: number;
offset?: number;
sort?: string | string[];
where?: string | string[];
withTotal?: boolean;
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Optional
queryArgs?: {
expand?: string | string[];
limit?: number;
offset?: number;
sort?: string | string[];
where?: string | string[];
withTotal?: boolean;
[key: string]: QueryParam;
}
Optional
expand?: string | string[]
Optional
limit?: number
Optional
offset?: number
Optional
sort?: string | string[]
Optional
where?: string | string[]
Optional
withTotal?: boolean
Returns ApiRequest<Customer>
post
- post(methodArgs): ApiRequest<Customer>
Parameters
- methodArgs: {
body: MyCustomerUpdate;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Returns ApiRequest<Customer>
A shopping cart holds product variants and can be ordered.