orders ordersparcelautorateshop (http://api.3plcentral.com/rels/orders/ordersparcelautorateshop)
Resource:
GroupOperator: parcel auto rate shop for orders
C# Rel Const:
Rels.OrderSvc.OrdersParcelAutoRateShop
URI template:
parcels/ordersparcelautorateshop{?returnAllRates,multiOrderRateShopOnShip}
Obtain URI from:
parcel rate shop for orders
Success status: 200
Name Data Type Description
returnAllRates bool specify if all rates should be returned
multiOrderRateShopOnShip bool specify if we are doing multi order or not
specify the orders to be canceled
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identifies orders to be affected
Id int
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ]
}
Type Description
BatchId string
ValidShipServiceError bool
Sample accept: application/hal+json
{
  "batchId": "str",
  "validShipServiceError": true
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.