KosmoKrator

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, configure, and verify
# 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.

KeyEnv varTypeRequiredLabel
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.

Generic CLI call
kosmo integrations:call shipstation.shipstation_batches_list '{}' --json
Provider shortcut
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.

Discovery commands
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 read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_list '{}' --json

shipstation.shipstation_batches_create

Create a batch for bulk label processing.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_create '{}' --json

shipstation.shipstation_batches_get_external

Retrieve a batch by external batch ID.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_get_external '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_get_external '{}' --json

shipstation.shipstation_batches_delete

Delete a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_delete '{}' --json

shipstation.shipstation_batches_get

Retrieve a batch.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_get '{}' --json

shipstation.shipstation_batches_update

Update a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_update '{}' --json

shipstation.shipstation_batches_add

Add shipments to a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_add '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_add '{}' --json

shipstation.shipstation_batches_errors

List batch processing errors.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_errors '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_errors '{}' --json

shipstation.shipstation_batches_remove

Remove shipments from a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_remove '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_remove '{}' --json

shipstation.shipstation_batches_process

Process labels for a batch.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_batches_process '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_batches_process '{}' --json

shipstation.shipstation_carriers_list

List connected carrier accounts.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_carriers_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_carriers_list '{}' --json

shipstation.shipstation_carriers_get

Retrieve a carrier.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_carriers_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_carriers_get '{}' --json

shipstation.shipstation_carriers_options

List carrier advanced options.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_carriers_options '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_carriers_options '{}' --json

shipstation.shipstation_carriers_packages

List package types for a carrier.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_carriers_packages '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_carriers_packages '{}' --json

shipstation.shipstation_carriers_services

List services for a carrier.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_carriers_services '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_carriers_services '{}' --json

shipstation.shipstation_downloads_get

Download a label or document file.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_downloads_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_downloads_get '{}' --json

shipstation.shipstation_fulfillments_list

List fulfillments.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_fulfillments_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_fulfillments_list '{}' --json

shipstation.shipstation_fulfillments_create

Create a fulfillment to mark an order shipped.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_fulfillments_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_fulfillments_create '{}' --json

shipstation.shipstation_inventory_list

List inventory levels.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_list '{}' --json

shipstation.shipstation_inventory_adjust

Adjust inventory levels.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_adjust '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_adjust '{}' --json

shipstation.shipstation_inventory_warehouses_list

List inventory warehouses.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_warehouses_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_warehouses_list '{}' --json

shipstation.shipstation_inventory_warehouses_create

Create an inventory warehouse.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_warehouses_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_warehouses_create '{}' --json

shipstation.shipstation_inventory_warehouses_get

Retrieve an inventory warehouse.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_warehouses_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_warehouses_get '{}' --json

shipstation.shipstation_inventory_warehouses_update

Update an inventory warehouse.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_warehouses_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_warehouses_update '{}' --json

shipstation.shipstation_inventory_warehouses_delete

Delete an inventory warehouse.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_warehouses_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_warehouses_delete '{}' --json

shipstation.shipstation_inventory_locations_list

List inventory locations.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_locations_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_locations_list '{}' --json

shipstation.shipstation_inventory_locations_create

Create an inventory location.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_locations_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_locations_create '{}' --json

shipstation.shipstation_inventory_locations_get

Retrieve an inventory location.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_locations_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_locations_get '{}' --json

shipstation.shipstation_inventory_locations_update

Update an inventory location.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_locations_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_locations_update '{}' --json

shipstation.shipstation_inventory_locations_delete

Delete an inventory location.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_inventory_locations_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_inventory_locations_delete '{}' --json

shipstation.shipstation_labels_list

List labels.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_list '{}' --json

shipstation.shipstation_labels_create

Create and purchase a label.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_create '{}' --json

shipstation.shipstation_labels_create_from_rate

Purchase a label from a rate.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_create_from_rate '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_create_from_rate '{}' --json

shipstation.shipstation_labels_create_from_shipment

Purchase a label from a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_create_from_shipment '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_create_from_rate_shopper '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_create_from_rate_shopper '{}' --json

shipstation.shipstation_labels_get

Retrieve a label.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_get '{}' --json

shipstation.shipstation_labels_get_external

Retrieve a label by external shipment ID.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_get_external '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_get_external '{}' --json

shipstation.shipstation_labels_return

Create a return label.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_return '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_return '{}' --json

shipstation.shipstation_labels_track

Track a label.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_track '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_track '{}' --json

shipstation.shipstation_labels_void

Void a label.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_labels_void '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_labels_void '{}' --json

shipstation.shipstation_mailing_netstamps

Create USPS NetStamps.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_mailing_netstamps '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_mailing_netstamps '{}' --json

shipstation.shipstation_mailing_mail_labels

Create USPS mail labels.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_mailing_mail_labels '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_mailing_mail_labels '{}' --json

shipstation.shipstation_mailing_envelopes

