Hi team , I use V3 API to create Label, but I get error message account_id from endicia & postal_reporting_number from pitney,could you help me?
- label/endicia
POST /v3/order/M-VIC-TEST07/label/endicia HTTP/1.1
Host: api.ordoro.com
Content-Type: application/json
Authorization: Basic cEY4TWdDejhCVEVVZWtsWWlEOVlFelVhTEN3UXVmbjJqY2tYY001bjpPWGJKcTg1UHl0emZaRTlrUDBvb2Q2M0ZteDJ0L3Ixc0U1bXE2V25s
Content-Length: 301
{
"shipper_id": 216609,
"shipping_method": "UGA",
"ship_date": "2025-10-14T13:21:00.199Z",
"return":false,
"packages": [
{
"height": 1,
"length": 1,
"width": 1,
"weight": 1,
"box_shape": "Parcel"
}
]
}
response
{
"error_message": "'account_id'",
"param": null
}
- label/pitney
POST /v3/order/M-VIC-TEST06/label/pitney HTTP/1.1
Host: api.ordoro.com
Content-Type: application/json
Authorization: Basic cEY4TWdDejhCVEVVZWtsWWlEOVlFelVhTEN3UXVmbjJqY2tYY001bjpPWGJKcTg1UHl0emZaRTlrUDBvb2Q2M0ZteDJ0L3Ixc0U1bXE2V25s
Content-Length: 281
{
"shipper_id": 216609,
"shipping_method": "UGA",
"ship_date": "2025-10-14T13:21:00.199Z",
"packages": [
{
"height": 1,
"length": 1,
"width": 1,
"weight": 1,
"box_shape": "Parcel"
}
]
}
response
{
"error_message": "'postal_reporting_number'",
"param": null
}
but I can create in protal.