API changes: ACTION REQUIRED.
orders ordersmassparceloptions (http://api.3plcentral.com/rels/orders/ordersmassparceloptions)
Resource:
Collection: mass update parcel options
C# Rel Const:
Rels.OrderSvc.OrdersMassParcelOptions
URI template:
parcels/ordersmassparceloptions
Obtain URI from:
Mass Update parcel options for orders
Success status: 204
none
smallparceloptions to be modified
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identifies orders to be routed
Id int
ParcelOptionsUpdate Order.Models.ParcelOptionsUpdate
CarrierAccountNumber string
CarrierSelectionV2 bool? ...
DeliveryConfirmationType string
DeliveredDutyPaid int? ...
DryIceWeight decimal? ...
InsuranceAmount decimal? ...
InsuranceType int? ...
InternationalContentsType string
InternationalNonDelivery string
RequireReturnLabel bool? ...
ResidentialFlag bool? ...
SaturdayDeliveryFlag bool? ...
TaxIdentifiers string
ShipDate string
ChosenRate string
OrderScannedFlag bool? ...
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ],
  "parcelOptionsUpdate": {
    "carrierAccountNumber": "str",
    "carrierSelectionV2": true,
    "deliveryConfirmationType": "str",
    "deliveredDutyPaid": 1,
    "dryIceWeight": 1.0,
    "insuranceAmount": 1.0,
    "insuranceType": 1,
    "internationalContentsType": "str",
    "internationalNonDelivery": "str",
    "requireReturnLabel": true,
    "residentialFlag": true,
    "saturdayDeliveryFlag": true,
    "taxIdentifiers": "str",
    "shipDate": "str",
    "chosenRate": "str",
    "orderScannedFlag": 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@extensiv.com with any questions about this documentation.