Class ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDRequestBuilder Constructors constructor new By Project Key In Store Key By Store Key Me Orders ByIDRequest Builder ( args ) : ByProjectKeyInStoreKeyByStoreKeyMeOrdersByIDRequestBuilder Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { ID : string ; projectKey : string ; storeKey : string ; } ; } Optional
base Uri ?: string path Args : { ID : string ; projectKey : string ; storeKey : string ; } ID : string project Key : string store Key : string Properties Protected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { ID : string ; projectKey : string ; storeKey : string ; } ; } Type declaration Optional
base Uri ?: string path Args : { ID : string ; projectKey : string ; storeKey : string ; } ID : string project Key : string store Key : string Methods get get ( methodArgs ? ) : ApiRequest < Order > 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 < Order > 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 >
If the Order exists in the Project but does not have the
store
field, or thestore
field references a different Store, this method returns a ResourceNotFound error.