Class ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder Constructors constructor new By Project Key In Store Key By Store Key Carts Request Builder ( args ) : ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string ; storeKey : string ; } ; } Optional
base Uri ?: string path Args : { projectKey : string ; storeKey : string ; } project Key : string store Key : string Properties Protected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string ; storeKey : string ; } ; } Type declaration Optional
base Uri ?: string path Args : { projectKey : string ; storeKey : string ; } project Key : string store Key : string Methods get get ( methodArgs ? ) : ApiRequest < CartPagedQueryResponse > 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
query Args ?: { 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
with Total ?: boolean head head ( methodArgs ? ) : ApiRequest < void > Parameters Optional
methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; queryArgs ?: { where ?: string | string [] ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Optional
query Args ?: { where ?: string | string [] ; [key : string ]: QueryParam ; } Optional
where ?: string | string [] Returns ApiRequest < void > post post ( methodArgs ) : ApiRequest < Cart > Parameters methodArgs : { body : CartDraft ; headers ?: { [key : string ]: string | string [] ; } ; queryArgs ?: { expand ?: string | string [] ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Optional
query Args ?: { expand ?: string | string [] ; [key : string ]: QueryParam ; } Optional
expand ?: string | string [] Returns ApiRequest < Cart >
Queries carts in a specific Store.