Loading...
Loading...
Starshipit integration. Manage Orders, Products, Customers, Users, Integrations. Use when the user wants to interact with Starshipit data.
npx skill4agent add membranedev/application-skills starshipitmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search starshipit --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Print Packing Slips | print-packing-slips | |
| Get Delivery Services | get-delivery-services | |
| Get Manifests | get-manifests | |
| Get Addresses | get-addresses | |
| Add Address | add-address | |
| Delete Product | delete-product | |
| Update Product | update-product | |
| Manifest Orders | manifest-orders | |
| Add Product | add-product | |
| List Products | list-products | |
| Print Label | print-label | |
| Track Shipment | track-shipment | |
| Get Rates | get-rates | |
| Update Order | update-order | |
| List Shipped Orders | list-shipped-orders | |
| Delete Order | delete-order | |
| List Unshipped Orders | list-unshipped-orders | |
| Get Order | get-order | |
| Search Orders | search-orders | |
| Create Order | create-order |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY