ShipStation
ShipStation order, shipment, and fulfillment management. Create and manage orders, shipments, customers, products, warehouses, and carriers.
What your agent can do with ShipStation
Triggers and actions 1 trigger · 18 actions
- TriggerNew or Updated Order
Polling trigger: fires when an order is created or modified.
- ActionAdd Warehouse
Create a new warehouse location. POST /warehouses (ShipStation API v1).
- ActionCreate or Update Order
Create a new order or update an existing one (upsert by orderNumber/orderKey).
- ActionDelete Order
Delete (deactivate) an order by its ShipStation order ID.
- ActionGet Customer
Retrieve a single customer by customer ID.
- ActionGet Order
Retrieve a single order by its ShipStation order ID.
- ActionGet Product
Retrieve a single product by ID. GET /products/{productId} (ShipStation API v1).
- ActionGet Rates
Get shipping rate estimates for a carrier between two locations and package.
- ActionGet Store
Retrieve details of a single store by ID. GET /stores/{storeId} (ShipStation API v1).
- ActionGet Warehouse
Retrieve details of a single warehouse by ID. GET /warehouses/{warehouseId} (ShipStation API v1).
- ActionList Carriers
List the shipping carriers connected to the account.
- ActionList Customers
List customers in the ShipStation account.
- ActionList Orders
List orders, optionally filtered by status, customer, or modified date.
- ActionList Products
List products in the ShipStation catalog.
- ActionList Stores
Retrieve the list of stores connected to the account. GET /stores (ShipStation API v1).
- ActionList Warehouses
List the ship-from warehouse locations configured in the account.
- ActionMark Order as Shipped
Mark an order as shipped with a carrier code and tracking number.
- ActionUpdate Product
Update an existing product's details (SKU, name, price, weight, etc). PUT /products/{productId} (ShipStation API v1).
- ActionUpdate Warehouse
Update an existing warehouse's name/address/return address. PUT /warehouses/{warehouseId} (ShipStation API v1).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the ShipStation API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.