Releases: EasyPost/easypost-go
Releases · EasyPost/easypost-go
v2.14.0
- Adds
GetNextXPage
functions (e.g.GetNextShipmentPage
) to retrieve the next page of results for a provided paginated list
v2.13.1
- Adds missing
StatusDetail
property toTracker
andTrackingDetail
structs - Removes unusable
FullTestTracker
field fromCreateTrackerOptions
v2.13.0
- Adds
StatelessRate
object struct,BetaGetStatelessRates
function to get ephemeral rates. - Adds
LowestStatelessRate
,LowestStatelessRateWithCarrier
andLowestStatelessRateWithCarrierAndService
functions to get the lowest stateless rate from a list of stateless rates.
v2.12.0
- Adds function to retrieve a specific payload for a specific event,
GetEventPayload
- Adds
ListPickups
function toPickup
to retrieve all pickups
v2.11.1
- Removes
BetaAddPaymentMethodWithPrimaryOrSecondary
and adds theprimaryOrSecondary
parameter from that function to theBetaAddPaymentMethod
function which was the initial intention
v2.11.0
- Adds new beta billing functionality for ReferralCustomer users
BetaAddPaymentMethod
can add a pre-existing Stripe bank account or credit card to your EasyPost accountBetaRefundByAmount
refunds your wallet by a dollar amountBetaRefundByPaymentLog
refunds you wallet by a PaymentLog ID
- Adds new
PickupMinDatetime
andDeliveryMaxDatetime
Shipment options
v2.10.0
- Routes requests for creating a carrier account with a custom workflow (eg: FedEx, UPS) to the correct endpoint when using the
CreateCarrierAccount
function
v2.9.0
- Adds
LabelSize
shipment option
v2.8.0
- Adds
EndShipperID
shipment option - Adds support to pass an
EndShipperID
when buying a shipment - Add White Label support:
- Create a referral customer
- Update a referral customer's email address
- List all referral customers
- Add a credit card to a referral customer's account
v2.7.0
- Adds
CreateEndShipper()
,GetEndShipper()
,ListEndShippers()
, andUpdateEndShippers()
functions - Adds
duty_payment
andduty_payment_account
to Shipment options