GOFO Wallet Guide
GOFO is a U.S.-founded, technology-driven last-mile delivery carrier providing domestic delivery services for ecommerce platforms and brands.
EasyPost supports GOFO through two account options:
- GOFO Wallet: Use GOFO through an EasyPost Wallet without establishing a separate billing relationship with GOFO. Shipment charges are billed through EasyPost.
- GOFO BYOCA: Connect an existing GOFO account to EasyPost using credentials provided by GOFO. Billing is handled directly by GOFO.
This guide includes detailed information on utilizing GOFO Wallet shipping with the EasyPost API, focusing on account setup, rates, label creation, tracking, and more.
Sign up for an EasyPost account to obtain a Test and Production API key. See Authentication and Key Management for more information.
- Log in to EasyPost and navigate to Account Settings.
- Select the Carriers tab.
- Select the EasyPost Wallet Carriers tab.
- Find GOFO in the list of carriers and select Create Account.
- Select the entry port closest to the shipment origin address to complete the account creation process.
LAX— Los Angeles, CaliforniaCNO— Chino, CaliforniaSFO— San Francisco, CaliforniaSEA— Seattle, WashingtonDEN— Denver, ColoradoSLC— Salt Lake City, UtahDFW— Dallas / Fort Worth, TexasIAH— Houston, TexasORD— Chicago, IllinoisEWR— Newark, New JerseyJFK— New York City, New YorkPDK— Atlanta, Georgia (DeKalb-Peachtree)ATL— Atlanta, Georgia (Hartsfield-Jackson)MIA— Miami, FloridaCLT— Charlotte, North Carolina
The API structure specified by EasyPost can also be used to add the GOFO Wallet carrier account.
curl -X POST https://api.easypost.com/v2/carrier_accounts/open \
-u "$EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
"carrier_account": {
"type": "GofoWalletAccount",
"reference": "GOFO Wallet Account",
"description": "GOFO Wallet Account",
"origin_hub": "VALUE"
}
}'
Download an EasyPost Client Library or utilize the REST API with cURL.
Examine the EasyPost Objects section to understand the API's structure, which is critical for constructing requests and interpreting responses.
GOFO is a Live Rating integration, enabling real-time rate retrieval for shipments created via EasyPost.
Rates are specific to the GOFO Wallet account and are returned when rating an eligible shipment.
Billing is handled through the EasyPost Wallet. Shipment charges are deducted directly from the customer’s EasyPost Wallet.
If GOFO determines that the shipment details differ from the information provided when the shipment was purchased, the shipment may be subject to a billing adjustment. Any resulting charge or credit is applied to the EasyPost Wallet.
GOFO is a domestic-only carrier and supports the following service level:
GOFO_PARCEL_PICKUP— GOFO parcel delivery service
GOFO provides shipping coverage within the United States. Customers must select the supported entry port closest to the shipment origin address when configuring the GOFO Wallet account.
GOFO supports parcels up to 25 lbs in actual weight and 30 inches in length.
GOFO’s standard delivery days are Monday through Sunday, including public and local holidays. Standard delivery times are 6 a.m. to 11 p.m.
There are no predefined packages for GOFO.
With EasyPost, generating shipping labels for GOFO is the same process as generating them for any other carrier.
Review the Getting Started Guide for help generating a shipping label.
One-call buys enable streamlined label purchasing through the EasyPost API by consolidating multiple operations into a single API request. This feature is designed to simplify and accelerate the shipping process by combining the creation of a shipment, retrieval of rates, and purchasing the shipping label into one efficient step.
See Reducing API Response Times for more information.
Manifesting is not supported or required for GOFO.
GOFO does not support returns.
GOFO assigns a merchant code that can optionally be provided using the merchant_id shipment option.
GOFO supports refunding and voiding labels through the EasyPost API.
GOFO labels are available in PNG, ZPL, and PDF formats.
GOFO does not support hazardous materials through the EasyPost integration.
GOFO pickups cannot be scheduled via the EasyPost API. To request a pickup, contact our Support team.
EasyPost simplifies package tracking by offering two methods:
- Tracking with an existing number and carrier.
- Using a Tracker included with an EasyPost-purchased shipping label.
The service integrates webhooks for timely shipment updates. For detailed information on tracking methods, visit the Tracking Guide.
GOFO provides picture proof of delivery for all deliveries and makes up to three delivery attempts. Signature service is not currently available.
The Carrier Metadata endpoint can programmatically return information about service levels, predefined packages, supported features, and shipment options.
Use this information to quickly integrate and make educated decisions about the mix of carriers for shipping needs. Additionally, the Carrier Metadata endpoint is available to retrieve comprehensive information about all carriers on the EasyPost platform, enhancing decision-making for carrier services.
In addition to the guidance provided in our Carrier Guides, EasyPost offers support to assist with FAQs, troubleshooting issues, and inquiries related to the EasyPost platform.
Please visit the Help Center for more information.
For questions about getting started with the EasyPost API please talk to a Shipping Expert or contact our Support team.