Create USPS envelopes.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_mailing_envelopes '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_mailing_envelopes '{}' --json

shipstation.shipstation_manifests_list

List manifests.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_manifests_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_manifests_list '{}' --json

shipstation.shipstation_manifests_create

Create a manifest.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_manifests_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_manifests_create '{}' --json

shipstation.shipstation_manifests_get

Retrieve a manifest.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_manifests_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_manifests_get '{}' --json

shipstation.shipstation_pickups_list

List package pickups.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_pickups_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_pickups_list '{}' --json

shipstation.shipstation_pickups_create

Create a package pickup.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_pickups_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_pickups_create '{}' --json

shipstation.shipstation_pickups_get

Retrieve a package pickup.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_pickups_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_pickups_get '{}' --json

shipstation.shipstation_pickups_delete

Delete or cancel a package pickup.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_pickups_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_pickups_delete '{}' --json

shipstation.shipstation_packages_list

List custom package types.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_packages_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_packages_list '{}' --json

shipstation.shipstation_packages_create

Create a custom package type.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_packages_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_packages_create '{}' --json

shipstation.shipstation_packages_get

Retrieve a package type.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_packages_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_packages_get '{}' --json

shipstation.shipstation_packages_update

Update a package type.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_packages_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_packages_update '{}' --json

shipstation.shipstation_packages_delete

Delete a package type.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_packages_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_packages_delete '{}' --json

shipstation.shipstation_products_list

List products.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_products_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_products_list '{}' --json

shipstation.shipstation_purchase_orders_list

List purchase orders.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_list '{}' --json

shipstation.shipstation_purchase_orders_create

Create a purchase order.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_create '{}' --json

shipstation.shipstation_purchase_orders_get

Retrieve a purchase order.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_get '{}' --json

shipstation.shipstation_purchase_orders_update

Update a purchase order.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_update '{}' --json

shipstation.shipstation_purchase_orders_shipping_details

Update purchase order shipping details.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_shipping_details '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_shipping_details '{}' --json

shipstation.shipstation_purchase_orders_status

Update purchase order status.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_status '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_status '{}' --json

shipstation.shipstation_purchase_orders_receives

Receive purchase order items.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_receives '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_receives '{}' --json

shipstation.shipstation_purchase_orders_summary

Download purchase order summary document.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_purchase_orders_summary '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_purchase_orders_summary '{}' --json

shipstation.shipstation_rates_create

Compare shipment rates.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_rates_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_rates_create '{}' --json

shipstation.shipstation_rates_estimate

Estimate rates without creating a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_rates_estimate '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_rates_estimate '{}' --json

shipstation.shipstation_rates_get

Retrieve a rate.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_rates_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_rates_get '{}' --json

shipstation.shipstation_shipments_list

List shipments.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_list '{}' --json

shipstation.shipstation_shipments_create

Create a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_create '{}' --json

shipstation.shipstation_shipments_create_user

Create a user shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_create_user '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_create_user '{}' --json

shipstation.shipstation_shipments_get_external

Retrieve a shipment by external shipment ID.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_get_external '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_get_external '{}' --json

shipstation.shipstation_shipments_get

Retrieve a shipment.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_get '{}' --json

shipstation.shipstation_shipments_update

Update a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_update '{}' --json

shipstation.shipstation_shipments_cancel

Cancel a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_cancel '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_cancel '{}' --json

shipstation.shipstation_shipments_rates

Get rates for a shipment.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_rates '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_rates '{}' --json

shipstation.shipstation_shipments_add_tag

Add a tag to a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_add_tag '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_add_tag '{}' --json

shipstation.shipstation_shipments_remove_tag

Remove a tag from a shipment.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_shipments_remove_tag '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_shipments_remove_tag '{}' --json

shipstation.shipstation_suppliers_list

List suppliers.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_suppliers_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_suppliers_list '{}' --json

shipstation.shipstation_suppliers_create

Create a supplier.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_suppliers_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_suppliers_create '{}' --json

shipstation.shipstation_suppliers_get

Retrieve a supplier.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_suppliers_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_suppliers_get '{}' --json

shipstation.shipstation_suppliers_update

Update a supplier.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_suppliers_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_suppliers_update '{}' --json

shipstation.shipstation_tags_list

List shipment tags.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_tags_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_tags_list '{}' --json

shipstation.shipstation_tags_create

Create a tag.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_tags_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_tags_create '{}' --json

shipstation.shipstation_totes_list

List totes.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_totes_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_totes_list '{}' --json

shipstation.shipstation_totes_create

Create a tote.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_totes_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_totes_create '{}' --json

shipstation.shipstation_totes_quantities

List tote quantities.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_totes_quantities '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_totes_quantities '{}' --json

shipstation.shipstation_totes_get

Retrieve a tote.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_totes_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_totes_get '{}' --json

shipstation.shipstation_totes_update

Update a tote.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_totes_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_totes_update '{}' --json

shipstation.shipstation_totes_delete

