Service Endorsements

Include an optional service endorsement in your calls to Shipium's APIs.

About service endorsements

Ancillary service endorsements are a USPS feature that allows the sender to obtain a shipment addressee's new (forwarding) address, if the addressee has filed a Change of Address order with USPS, for packages that are undeliverable as addressed. Additional carrier fees may apply.

This feature is currently supported for carrier DHL.

Include a service endorsement in your API call

If you'd like to request an optional service endorsement, you'll include the optional endorsement type you're requesting in your calls to Shipium's APIs. A return address is required on the package when using ancillary service endorsements.

The following is a snippet of a JSON request call to Shipium's APIs. The field required for requesting a service endorsement is included in the sample request and is defined in the table below. This field is included in the shipmentParameters or multiParcelShipmentParameters of the call. Only one service endorsement may be included per shipment.

{
  ...
"shipmentParameters": {
    ...
   "endorsementType": "AddressServiceRequested"
  ...
  }
}
FieldRequired / OptionalTypeDescription
shipmentParameters .endorsementTypeRequiredString enumeration
Values are:

- AddressServiceRequested (forwarding and return; new separate address notification provided)
- ForwardingServiceRequested (forwarding and return; new address notification provided only with return)
- ChangeServiceRequested (no forwarding or return; new address notification provided)
- ReturnServiceRequested (no forwarding, only return; new address notification provided)
The ancillary service endorsement type you want to request

Resources

Your Shipium team member is available to help along the way. However, you might find these resources helpful: