Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search starshipit --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search starshipit --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane 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 |
| 名称 | 键 | 描述 |
|---|---|---|
| 打印装箱单 | print-packing-slips | |
| 获取配送服务 | get-delivery-services | |
| 获取载货单 | get-manifests | |
| 获取地址列表 | get-addresses | |
| 添加地址 | add-address | |
| 删除产品 | delete-product | |
| 更新产品 | update-product | |
| 订单生成载货单 | manifest-orders | |
| 添加产品 | add-product | |
| 产品列表 | list-products | |
| 打印面单 | print-label | |
| 追踪物流 | track-shipment | |
| 获取运费 | get-rates | |
| 更新订单 | update-order | |
| 已发货订单列表 | list-shipped-orders | |
| 删除订单 | delete-order | |
| 未发货订单列表 | list-unshipped-orders | |
| 获取订单详情 | get-order | |
| 搜索订单 | search-orders | |
| 创建订单 | create-order |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"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 request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE),默认是GET |
| 添加请求头(可重复添加),例如 |
| 请求体(字符串格式) |
| 发送JSON请求体并设置 |
| 不做任何处理,原样发送请求体 |
| 查询字符串参数(可重复添加),例如 |
| 路径参数(可重复添加),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY