Resource:Collection: async process for high volume shippingC# Rel Const:Rels.OrderSvc.OrdersParcelShippingLabelHighVolumeURI template:parcels/ordersparcelshippinglabelhighvolume{?labelFormat,includeReturnLabels,batchName,callbackSchemaAndAuthority,shipDate}Obtain URI from:
Get parcel shipping label(s) for orders
Success status: 204
Name | Data Type | Description |
---|---|---|
labelFormat | Common.Enum.LabelFormatType | specify which label format to request. (default: zpl) |
- Zpl | ||
- Png | ||
includeReturnLabels | bool | include return label along with shipping label |
batchName | string | name to apply to batch |
callbackSchemaAndAuthority | string | the base url for the callback that will update orders, likely a urlencoded https://secure-wms.com |
shipDate | DateTime | specify the date they will be shipped |
Type | Description | |
---|---|---|
OrderIdentifiers | IEnumerable<Generic.Models.OrderIdentifier> | identifies orders to be affected |
Id | int |
Sample content-type: application/hal+json |
{ "orderIdentifiers": [ { "id": 1 } ] }
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.