GET api/Orders/FulfilmentMethods
Retrieves a collection of shipping methods and their certieria for application
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EskimoClassLibraries.clsShippingType| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | integer | None. | |
| Active | boolean | None. | |
| Description | string | String length: inclusive between 0 and 100 | |
| Rates | Collection of EskimoClassLibraries.clsShippingRate | None. | |
| CourierCompany | string | String length: inclusive between 0 and 50 | |
| CollectionStoreID | string | String length: inclusive between 3 and 3 | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ID": 1,
    "Active": true,
    "Description": "sample string 3",
    "Rates": [
      {
        "ID": 1,
        "BasketWeightFrom": 1,
        "BasketWeightTo": 1,
        "BasketWeightMeasure": "sample string 2",
        "BasketValueFrom": 1.0,
        "BasketValueTo": 1.0,
        "BasketItemsCountFrom": 1,
        "BasketItemsCountTo": 1,
        "NetChargeToCustomer": 3.0,
        "GrossChargeToCustomer": 4.0,
        "TaxCode": {
          "TaxID": 1,
          "TaxDescription": "sample string 2",
          "TaxRate": 3.0
        },
        "Active": true
      },
      {
        "ID": 1,
        "BasketWeightFrom": 1,
        "BasketWeightTo": 1,
        "BasketWeightMeasure": "sample string 2",
        "BasketValueFrom": 1.0,
        "BasketValueTo": 1.0,
        "BasketItemsCountFrom": 1,
        "BasketItemsCountTo": 1,
        "NetChargeToCustomer": 3.0,
        "GrossChargeToCustomer": 4.0,
        "TaxCode": {
          "TaxID": 1,
          "TaxDescription": "sample string 2",
          "TaxRate": 3.0
        },
        "Active": true
      }
    ],
    "CourierCompany": "sample string 4",
    "CollectionStoreID": "sample string 5"
  },
  {
    "ID": 1,
    "Active": true,
    "Description": "sample string 3",
    "Rates": [
      {
        "ID": 1,
        "BasketWeightFrom": 1,
        "BasketWeightTo": 1,
        "BasketWeightMeasure": "sample string 2",
        "BasketValueFrom": 1.0,
        "BasketValueTo": 1.0,
        "BasketItemsCountFrom": 1,
        "BasketItemsCountTo": 1,
        "NetChargeToCustomer": 3.0,
        "GrossChargeToCustomer": 4.0,
        "TaxCode": {
          "TaxID": 1,
          "TaxDescription": "sample string 2",
          "TaxRate": 3.0
        },
        "Active": true
      },
      {
        "ID": 1,
        "BasketWeightFrom": 1,
        "BasketWeightTo": 1,
        "BasketWeightMeasure": "sample string 2",
        "BasketValueFrom": 1.0,
        "BasketValueTo": 1.0,
        "BasketItemsCountFrom": 1,
        "BasketItemsCountTo": 1,
        "NetChargeToCustomer": 3.0,
        "GrossChargeToCustomer": 4.0,
        "TaxCode": {
          "TaxID": 1,
          "TaxDescription": "sample string 2",
          "TaxRate": 3.0
        },
        "Active": true
      }
    ],
    "CourierCompany": "sample string 4",
    "CollectionStoreID": "sample string 5"
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfclsShippingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EskimoClassLibraries">
  <clsShippingType>
    <Active>true</Active>
    <CollectionStoreID>sample string 5</CollectionStoreID>
    <CourierCompany>sample string 4</CourierCompany>
    <Description>sample string 3</Description>
    <ID>1</ID>
    <Rates>
      <clsShippingRate>
        <Active>true</Active>
        <BasketItemsCountFrom>1</BasketItemsCountFrom>
        <BasketItemsCountTo>1</BasketItemsCountTo>
        <BasketValueFrom>1</BasketValueFrom>
        <BasketValueTo>1</BasketValueTo>
        <BasketWeightFrom>1</BasketWeightFrom>
        <BasketWeightMeasure>sample string 2</BasketWeightMeasure>
        <BasketWeightTo>1</BasketWeightTo>
        <GrossChargeToCustomer>4</GrossChargeToCustomer>
        <ID>1</ID>
        <NetChargeToCustomer>3</NetChargeToCustomer>
        <TaxCode>
          <TaxDescription>sample string 2</TaxDescription>
          <TaxID>1</TaxID>
          <TaxRate>3</TaxRate>
        </TaxCode>
      </clsShippingRate>
      <clsShippingRate>
        <Active>true</Active>
        <BasketItemsCountFrom>1</BasketItemsCountFrom>
        <BasketItemsCountTo>1</BasketItemsCountTo>
        <BasketValueFrom>1</BasketValueFrom>
        <BasketValueTo>1</BasketValueTo>
        <BasketWeightFrom>1</BasketWeightFrom>
        <BasketWeightMeasure>sample string 2</BasketWeightMeasure>
        <BasketWeightTo>1</BasketWeightTo>
        <GrossChargeToCustomer>4</GrossChargeToCustomer>
        <ID>1</ID>
        <NetChargeToCustomer>3</NetChargeToCustomer>
        <TaxCode>
          <TaxDescription>sample string 2</TaxDescription>
          <TaxID>1</TaxID>
          <TaxRate>3</TaxRate>
        </TaxCode>
      </clsShippingRate>
    </Rates>
  </clsShippingType>
  <clsShippingType>
    <Active>true</Active>
    <CollectionStoreID>sample string 5</CollectionStoreID>
    <CourierCompany>sample string 4</CourierCompany>
    <Description>sample string 3</Description>
    <ID>1</ID>
    <Rates>
      <clsShippingRate>
        <Active>true</Active>
        <BasketItemsCountFrom>1</BasketItemsCountFrom>
        <BasketItemsCountTo>1</BasketItemsCountTo>
        <BasketValueFrom>1</BasketValueFrom>
        <BasketValueTo>1</BasketValueTo>
        <BasketWeightFrom>1</BasketWeightFrom>
        <BasketWeightMeasure>sample string 2</BasketWeightMeasure>
        <BasketWeightTo>1</BasketWeightTo>
        <GrossChargeToCustomer>4</GrossChargeToCustomer>
        <ID>1</ID>
        <NetChargeToCustomer>3</NetChargeToCustomer>
        <TaxCode>
          <TaxDescription>sample string 2</TaxDescription>
          <TaxID>1</TaxID>
          <TaxRate>3</TaxRate>
        </TaxCode>
      </clsShippingRate>
      <clsShippingRate>
        <Active>true</Active>
        <BasketItemsCountFrom>1</BasketItemsCountFrom>
        <BasketItemsCountTo>1</BasketItemsCountTo>
        <BasketValueFrom>1</BasketValueFrom>
        <BasketValueTo>1</BasketValueTo>
        <BasketWeightFrom>1</BasketWeightFrom>
        <BasketWeightMeasure>sample string 2</BasketWeightMeasure>
        <BasketWeightTo>1</BasketWeightTo>
        <GrossChargeToCustomer>4</GrossChargeToCustomer>
        <ID>1</ID>
        <NetChargeToCustomer>3</NetChargeToCustomer>
        <TaxCode>
          <TaxDescription>sample string 2</TaxDescription>
          <TaxID>1</TaxID>
          <TaxRate>3</TaxRate>
        </TaxCode>
      </clsShippingRate>
    </Rates>
  </clsShippingType>
</ArrayOfclsShippingType>