Delete a tote.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_totes_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_totes_delete '{}' --json

shipstation.shipstation_tracking_stop

Stop receiving tracking updates.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_tracking_stop '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_tracking_stop '{}' --json

shipstation.shipstation_warehouses_list

List warehouses.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_warehouses_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_warehouses_list '{}' --json

shipstation.shipstation_warehouses_get

Retrieve a warehouse.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_warehouses_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_warehouses_get '{}' --json

shipstation.shipstation_users_list

List ShipStation account users.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_users_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_users_list '{}' --json

shipstation.shipstation_webhooks_list

List webhooks.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_webhooks_list '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_webhooks_list '{}' --json

shipstation.shipstation_webhooks_create

Create a webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_webhooks_create '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_webhooks_create '{}' --json

shipstation.shipstation_webhooks_get

Retrieve a webhook.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_webhooks_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_webhooks_get '{}' --json

shipstation.shipstation_webhooks_update

Update a webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_webhooks_update '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_webhooks_update '{}' --json

shipstation.shipstation_webhooks_delete

Delete a webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_webhooks_delete '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_webhooks_delete '{}' --json

shipstation.shipstation_api_get

Call a safe relative ShipStation API GET path.

Read read
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_api_get '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_api_get '{}' --json

shipstation.shipstation_api_post

Call a safe relative ShipStation API POST path.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_api_post '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_api_post '{}' --json

shipstation.shipstation_api_put

Call a safe relative ShipStation API PUT path.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_api_put '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_api_put '{}' --json

shipstation.shipstation_api_patch

Call a safe relative ShipStation API PATCH path.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_api_patch '{}' --json
Shortcut
kosmo integrations:shipstation shipstation_api_patch '{}' --json

shipstation.shipstation_api_delete

Call a safe relative ShipStation API DELETE path.

Write write
Parameters
none
Generic call
kosmo integrations:call shipstation.shipstation_api_delete '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema shipstation.shipstation_batches_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_get_external 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_get_external --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_add 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_add --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_errors 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_errors --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_remove 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_remove --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_batches_process 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_batches_process --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_carriers_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_carriers_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_carriers_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_carriers_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_carriers_options 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_carriers_options --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_carriers_packages 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_carriers_packages --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_carriers_services 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_carriers_services --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_downloads_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_downloads_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_fulfillments_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_fulfillments_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_fulfillments_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_fulfillments_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_adjust 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_adjust --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_warehouses_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_warehouses_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_warehouses_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_warehouses_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_warehouses_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_warehouses_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_locations_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_locations_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_locations_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_locations_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_locations_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_locations_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_locations_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_locations_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_inventory_locations_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_inventory_locations_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_create_from_rate 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_create_from_rate --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_create_from_shipment 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_create_from_shipment --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_create_from_rate_shopper 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_create_from_rate_shopper --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_get_external 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_get_external --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_return 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_return --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_track 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_track --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_labels_void 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_labels_void --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_mailing_netstamps 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_mailing_netstamps --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_mailing_mail_labels 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_mailing_mail_labels --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_mailing_envelopes 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_mailing_envelopes --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_manifests_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_manifests_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_manifests_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_manifests_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_manifests_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_manifests_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_pickups_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_pickups_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_pickups_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_pickups_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_pickups_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_pickups_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_pickups_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_pickups_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_packages_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_packages_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_packages_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_packages_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_packages_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_packages_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_packages_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_packages_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_packages_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_packages_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_products_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_products_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_shipping_details 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_shipping_details --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_status 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_status --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_receives 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_receives --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_purchase_orders_summary 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_purchase_orders_summary --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_rates_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_rates_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_rates_estimate 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_rates_estimate --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_rates_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_rates_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_create_user 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_create_user --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_get_external 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_get_external --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_cancel 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_cancel --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_rates 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_rates --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_add_tag 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_add_tag --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_shipments_remove_tag 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_shipments_remove_tag --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_suppliers_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_suppliers_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_suppliers_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_suppliers_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_suppliers_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_suppliers_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_suppliers_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_suppliers_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_tags_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_tags_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_tags_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_tags_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_totes_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_totes_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_totes_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_totes_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_totes_quantities 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_totes_quantities --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_totes_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_totes_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_totes_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_totes_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_totes_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_totes_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_tracking_stop 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_tracking_stop --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_warehouses_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_warehouses_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_warehouses_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_warehouses_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_users_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_users_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_webhooks_list 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_webhooks_list --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_webhooks_create 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_webhooks_create --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_webhooks_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_webhooks_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_webhooks_update 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_webhooks_update --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_webhooks_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_webhooks_delete --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_api_get 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_api_get --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_api_post 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_api_post --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_api_put 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_api_put --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_api_patch 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_api_patch --json
ParameterTypeRequiredDescription
No parameters.
shipstation.shipstation_api_delete 0 parameters
Schema command
kosmo integrations:schema shipstation.shipstation_api_delete --json
ParameterTypeRequiredDescription
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.