orders orderparcelinjectlabel (http://api.3plcentral.com/rels/orders/orderparcelinjectlabel)
Resource:
Operator: inject parcel label processed outside small parcel
C# Rel Const:
Rels.OrderSvc.OrderParcelInjectLabel
URI template:
{id}/parcels/labelinjector
Obtain URI from:
Injects labels processed outside small parcel into the system
Success status: 204
Name (* = required) Data Type Description
id * int OrderID
Type Description
LabelUrl string
ReturnLabel string
LabelFormat string
TrackingNumber string
TrackingUrl string
Packages List<Order.Models.TrackedPackages>
PackageId int
TrackingNumber string
TrackingUrl string
ShippingLabel string
ReturnLabel string
RequestCorrelationId string
LabelId string
Provider string
CarrierAccount string
LabelAmounts Order.Models.LabelAmounts
Currency string
Insurance decimal
Shipping decimal
Total decimal
Sample content-type: application/hal+json
{
  "labelUrl": "str",
  "returnLabel": "str",
  "labelFormat": "str",
  "trackingNumber": "str",
  "trackingUrl": "str",
  "packages": [
    {
      "packageId": 1,
      "trackingNumber": "str",
      "trackingUrl": "str",
      "shippingLabel": "str",
      "returnLabel": "str"
    }
  ],
  "requestCorrelationId": "str",
  "labelId": "str",
  "provider": "str",
  "carrierAccount": "str",
  "labelAmounts": {
    "currency": "str",
    "insurance": 2.0,
    "shipping": 3.0,
    "total": 4.0
  }
}

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.