EasyPost
Connect to EasyPost to manage shipping addresses, parcels, shipments, labels, tracking, batches, carrier accounts, webhooks, and reports.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "EASYPOST_BUY_BATCH", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("EASYPOST_BUY_BATCH", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute EASYPOST_BUY_BATCH --data '{ }'Tool 目录
可用 Tools
48 个可调用操作
Buy batchEASYPOST_BUY_BATCHPurchases labels for a batch.需要连接
Purchases labels for a batch.
认证
需要 Connected AccountTags
Buy orderEASYPOST_BUY_ORDERPurchases an order shipment.需要连接
Purchases an order shipment.
认证
需要 Connected AccountTags
Buy pickupEASYPOST_BUY_PICKUPBuys a pickup rate.需要连接
Buys a pickup rate.
认证
需要 Connected AccountTags
Buy shipmentEASYPOST_BUY_SHIPMENTPurchases a shipment label from a selected rate.需要连接
Purchases a shipment label from a selected rate.
认证
需要 Connected AccountTags
Cancel pickupEASYPOST_CANCEL_PICKUPCancels a pickup.需要连接
Cancels a pickup.
认证
需要 Connected AccountTags
Create addressEASYPOST_CREATE_ADDRESSCreates and verifies an EasyPost address.需要连接
Creates and verifies an EasyPost address.
认证
需要 Connected AccountTags
Create batchEASYPOST_CREATE_BATCHCreates a shipment batch.需要连接
Creates a shipment batch.
认证
需要 Connected AccountTags
Create batch labelEASYPOST_CREATE_BATCH_LABELCreates labels for a batch.需要连接
Creates labels for a batch.
认证
需要 Connected AccountTags
Create carrier accountEASYPOST_CREATE_CARRIER_ACCOUNTCreates a carrier account.需要连接
Creates a carrier account.
认证
需要 Connected AccountTags
Create orderEASYPOST_CREATE_ORDERCreates an order.需要连接
Creates an order.
认证
需要 Connected AccountTags
Create parcelEASYPOST_CREATE_PARCELCreates a parcel.需要连接
Creates a parcel.
认证
需要 Connected AccountTags
Create pickupEASYPOST_CREATE_PICKUPCreates a carrier pickup.需要连接
Creates a carrier pickup.
认证
需要 Connected AccountTags
Create reportEASYPOST_CREATE_REPORTCreates an EasyPost report.需要连接
Creates an EasyPost report.
认证
需要 Connected AccountTags
Create shipmentEASYPOST_CREATE_SHIPMENTCreates a shipment and returns rates.需要连接
Creates a shipment and returns rates.
认证
需要 Connected AccountTags
Create shipment formsEASYPOST_CREATE_SHIPMENT_FORMSCreates shipment forms.需要连接
Creates shipment forms.
认证
需要 Connected AccountTags
Create trackerEASYPOST_CREATE_TRACKERCreates a package tracker.需要连接
Creates a package tracker.
认证
需要 Connected AccountTags
Create userEASYPOST_CREATE_USERCreates a child user.需要连接
Creates a child user.
认证
需要 Connected AccountTags
Create webhookEASYPOST_CREATE_WEBHOOKCreates a webhook.需要连接
Creates a webhook.
认证
需要 Connected AccountTags
Delete carrier accountEASYPOST_DELETE_CARRIER_ACCOUNTDeletes a carrier account.需要连接
Deletes a carrier account.
认证
需要 Connected AccountTags
Delete webhookEASYPOST_DELETE_WEBHOOKDeletes a webhook.需要连接
Deletes a webhook.
认证
需要 Connected AccountTags
Get addressEASYPOST_GET_ADDRESSRetrieves an address by ID.需要连接
Retrieves an address by ID.
认证
需要 Connected AccountTags
Get batchEASYPOST_GET_BATCHRetrieves a batch by ID.需要连接
Retrieves a batch by ID.
认证
需要 Connected AccountTags
Get carrier accountEASYPOST_GET_CARRIER_ACCOUNTRetrieves a carrier account by ID.需要连接
Retrieves a carrier account by ID.
认证
需要 Connected AccountTags
Get eventEASYPOST_GET_EVENTRetrieves a webhook event by ID.需要连接
Retrieves a webhook event by ID.
认证
需要 Connected AccountTags
Get orderEASYPOST_GET_ORDERRetrieves an order by ID.需要连接
Retrieves an order by ID.
认证
需要 Connected AccountTags
Get parcelEASYPOST_GET_PARCELRetrieves a parcel by ID.需要连接
Retrieves a parcel by ID.
认证
需要 Connected AccountTags
Get pickupEASYPOST_GET_PICKUPRetrieves a pickup by ID.需要连接
Retrieves a pickup by ID.
认证
需要 Connected AccountTags
Get reportEASYPOST_GET_REPORTRetrieves a report by ID.需要连接
Retrieves a report by ID.
认证
需要 Connected AccountTags
Get shipmentEASYPOST_GET_SHIPMENTRetrieves a shipment by ID.需要连接
Retrieves a shipment by ID.
认证
需要 Connected AccountTags
Get trackerEASYPOST_GET_TRACKERRetrieves a tracker by ID.需要连接
Retrieves a tracker by ID.
认证
需要 Connected AccountTags
Get userEASYPOST_GET_USERRetrieves a user by ID.需要连接
Retrieves a user by ID.
认证
需要 Connected AccountTags
Get webhookEASYPOST_GET_WEBHOOKRetrieves a webhook by ID.需要连接
Retrieves a webhook by ID.
认证
需要 Connected AccountTags
Insure shipmentEASYPOST_INSURE_SHIPMENTAdds insurance to a shipment.需要连接
Adds insurance to a shipment.
认证
需要 Connected AccountTags
List addressesEASYPOST_LIST_ADDRESSESLists addresses.需要连接
Lists addresses.
认证
需要 Connected AccountTags
List API keysEASYPOST_LIST_API_KEYSLists API keys visible to the authenticated account.需要连接
Lists API keys visible to the authenticated account.
认证
需要 Connected AccountTags
List batchesEASYPOST_LIST_BATCHESLists batches.需要连接
Lists batches.
认证
需要 Connected AccountTags
List carrier accountsEASYPOST_LIST_CARRIER_ACCOUNTSLists carrier accounts.需要连接
Lists carrier accounts.
认证
需要 Connected AccountTags
List eventsEASYPOST_LIST_EVENTSLists webhook events.需要连接
Lists webhook events.
认证
需要 Connected AccountTags
List parcelsEASYPOST_LIST_PARCELSLists parcels.需要连接
Lists parcels.
认证
需要 Connected AccountTags
List reportsEASYPOST_LIST_REPORTSLists reports of a given type.需要连接
Lists reports of a given type.
认证
需要 Connected AccountTags
List shipmentsEASYPOST_LIST_SHIPMENTSLists shipments.需要连接
Lists shipments.
认证
需要 Connected AccountTags
List tracker carriersEASYPOST_LIST_TRACKER_CARRIERSLists supported tracker carriers.需要连接
Lists supported tracker carriers.
认证
需要 Connected AccountTags
List trackersEASYPOST_LIST_TRACKERSLists trackers.需要连接
Lists trackers.
认证
需要 Connected AccountTags
List usersEASYPOST_LIST_USERSLists users.需要连接
Lists users.
认证
需要 Connected AccountTags
List webhooksEASYPOST_LIST_WEBHOOKSLists webhooks.需要连接
Lists webhooks.
认证
需要 Connected AccountTags
Refund shipmentEASYPOST_REFUND_SHIPMENTRequests a shipment refund.需要连接
Requests a shipment refund.
认证
需要 Connected AccountTags
Regenerate shipment ratesEASYPOST_REGENERATE_SHIPMENT_RATESRegenerates rates for a shipment.需要连接
Regenerates rates for a shipment.
认证
需要 Connected AccountTags
Update userEASYPOST_UPDATE_USERUpdates a user.需要连接
Updates a user.
认证
需要 Connected AccountTags