• Docs
  • Guides
  • API Status

PackageHub Change Logs

[1.2122.0] - 2021-05-17

What's New

  • In address, a Customer may now provide a Name with first name only. We also made Company an optional field.
  • We've updated the view of our documentation site.

Improvements

  • For quick signup, we've improved the view by providing navigation between steps.
  • We've improved error message when customer tries to cancel/refund shipment generated via test token.

Bug Fixes

  • We've fixed issue where customer is unable to cancel/refund DHL shipments.

[1.2120.0] - 2021-05-03

What's New

  • Customer can view multipiece shipments (with all package info and rates per package) on portal now.
  • Customer can now export multipiece shipment in reports.
  • We've introduced a quick signup functionality for the partner. This functionality will allow partner to onboard the customer quickly via any 3rd party application.

Improvements

  • We've improved our intergration with USPS Webtools and now customer will be able to generate USPS SCAN Form with maximum 1000 tracking numbers.

Bug Fixes

  • We've corrected the duplicate entries being displyed in manifest response error message
  • We've fixed internal server error when customs info is not provided in shipment request

[1.2118.0] - 2021-04-19

What's New

  • User can request refund even after generating the manifest for refund supported carriers. Below is the list of refund supported carriers:
    • USPS eVS, USPS ePostage, USPS PC Postage (refund must be requested within 30 days of label generation)
    • UPS
    • Pitney Bowes Standard
    • FedEx
  • USPS eVS and ePostage carriers will now support ZPL file label type.
  • For USPS eVS and USPS ePostage carriers, Shipment/ShipmentRate response will contain deliveryDate which is directly returned by USPS.

Improvements

  • We've improved the error message in case of incorrect package number or if no customsInfo is provided in Shipment request.

Bug Fixes

  • We've corrected the message field in Manifest response for UPS and USPS carriers.

Breaking Changes

  • We've depreciated shipment return label endpoint.

[1.2116.0] - 2021-04-05

What's New

  • We've introduced API version change logs and API Migration guide in documentation.
  • On UI Portal for Partner Account type, Partner should see an Embed Block under Customers Tab for Customer SignUp URL.

Improvements

  • Improved response time when fromAddress Id is provided during manifest creation.

Bug Fixes

  • Refund fixed after manifest generation. Webtool carriers will not support refund after manifestation.
  • User should be able to update Payment Method to None after switching from ACH Payment Method.
  • Multipiece shipment validation for non supported carriers.

Breaking Changes

  • "type" is moved to rate.fees array and renamed to "ratingType" for Shipment and ShipmentRate endpoint
  • Before
  • After
{
    "carrierAccountName": "string",
    "carrierCode": "USPS-eVS",
    "carrierAccountId": "string",
    "finalService": "ALL",
    "type": "Weight",
    "totalFee": 0,
    "fees": [
        {
            "packageNumber": 0,
            "type": "string",
            "fee": 0,
            "cubicTier": 0
        }
    ],
    "currency": "USD",
    "deliveryDays": 0,
    "deliveryDate": "2021-03-19T21:09:05.318Z",
    "deliveryDateGuaranteed": true,
    "deliveryDateActual": "2021-03-19T21:09:05.318Z",
    "zone": "string",
    "id": "string",
    "createdDate": "2021-03-19T21:09:05.318Z"
}
{
    "carrierAccountName": "string",
    "carrierCode": "USPS-eVS",
    "carrierAccountId": "string",
    "finalService": "ALL",
    "totalFee": 0,
    "fees": [
        {
            "packageNumber": 0,
            "type": "string",
            "fee": 0,
            "cubicTier": 0,
            "ratingType": "Weight"
        }
    ],
    "currency": "USD",
    "deliveryDays": 0,
    "deliveryDate": "2021-03-19T21:41:54.870Z",
    "deliveryDateGuaranteed": true,
    "deliveryDateActual": "2021-03-19T21:41:54.870Z",
    "zone": "string",
    "id": "string",
    "createdDate": "2021-03-19T21:41:54.870Z"
}
Back to top © A.P. Moller - Maersk