Manifests FAQs

← Shipping FAQs

What are the cutoff times for manifests?

See What are the cutoff times for USPS shipments and manifests?

When does the auto-manifest job run?

The auto-manifest job runs daily at 6 a.m. UTC/GMT and automatically manifests all eligible USPS shipments that have the previous day’s ship date but that have not yet been added to a SCAN form. For example, if an eligible USPS shipment has a ship date of May 1 and remains unmanifested at 6 a.m. UTC/GMT on May 2, the auto-manifest job will manifest the shipment.

Eligible shipments are shipments that were created with the ADD_TO_MANIFEST set to true.

Note: USPS cannot send tracking updates for a shipment until the shipment has manifested.

How is the local time zone determined for USPS shipments and manifests?

For both the Create Shipment and Create Manifest API requests, local time is based on the induction postal code, if present, or otherwise based on the state specified in the sender’s address. For states with two time zones, local time is determined by the part of the state with the larger population, as shown in the following table. Note that Arizona is on Standard Time all year, unlike the other states listed, all of which observe Daylight Saving Time.

States with Two Time Zones

State

Time Zone for Local Time

Arizona

Mountain Standard Time

Idaho

Mountain

Kansas

Central

Kentucky

Eastern

Nebraska

Central

North Dakota

Central

Oregon

Pacific

South Dakota

Central

What is included in a USPS SCAN form?

If you create a SCAN form with a submissionDate of day N and if you specify shipments by providing a list of tracking numbers, then you can include shipments with ship dates of day N-1, day N, and day N+1.

If create a SCAN form with a submissionDate of day N but you do not provide tracking numbers, then all eligible shipments with a ship date of day N-1 and day N are added to the SCAN form.

Can I exclude shipments from appearing in a USPS SCAN form?

Yes, you can exclude a shipment from appearing in a SCAN form by setting the ADD_TO_MANIFEST shipment option to false when creating the shipment. The shipment will not use a SCAN form, and Pitney Bowes will auto-manifest the shipment within 30 minutes of the Create Shipment request.

Note: The ADD_TO_MANIFEST shipment option is always considered true for PMOD labels. PMOD requires packages be added to PS Form 3152 using the POST manifests API. If you set the option to false, the APIs still consider the option to be true.

Can I choose to manifest a shipment at a later date?

For certain carriers, you can manifest a shipment at a later date by setting the FUTURE_SHIPMENT_DATE option in the shipmentOptions array. For a list of carriers that use the option, see FUTURE_SHIPMENT_DATE.

For USPS, you can extend the shipment date up to 7 days. Extending the date prevents the shipment from being picked up by the nightly auto-manifest job. When the shipment date arrives, you can either invoke the Create Manifest API or let the auto-manifest job pick up the shipment.

Note that if you create a shipment after 8 p.m. local time, the APIs automatically advance the shipment date to the next day. In that case, you would not need to set FUTURE_SHIPMENT_DATE to advance to the next day.

Can I remove shipments from a manifest after creating the manifest?

No, once you have created a manifest, you cannot remove tracking numbers from that manifest. You can, however, submit the package for a refund.

How long is a manifest URL available?

The URL is available as long as there is space in the server, which is roughly about 15 days. However, the GET /manifests/{manifestId} API call returns a valid response only until 24 hours after the first print.