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 bluecart-api --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search bluecart-api --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 |
|---|---|---|
| List Categories | list-categories | List and search Walmart product categories |
| Get Autocomplete Suggestions | get-autocomplete-suggestions | Get search autocomplete suggestions from Walmart |
| Get Seller Profile | get-seller-profile | Get profile information for a Walmart marketplace seller |
| Browse Category | browse-category | Browse products in a Walmart category |
| Get Product Reviews | get-product-reviews | Get customer reviews for a product on Walmart |
| Get Product | get-product | Get detailed information for a single product on Walmart |
| Search Products | search-products | Search for products on Walmart using the BlueCart API |
| 名称 | 键 | 描述 |
|---|---|---|
| List Categories | list-categories | 列出并搜索Walmart商品分类 |
| Get Autocomplete Suggestions | get-autocomplete-suggestions | 获取Walmart搜索自动补全建议 |
| Get Seller Profile | get-seller-profile | 获取Walmart市场卖家的档案信息 |
| Browse Category | browse-category | 浏览Walmart某个分类下的商品 |
| Get Product Reviews | get-product-reviews | 获取Walmart平台单个商品的用户评价 |
| Get Product | get-product | 获取Walmart平台单个商品的详细信息 |
| Search Products | search-products | 借助BlueCart API搜索Walmart平台的商品 |
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