Loading...
Loading...
Digistore24 integration. Manage Users, Roles, Organizations, Projects, Pipelines, Goals and more. Use when the user wants to interact with Digistore24 data.
npx skill4agent add membranedev/application-skills digistore24membranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search digistore24 --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 Products | list-products | Returns a list of your Digistore24 products |
| List Purchases | list-purchases | Returns a list of your sales, including those where you get a commission (e.g. joint ventures) |
| List Buyers | list-buyers | Returns a paginated list of your Digistore24 buyers |
| List Transactions | list-transactions | Returns a list of transactions including payments, refunds and chargebacks |
| List Order Forms | list-order-forms | Returns a list of order forms |
| List Deliveries | list-deliveries | Returns a list of product deliveries |
| List Vouchers | list-vouchers | Returns a list of voucher codes |
| List Invoices | list-invoices | Returns a list of invoices for a specific purchase |
| Get Product | get-product | Returns details of a Digistore24 product |
| Get Purchase | get-purchase | Returns details for one or more orders |
| Get Buyer | get-buyer | Returns a buyer's data record including address information |
| Get Voucher | get-voucher | Returns details of a voucher code |
| Create Product | create-product | Creates a new product on Digistore24 |
| Create Voucher | create-voucher | Creates a new discount voucher |
| Update Product | update-product | Modifies a product on Digistore24 |
| Update Purchase | update-purchase | Updates a purchase record |
| Update Buyer | update-buyer | Updates the buyer's contact details |
| Update Delivery | update-delivery | Updates a delivery record with tracking information |
| Delete Product | delete-product | Deletes a Digistore24 product |
| Refund Purchase | refund-purchase | Refunds a purchase (full refund) |
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