Resource:Collection: request a list of batch errorsC# Rel Const:Rels.OrderSvc.OrdersParcelBatchErrorsURI 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 |
{ "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.