Class ByProjectKeyInStoreKeyByStoreKeyMeActiveCartRequestBuilder
Constructors
constructor
- new ByProjectKeyInStoreKeyByStoreKeyMeActiveCartRequestBuilder(args): ByProjectKeyInStoreKeyByStoreKeyMeActiveCartRequestBuilder
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
get
- get(methodArgs?): ApiRequest<Cart>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
queryArgs?: {
expand?: string | string[];
[key: string]: QueryParam;
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Optional
queryArgs?: {
expand?: string | string[];
[key: string]: QueryParam;
}
Optional
expand?: string | string[]
Returns ApiRequest<Cart>
head
- head(methodArgs?): ApiRequest<void>
Parameters
Optional
methodArgs: {
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Returns ApiRequest<void>
Retrieves the Customer's most recently modified active Cart in the Store specified by the
storeKey
path parameter.