orders ordersparceloptions (http://api.3plcentral.com/rels/orders/ordersparceloptions)
Resource:
Collection: request parcel options
C# Rel Const:
Rels.OrderSvc.OrdersParcelOptions
URI template:
parcels/ordersparceloptions
Obtain URI from:
Get parcel shipping label(s) for orders
Success status: 200
none
specify the orders to get parcel options for
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identifies orders to be affected
Id int
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ]
}
Type Description
ParcelOptions List<Order.Models.ParcelOption>
OrderId int
DeliveryConfirmationType string
DeliveredDutyPaid int
DryIceWeight decimal
InsuranceAmount decimal
InsuranceType int
InternationalContentsType string
InternationalNonDelivery string
ResidentialFlag bool
SaturdayDeliveryFlag bool
TaxIdentifiers string
CarrierAccountNumber string
CarrierSelectionV2 bool
ShipDate string
ChosenRate string
Sample accept: application/hal+json
{
  "parcelOptions": [
    {
      "orderId": 1,
      "deliveryConfirmationType": "str",
      "deliveredDutyPaid": 3,
      "dryIceWeight": 4.0,
      "insuranceAmount": 5.0,
      "insuranceType": 6,
      "internationalContentsType": "str",
      "internationalNonDelivery": "str",
      "residentialFlag": true,
      "saturdayDeliveryFlag": true,
      "taxIdentifiers": "str",
      "carrierAccountNumber": "str",
      "carrierSelectionV2": true,
      "shipDate": "str",
      "chosenRate": "str"
    }
  ]
}

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.