Class ByProjectKeyMeCartsRequestBuilder Constructorsconstructor Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string } ; } PropertiesProtected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string } ; } Methodsget get ( 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 ; } ; } , ) : 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 ; } ; } head head ( methodArgs ?: { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { where ?: string | string [] ; [ key : string ]: QueryParam } ; } , ) : ApiRequest < void > Parameters Optional
methodArgs : { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { where ?: string | string [] ; [ key : string ]: QueryParam } ; } post post ( methodArgs : { body : MyCartDraft ; headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { expand ?: string | string [] ; [ key : string ]: QueryParam } ; } , ) : ApiRequest < Cart > Parameters methodArgs : { body : MyCartDraft ; headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { expand ?: string | string [] ; [ key : string ]: QueryParam } ; } with Id Parameters childPathArgs : { ID : string }
Returns all Carts that match a given Query Predicate and contain either a matching
customerId
oranonymousId
.