productivity
ShipStation CLI for AI Agents
Use the ShipStation CLI from KosmoKrator to call ShipStation tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.ShipStation CLI Setup
ShipStation can be configured headlessly with `kosmokrator integrations:configure shipstation`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure shipstation --set api_key="$SHIPSTATION_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor shipstation --json
kosmokrator integrations:status --json Credentials
Authentication type: api key header api_key_header. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_key | SHIPSTATION_API_KEY | Secret secret | yes | API Key |
url | SHIPSTATION_URL | Text text | no | API URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call shipstation.shipstation_batches_list '{}' --json kosmo integrations:shipstation shipstation_batches_list '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs shipstation --json
kosmo integrations:docs shipstation.shipstation_batches_list --json
kosmo integrations:schema shipstation.shipstation_batches_list --json
kosmo integrations:search "ShipStation" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
shipstation.shipstation_batches_list
List ShipStation batches.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_list '{}' --json kosmo integrations:shipstation shipstation_batches_list '{}' --json shipstation.shipstation_batches_create
Create a batch for bulk label processing.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_create '{}' --json kosmo integrations:shipstation shipstation_batches_create '{}' --json shipstation.shipstation_batches_get_external
Retrieve a batch by external batch ID.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_get_external '{}' --json kosmo integrations:shipstation shipstation_batches_get_external '{}' --json shipstation.shipstation_batches_delete
Delete a batch.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_delete '{}' --json kosmo integrations:shipstation shipstation_batches_delete '{}' --json shipstation.shipstation_batches_get
Retrieve a batch.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_get '{}' --json kosmo integrations:shipstation shipstation_batches_get '{}' --json shipstation.shipstation_batches_update
Update a batch.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_update '{}' --json kosmo integrations:shipstation shipstation_batches_update '{}' --json shipstation.shipstation_batches_add
Add shipments to a batch.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_add '{}' --json kosmo integrations:shipstation shipstation_batches_add '{}' --json shipstation.shipstation_batches_errors
List batch processing errors.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_errors '{}' --json kosmo integrations:shipstation shipstation_batches_errors '{}' --json shipstation.shipstation_batches_remove
Remove shipments from a batch.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_remove '{}' --json kosmo integrations:shipstation shipstation_batches_remove '{}' --json shipstation.shipstation_batches_process
Process labels for a batch.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_batches_process '{}' --json kosmo integrations:shipstation shipstation_batches_process '{}' --json shipstation.shipstation_carriers_list
List connected carrier accounts.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_carriers_list '{}' --json kosmo integrations:shipstation shipstation_carriers_list '{}' --json shipstation.shipstation_carriers_get
Retrieve a carrier.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_carriers_get '{}' --json kosmo integrations:shipstation shipstation_carriers_get '{}' --json shipstation.shipstation_carriers_options
List carrier advanced options.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_carriers_options '{}' --json kosmo integrations:shipstation shipstation_carriers_options '{}' --json shipstation.shipstation_carriers_packages
List package types for a carrier.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_carriers_packages '{}' --json kosmo integrations:shipstation shipstation_carriers_packages '{}' --json shipstation.shipstation_carriers_services
List services for a carrier.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_carriers_services '{}' --json kosmo integrations:shipstation shipstation_carriers_services '{}' --json shipstation.shipstation_downloads_get
Download a label or document file.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_downloads_get '{}' --json kosmo integrations:shipstation shipstation_downloads_get '{}' --json shipstation.shipstation_fulfillments_list
List fulfillments.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_fulfillments_list '{}' --json kosmo integrations:shipstation shipstation_fulfillments_list '{}' --json shipstation.shipstation_fulfillments_create
Create a fulfillment to mark an order shipped.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_fulfillments_create '{}' --json kosmo integrations:shipstation shipstation_fulfillments_create '{}' --json shipstation.shipstation_inventory_list
List inventory levels.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_list '{}' --json kosmo integrations:shipstation shipstation_inventory_list '{}' --json shipstation.shipstation_inventory_adjust
Adjust inventory levels.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_adjust '{}' --json kosmo integrations:shipstation shipstation_inventory_adjust '{}' --json shipstation.shipstation_inventory_warehouses_list
List inventory warehouses.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_warehouses_list '{}' --json kosmo integrations:shipstation shipstation_inventory_warehouses_list '{}' --json shipstation.shipstation_inventory_warehouses_create
Create an inventory warehouse.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_warehouses_create '{}' --json kosmo integrations:shipstation shipstation_inventory_warehouses_create '{}' --json shipstation.shipstation_inventory_warehouses_get
Retrieve an inventory warehouse.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_warehouses_get '{}' --json kosmo integrations:shipstation shipstation_inventory_warehouses_get '{}' --json shipstation.shipstation_inventory_warehouses_update
Update an inventory warehouse.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_warehouses_update '{}' --json kosmo integrations:shipstation shipstation_inventory_warehouses_update '{}' --json shipstation.shipstation_inventory_warehouses_delete
Delete an inventory warehouse.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_warehouses_delete '{}' --json kosmo integrations:shipstation shipstation_inventory_warehouses_delete '{}' --json shipstation.shipstation_inventory_locations_list
List inventory locations.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_locations_list '{}' --json kosmo integrations:shipstation shipstation_inventory_locations_list '{}' --json shipstation.shipstation_inventory_locations_create
Create an inventory location.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_locations_create '{}' --json kosmo integrations:shipstation shipstation_inventory_locations_create '{}' --json shipstation.shipstation_inventory_locations_get
Retrieve an inventory location.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_locations_get '{}' --json kosmo integrations:shipstation shipstation_inventory_locations_get '{}' --json shipstation.shipstation_inventory_locations_update
Update an inventory location.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_locations_update '{}' --json kosmo integrations:shipstation shipstation_inventory_locations_update '{}' --json shipstation.shipstation_inventory_locations_delete
Delete an inventory location.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_inventory_locations_delete '{}' --json kosmo integrations:shipstation shipstation_inventory_locations_delete '{}' --json shipstation.shipstation_labels_list
List labels.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_list '{}' --json kosmo integrations:shipstation shipstation_labels_list '{}' --json shipstation.shipstation_labels_create
Create and purchase a label.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_create '{}' --json kosmo integrations:shipstation shipstation_labels_create '{}' --json shipstation.shipstation_labels_create_from_rate
Purchase a label from a rate.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_create_from_rate '{}' --json kosmo integrations:shipstation shipstation_labels_create_from_rate '{}' --json shipstation.shipstation_labels_create_from_shipment
Purchase a label from a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_create_from_shipment '{}' --json kosmo integrations:shipstation shipstation_labels_create_from_shipment '{}' --json shipstation.shipstation_labels_create_from_rate_shopper
Purchase a label from a rate shopper ID.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_create_from_rate_shopper '{}' --json kosmo integrations:shipstation shipstation_labels_create_from_rate_shopper '{}' --json shipstation.shipstation_labels_get
Retrieve a label.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_get '{}' --json kosmo integrations:shipstation shipstation_labels_get '{}' --json shipstation.shipstation_labels_get_external
Retrieve a label by external shipment ID.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_get_external '{}' --json kosmo integrations:shipstation shipstation_labels_get_external '{}' --json shipstation.shipstation_labels_return
Create a return label.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_return '{}' --json kosmo integrations:shipstation shipstation_labels_return '{}' --json shipstation.shipstation_labels_track
Track a label.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_track '{}' --json kosmo integrations:shipstation shipstation_labels_track '{}' --json shipstation.shipstation_labels_void
Void a label.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_labels_void '{}' --json kosmo integrations:shipstation shipstation_labels_void '{}' --json shipstation.shipstation_mailing_netstamps
Create USPS NetStamps.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_mailing_netstamps '{}' --json kosmo integrations:shipstation shipstation_mailing_netstamps '{}' --json shipstation.shipstation_mailing_mail_labels
Create USPS mail labels.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_mailing_mail_labels '{}' --json kosmo integrations:shipstation shipstation_mailing_mail_labels '{}' --json shipstation.shipstation_mailing_envelopes
Create USPS envelopes.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_mailing_envelopes '{}' --json kosmo integrations:shipstation shipstation_mailing_envelopes '{}' --json shipstation.shipstation_manifests_list
List manifests.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_manifests_list '{}' --json kosmo integrations:shipstation shipstation_manifests_list '{}' --json shipstation.shipstation_manifests_create
Create a manifest.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_manifests_create '{}' --json kosmo integrations:shipstation shipstation_manifests_create '{}' --json shipstation.shipstation_manifests_get
Retrieve a manifest.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_manifests_get '{}' --json kosmo integrations:shipstation shipstation_manifests_get '{}' --json shipstation.shipstation_pickups_list
List package pickups.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_pickups_list '{}' --json kosmo integrations:shipstation shipstation_pickups_list '{}' --json shipstation.shipstation_pickups_create
Create a package pickup.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_pickups_create '{}' --json kosmo integrations:shipstation shipstation_pickups_create '{}' --json shipstation.shipstation_pickups_get
Retrieve a package pickup.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_pickups_get '{}' --json kosmo integrations:shipstation shipstation_pickups_get '{}' --json shipstation.shipstation_pickups_delete
Delete or cancel a package pickup.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_pickups_delete '{}' --json kosmo integrations:shipstation shipstation_pickups_delete '{}' --json shipstation.shipstation_packages_list
List custom package types.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_packages_list '{}' --json kosmo integrations:shipstation shipstation_packages_list '{}' --json shipstation.shipstation_packages_create
Create a custom package type.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_packages_create '{}' --json kosmo integrations:shipstation shipstation_packages_create '{}' --json shipstation.shipstation_packages_get
Retrieve a package type.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_packages_get '{}' --json kosmo integrations:shipstation shipstation_packages_get '{}' --json shipstation.shipstation_packages_update
Update a package type.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_packages_update '{}' --json kosmo integrations:shipstation shipstation_packages_update '{}' --json shipstation.shipstation_packages_delete
Delete a package type.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_packages_delete '{}' --json kosmo integrations:shipstation shipstation_packages_delete '{}' --json shipstation.shipstation_products_list
List products.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_products_list '{}' --json kosmo integrations:shipstation shipstation_products_list '{}' --json shipstation.shipstation_purchase_orders_list
List purchase orders.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_list '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_list '{}' --json shipstation.shipstation_purchase_orders_create
Create a purchase order.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_create '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_create '{}' --json shipstation.shipstation_purchase_orders_get
Retrieve a purchase order.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_get '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_get '{}' --json shipstation.shipstation_purchase_orders_update
Update a purchase order.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_update '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_update '{}' --json shipstation.shipstation_purchase_orders_shipping_details
Update purchase order shipping details.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_shipping_details '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_shipping_details '{}' --json shipstation.shipstation_purchase_orders_status
Update purchase order status.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_status '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_status '{}' --json shipstation.shipstation_purchase_orders_receives
Receive purchase order items.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_receives '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_receives '{}' --json shipstation.shipstation_purchase_orders_summary
Download purchase order summary document.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_purchase_orders_summary '{}' --json kosmo integrations:shipstation shipstation_purchase_orders_summary '{}' --json shipstation.shipstation_rates_create
Compare shipment rates.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_rates_create '{}' --json kosmo integrations:shipstation shipstation_rates_create '{}' --json shipstation.shipstation_rates_estimate
Estimate rates without creating a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_rates_estimate '{}' --json kosmo integrations:shipstation shipstation_rates_estimate '{}' --json shipstation.shipstation_rates_get
Retrieve a rate.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_rates_get '{}' --json kosmo integrations:shipstation shipstation_rates_get '{}' --json shipstation.shipstation_shipments_list
List shipments.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_list '{}' --json kosmo integrations:shipstation shipstation_shipments_list '{}' --json shipstation.shipstation_shipments_create
Create a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_create '{}' --json kosmo integrations:shipstation shipstation_shipments_create '{}' --json shipstation.shipstation_shipments_create_user
Create a user shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_create_user '{}' --json kosmo integrations:shipstation shipstation_shipments_create_user '{}' --json shipstation.shipstation_shipments_get_external
Retrieve a shipment by external shipment ID.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_get_external '{}' --json kosmo integrations:shipstation shipstation_shipments_get_external '{}' --json shipstation.shipstation_shipments_get
Retrieve a shipment.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_get '{}' --json kosmo integrations:shipstation shipstation_shipments_get '{}' --json shipstation.shipstation_shipments_update
Update a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_update '{}' --json kosmo integrations:shipstation shipstation_shipments_update '{}' --json shipstation.shipstation_shipments_cancel
Cancel a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_cancel '{}' --json kosmo integrations:shipstation shipstation_shipments_cancel '{}' --json shipstation.shipstation_shipments_rates
Get rates for a shipment.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_rates '{}' --json kosmo integrations:shipstation shipstation_shipments_rates '{}' --json shipstation.shipstation_shipments_add_tag
Add a tag to a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_add_tag '{}' --json kosmo integrations:shipstation shipstation_shipments_add_tag '{}' --json shipstation.shipstation_shipments_remove_tag
Remove a tag from a shipment.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_shipments_remove_tag '{}' --json kosmo integrations:shipstation shipstation_shipments_remove_tag '{}' --json shipstation.shipstation_suppliers_list
List suppliers.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_suppliers_list '{}' --json kosmo integrations:shipstation shipstation_suppliers_list '{}' --json shipstation.shipstation_suppliers_create
Create a supplier.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_suppliers_create '{}' --json kosmo integrations:shipstation shipstation_suppliers_create '{}' --json shipstation.shipstation_suppliers_get
Retrieve a supplier.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_suppliers_get '{}' --json kosmo integrations:shipstation shipstation_suppliers_get '{}' --json shipstation.shipstation_suppliers_update
Update a supplier.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_suppliers_update '{}' --json kosmo integrations:shipstation shipstation_suppliers_update '{}' --json shipstation.shipstation_tags_list
List shipment tags.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_tags_list '{}' --json kosmo integrations:shipstation shipstation_tags_list '{}' --json shipstation.shipstation_tags_create
Create a tag.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_tags_create '{}' --json kosmo integrations:shipstation shipstation_tags_create '{}' --json shipstation.shipstation_totes_list
List totes.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_totes_list '{}' --json kosmo integrations:shipstation shipstation_totes_list '{}' --json shipstation.shipstation_totes_create
Create a tote.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_totes_create '{}' --json kosmo integrations:shipstation shipstation_totes_create '{}' --json shipstation.shipstation_totes_quantities
List tote quantities.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_totes_quantities '{}' --json kosmo integrations:shipstation shipstation_totes_quantities '{}' --json shipstation.shipstation_totes_get
Retrieve a tote.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_totes_get '{}' --json kosmo integrations:shipstation shipstation_totes_get '{}' --json shipstation.shipstation_totes_update
Update a tote.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_totes_update '{}' --json kosmo integrations:shipstation shipstation_totes_update '{}' --json shipstation.shipstation_totes_delete
Delete a tote.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_totes_delete '{}' --json kosmo integrations:shipstation shipstation_totes_delete '{}' --json shipstation.shipstation_tracking_stop
Stop receiving tracking updates.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_tracking_stop '{}' --json kosmo integrations:shipstation shipstation_tracking_stop '{}' --json shipstation.shipstation_warehouses_list
List warehouses.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_warehouses_list '{}' --json kosmo integrations:shipstation shipstation_warehouses_list '{}' --json shipstation.shipstation_warehouses_get
Retrieve a warehouse.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_warehouses_get '{}' --json kosmo integrations:shipstation shipstation_warehouses_get '{}' --json shipstation.shipstation_users_list
List ShipStation account users.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_users_list '{}' --json kosmo integrations:shipstation shipstation_users_list '{}' --json shipstation.shipstation_webhooks_list
List webhooks.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_webhooks_list '{}' --json kosmo integrations:shipstation shipstation_webhooks_list '{}' --json shipstation.shipstation_webhooks_create
Create a webhook.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_webhooks_create '{}' --json kosmo integrations:shipstation shipstation_webhooks_create '{}' --json shipstation.shipstation_webhooks_get
Retrieve a webhook.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_webhooks_get '{}' --json kosmo integrations:shipstation shipstation_webhooks_get '{}' --json shipstation.shipstation_webhooks_update
Update a webhook.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_webhooks_update '{}' --json kosmo integrations:shipstation shipstation_webhooks_update '{}' --json shipstation.shipstation_webhooks_delete
Delete a webhook.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_webhooks_delete '{}' --json kosmo integrations:shipstation shipstation_webhooks_delete '{}' --json shipstation.shipstation_api_get
Call a safe relative ShipStation API GET path.
read - Parameters
- none
kosmo integrations:call shipstation.shipstation_api_get '{}' --json kosmo integrations:shipstation shipstation_api_get '{}' --json shipstation.shipstation_api_post
Call a safe relative ShipStation API POST path.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_api_post '{}' --json kosmo integrations:shipstation shipstation_api_post '{}' --json shipstation.shipstation_api_put
Call a safe relative ShipStation API PUT path.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_api_put '{}' --json kosmo integrations:shipstation shipstation_api_put '{}' --json shipstation.shipstation_api_patch
Call a safe relative ShipStation API PATCH path.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_api_patch '{}' --json kosmo integrations:shipstation shipstation_api_patch '{}' --json shipstation.shipstation_api_delete
Call a safe relative ShipStation API DELETE path.
write - Parameters
- none
kosmo integrations:call shipstation.shipstation_api_delete '{}' --json kosmo integrations:shipstation shipstation_api_delete '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
shipstation.shipstation_batches_list 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_create 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_get_external 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_get_external --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_get 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_update 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_add 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_add --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_errors 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_errors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_remove 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_remove --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_batches_process 0 parameters
kosmo integrations:schema shipstation.shipstation_batches_process --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_carriers_list 0 parameters
kosmo integrations:schema shipstation.shipstation_carriers_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_carriers_get 0 parameters
kosmo integrations:schema shipstation.shipstation_carriers_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_carriers_options 0 parameters
kosmo integrations:schema shipstation.shipstation_carriers_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_carriers_packages 0 parameters
kosmo integrations:schema shipstation.shipstation_carriers_packages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_carriers_services 0 parameters
kosmo integrations:schema shipstation.shipstation_carriers_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_downloads_get 0 parameters
kosmo integrations:schema shipstation.shipstation_downloads_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_fulfillments_list 0 parameters
kosmo integrations:schema shipstation.shipstation_fulfillments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_fulfillments_create 0 parameters
kosmo integrations:schema shipstation.shipstation_fulfillments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_list 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_adjust 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_adjust --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_warehouses_list 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_warehouses_create 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_warehouses_get 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_warehouses_update 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_warehouses_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_locations_list 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_locations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_locations_create 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_locations_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_locations_get 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_locations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_locations_update 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_locations_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_inventory_locations_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_inventory_locations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_list 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_create 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_create_from_rate 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_create_from_rate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_create_from_shipment 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_create_from_shipment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_create_from_rate_shopper 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_create_from_rate_shopper --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_get 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_get_external 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_get_external --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_return 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_return --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_track 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_track --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_labels_void 0 parameters
kosmo integrations:schema shipstation.shipstation_labels_void --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_mailing_netstamps 0 parameters
kosmo integrations:schema shipstation.shipstation_mailing_netstamps --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_mailing_mail_labels 0 parameters
kosmo integrations:schema shipstation.shipstation_mailing_mail_labels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_mailing_envelopes 0 parameters
kosmo integrations:schema shipstation.shipstation_mailing_envelopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_manifests_list 0 parameters
kosmo integrations:schema shipstation.shipstation_manifests_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_manifests_create 0 parameters
kosmo integrations:schema shipstation.shipstation_manifests_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_manifests_get 0 parameters
kosmo integrations:schema shipstation.shipstation_manifests_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_pickups_list 0 parameters
kosmo integrations:schema shipstation.shipstation_pickups_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_pickups_create 0 parameters
kosmo integrations:schema shipstation.shipstation_pickups_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_pickups_get 0 parameters
kosmo integrations:schema shipstation.shipstation_pickups_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_pickups_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_pickups_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_packages_list 0 parameters
kosmo integrations:schema shipstation.shipstation_packages_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_packages_create 0 parameters
kosmo integrations:schema shipstation.shipstation_packages_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_packages_get 0 parameters
kosmo integrations:schema shipstation.shipstation_packages_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_packages_update 0 parameters
kosmo integrations:schema shipstation.shipstation_packages_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_packages_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_packages_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_products_list 0 parameters
kosmo integrations:schema shipstation.shipstation_products_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_list 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_create 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_get 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_update 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_shipping_details 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_shipping_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_status 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_receives 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_receives --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_purchase_orders_summary 0 parameters
kosmo integrations:schema shipstation.shipstation_purchase_orders_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_rates_create 0 parameters
kosmo integrations:schema shipstation.shipstation_rates_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_rates_estimate 0 parameters
kosmo integrations:schema shipstation.shipstation_rates_estimate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_rates_get 0 parameters
kosmo integrations:schema shipstation.shipstation_rates_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_list 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_create 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_create_user 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_create_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_get_external 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_get_external --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_get 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_update 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_cancel 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_rates 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_rates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_add_tag 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_add_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_shipments_remove_tag 0 parameters
kosmo integrations:schema shipstation.shipstation_shipments_remove_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_suppliers_list 0 parameters
kosmo integrations:schema shipstation.shipstation_suppliers_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_suppliers_create 0 parameters
kosmo integrations:schema shipstation.shipstation_suppliers_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_suppliers_get 0 parameters
kosmo integrations:schema shipstation.shipstation_suppliers_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_suppliers_update 0 parameters
kosmo integrations:schema shipstation.shipstation_suppliers_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_tags_list 0 parameters
kosmo integrations:schema shipstation.shipstation_tags_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_tags_create 0 parameters
kosmo integrations:schema shipstation.shipstation_tags_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_totes_list 0 parameters
kosmo integrations:schema shipstation.shipstation_totes_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_totes_create 0 parameters
kosmo integrations:schema shipstation.shipstation_totes_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_totes_quantities 0 parameters
kosmo integrations:schema shipstation.shipstation_totes_quantities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_totes_get 0 parameters
kosmo integrations:schema shipstation.shipstation_totes_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_totes_update 0 parameters
kosmo integrations:schema shipstation.shipstation_totes_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_totes_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_totes_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_tracking_stop 0 parameters
kosmo integrations:schema shipstation.shipstation_tracking_stop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_warehouses_list 0 parameters
kosmo integrations:schema shipstation.shipstation_warehouses_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_warehouses_get 0 parameters
kosmo integrations:schema shipstation.shipstation_warehouses_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_users_list 0 parameters
kosmo integrations:schema shipstation.shipstation_users_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_webhooks_list 0 parameters
kosmo integrations:schema shipstation.shipstation_webhooks_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_webhooks_create 0 parameters
kosmo integrations:schema shipstation.shipstation_webhooks_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_webhooks_get 0 parameters
kosmo integrations:schema shipstation.shipstation_webhooks_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_webhooks_update 0 parameters
kosmo integrations:schema shipstation.shipstation_webhooks_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_webhooks_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_webhooks_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_api_get 0 parameters
kosmo integrations:schema shipstation.shipstation_api_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_api_post 0 parameters
kosmo integrations:schema shipstation.shipstation_api_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_api_put 0 parameters
kosmo integrations:schema shipstation.shipstation_api_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_api_patch 0 parameters
kosmo integrations:schema shipstation.shipstation_api_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
shipstation.shipstation_api_delete 0 parameters
kosmo integrations:schema shipstation.shipstation_api_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.