Class ByProjectKeyShippingMethodsMatchingOrdereditRequestBuilder Properties Protected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string ; } ; } Type declaration Optional
base Uri ?: string path Args : { projectKey : string ; } Methods get get ( methodArgs ) : ApiRequest < ShippingMethodPagedQueryResponse > Parameters methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; queryArgs : { country : string ; orderEditId : string ; state ?: string ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] query Args : { country : string ; orderEditId : string ; state ?: string ; [key : string ]: QueryParam ; } country : string order Edit Id : string Optional
state ?: string head head ( methodArgs ) : ApiRequest < void > Parameters methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; queryArgs : { country : string ; orderEditId : string ; state ?: string ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] query Args : { country : string ; orderEditId : string ; state ?: string ; [key : string ]: QueryParam ; } country : string order Edit Id : string Optional
state ?: string Returns ApiRequest < void >
Retrieves all the ShippingMethods that can ship to the given Location for an OrderEdit.