orders ordersparcelbatcherrors (http://api.3plcentral.com/rels/orders/ordersparcelbatcherrors)
Resource:
Collection: request a list of batch errors
C# Rel Const:
Rels.OrderSvc.OrdersParcelBatchErrors
URI template:
parcels/ordersparcelbatcherrors{?batchErrorsUri,batchShipmentsUri}
Obtain URI from:
Get a list of high volume shipment batch errors
Success status: 200
Name (* = required) Data Type Description
batchErrorsUri * string
batchShipmentsUri * string
Type Description
ParcelBatchErrors IEnumerable<Order.Models.ParcelBatchError>
Error string
ShipmentId string
OrderId int
Sample accept: application/hal+json
{
  "parcelBatchErrors": [
    {
      "error": "str",
      "shipmentId": "str",
      "orderId": 3
    }
  ]
}

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.