Overview
Gori Company dba ShipBae is a special carrier available through EasyPost that provides access to USPS Global Direct Entry (GDE) rates for international USPS shipments. This partnership enables shippers to benefit from faster customs clearance and delivery times, cost savings on shipping and logistics, expanded global market reach, and improved reliability and compliance.
The GDE program is particularly advantageous for ecommerce businesses, exporters, and high-volume international shippers seeking to streamline their cross-border operations through EasyPost’s unified shipping API.
After using EasyPost to print Gori shipments, customers utilize a first-mile freight carrier to transport palletized Gori shipments into the United States. Once customs clearance is complete, the shipments are distributed throughout the United States using the USPS network.
This article provides support information for Gori shipping through EasyPost, including shipment options, usage details, and answers to frequently asked questions.
Shipment Options
EasyPost supports the following shipment options for Gori. These options can be passed in the shipment.options object when creating a shipment:
-
label_date: Specifies the date printed on the shipping label. This field is required for all Gori shipments. -
label_format: Defines the desired label format. Supported values includePDF,PNG, andZPL. -
cod_amount: Specifies the amount to be collected upon delivery for Cash on Delivery (COD) shipments.
Refer to the Gori Carrier Guide for additional implementation details.
Printing Custom References on Gori Labels
Gori supports printing up to four custom reference fields on the bottom-left corner of the label. These fields can be added by including print_custom values in the shipment.options object. Two formats are supported:
Method 1: Individual fields
"options": {
"label_date": "2025-11-19T18:30:00Z",
"print_custom_1": "PRINT_CUSTOM_1",
"print_custom_2": "PRINT_CUSTOM_2"
}Method 2: Array format
"options": {
"label_date": "2025-11-19T18:30:00Z",
"print_custom": [{ "name": "print_custom_2", "value": "PRINT_CUSTOM_1" }, { "name": "print_custom_2", "value": "PRINT_CUSTOM_2" }]
}Either method will print PRINT_CUSTOM_1 AND PRINT_CUSTOM_2 on the bottom-left corner of the label. Up to four reference fields can be added using this approach.
FAQs
Q: How is a Gori account connected to EasyPost?
A shipper account must be created directly through Gori. Once credentials are received, they can be added to the EasyPost Carrier Account dashboard to enable rate retrieval and label purchasing.
Q: Where can shipments be sent using Gori?
Gori supports shipments from any international origin to destinations within the United States. Domestic shipping is also supported for select local regions.
Q: How can shipment tracking be monitored?
EasyPost provides webhook-enabled tracking for all Gori shipments, offering real-time status updates.