Loading...
Loading...
Lightspeed R-Series integration. Manage Accounts, Employees, Locations, PurchaseOrders, Vendors, InventoryCounts. Use when the user wants to interact with Lightspeed R-Series data.
npx skill4agent add membranedev/application-skills lightspeed-r-seriesmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search lightspeed-r-series --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 Items | list-items | Retrieve a list of all items (products) in the account |
| List Sales | list-sales | Retrieve a list of all sales in the account |
| List Customers | list-customers | Retrieve a list of all customers in the account |
| List Vendors | list-vendors | Retrieve a list of all vendors (suppliers) in the account |
| List Shops | list-shops | Retrieve a list of all shops (store locations) in the account |
| List Categories | list-categories | Retrieve a list of all categories in the account |
| List Employees | list-employees | Retrieve a list of all employees in the account |
| List Purchase Orders | list-purchase-orders | Retrieve a list of all purchase orders (vendor orders) in the account |
| Get Item | get-item | Retrieve a single item (product) by ID |
| Get Sale | get-sale | Retrieve a single sale by ID |
| Get Customer | get-customer | Retrieve a single customer by ID |
| Get Vendor | get-vendor | Retrieve a single vendor (supplier) by ID |
| Get Shop | get-shop | Retrieve a single shop (store location) by ID |
| Get Category | get-category | Retrieve a single category by ID |
| Get Employee | get-employee | Retrieve a single employee by ID |
| Get Purchase Order | get-purchase-order | Retrieve a single purchase order by ID |
| Create Item | create-item | Create a new item (product) in Lightspeed Retail |
| Create Sale | create-sale | Create a new sale in Lightspeed Retail |
| Create Customer | create-customer | Create a new customer in Lightspeed Retail |
| Update Item | update-item | Update an existing item (product) |
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