Ordoro · Example Payload

Ordoro Post V3 Order Order_Number Label Pitney

Create a Pitney USPS label for an order

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Ordoro Post V3 Order Order_Number Label Pitney is an example object payload from Ordoro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionmethodpathcontentTypeexample

Example Payload

Raw ↑
{
  "description": "Create a Pitney USPS label for an order",
  "method": "POST",
  "path": "/v3/order/{order_number}/label/pitney",
  "contentType": "application/json",
  "example": {
    "example": {
      "value": {
        "shipper_id": 99999,
        "shipping_method": "PM",
        "packages": [
          {
            "height": 7,
            "length": 8,
            "width": 3,
            "weight": 14,
            "box_shape": "PKG"
          }
        ],
        "delivery_confirmation": "DelCon"
      }
    }
  }
}