Class ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdRequestBuilder Constructors constructor new By Project Key In Store Key By Store Key Carts Customer Id By Customer Id Request Builder ( args ) : ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdRequestBuilder Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { customerId : string ; projectKey : string ; storeKey : string ; } ; } Optional
base Uri ?: string path Args : { customerId : string ; projectKey : string ; storeKey : string ; } customer Id : string project Key : string store Key : string Properties Protected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { customerId : string ; projectKey : string ; storeKey : string ; } ; } Type declaration Optional
base Uri ?: string path Args : { customerId : string ; projectKey : string ; storeKey : string ; } customer Id : string project Key : string store Key : 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
query Args ?: { 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 recently modified active Cart of a Customer with CartOrigin
Customer
. If no active Cart exists, this method returns a ResourceNotFound error.