Loading...
Loading...
Shopify integration. Manage e-commerce data, records, and workflows. Use when the user wants to interact with Shopify data.
npx skill4agent add membranedev/application-skills shopifymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search shopify --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 |
|---|---|---|
| List Orders | list-orders | Retrieve a list of orders from the Shopify store |
| List Customers | list-customers | Retrieve a list of customers from the Shopify store |
| List Products | list-products | Retrieve a list of products from the Shopify store |
| List Draft Orders | list-draft-orders | Retrieve a list of draft orders |
| List Collections | list-collections | Retrieve a list of custom collections |
| List Locations | list-locations | Retrieve a list of store locations |
| List Inventory Levels | list-inventory-levels | Retrieve inventory levels for inventory items at a location |
| Get Order | get-order | Retrieve a single order by ID |
| Get Customer | get-customer | Retrieve a single customer by ID |
| Get Product | get-product | Retrieve a single product by ID |
| Get Shop Info | get-shop-info | Retrieve information about the Shopify shop |
| Create Order | create-order | Create a new order in the Shopify store |
| Create Customer | create-customer | Create a new customer in the Shopify store |
| Create Product | create-product | Create a new product in the Shopify store |
| Create Draft Order | create-draft-order | Create a new draft order |
| Update Order | update-order | Update an existing order |
| Update Customer | update-customer | Update an existing customer |
| Update Product | update-product | Update an existing product |
| Delete Product | delete-product | Delete a product from the Shopify store |
| Adjust Inventory Level | adjust-inventory-level | Adjust the inventory level for an inventory item at a location |
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