Easyship · Capability
Easyship API — Shipments
Easyship API — Shipments. 6 operations: create, list, show, update, delete, cancel. Self-contained Naftiko capability covering one Easyship business surface.
Easyship API — Shipments is a Naftiko capability published by Easyship, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the GET, POST, PATCH, and DELETE methods rooted at /v1/shipments.
The capability includes 2 read-only operations and 4 state-changing operations. Lead operation: List Shipments. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Easyship, Shipments, and Shipping.
What You Can Do
GET
Listshipments
— List Shipments
/v1/shipments
POST
Createshipment
— Create a Shipment
/v1/shipments
GET
Getshipment
— Show a Shipment
/v1/shipments/{id}
PATCH
Updateshipment
— Update a Shipment
/v1/shipments/{id}
DELETE
Deleteshipment
— Delete a Shipment
/v1/shipments/{id}
POST
Cancelshipment
— Cancel a Shipment
/v1/shipments/{id}/cancel
MCP Tools
list-shipments
List Shipments
read-only
idempotent
create-shipment
Create a Shipment
get-shipment
Show a Shipment
read-only
idempotent
update-shipment
Update a Shipment
idempotent
delete-shipment
Delete a Shipment
idempotent
cancel-shipment
Cancel a Shipment
idempotent