Loading...
Loading...
Big Cartel integration. Manage data, records, and automate workflows. Use when the user wants to interact with Big Cartel data.
npx skill4agent add membranedev/application-skills big-cartelmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search big-cartel --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 | Get all orders for a Big Cartel account. |
| List Products | list-products | Get all products for a Big Cartel account. |
| List Categories | list-categories | Get all categories for a Big Cartel account. |
| List Discounts | list-discounts | Get all discounts for a Big Cartel account. |
| List Shipments | list-shipments | Get all shipments for an order in a Big Cartel account. |
| Get Order | get-order | Get a specific order by ID for a Big Cartel account. |
| Get Product | get-product | Get a specific product by ID for a Big Cartel account. |
| Get Category | get-category | Get a specific category by ID for a Big Cartel account. |
| Get Discount | get-discount | Get a specific discount by ID for a Big Cartel account. |
| Get Shipment | get-shipment | Get a specific shipment by ID for an order. |
| Create Category | create-category | Create a new category in a Big Cartel account. |
| Create Discount | create-discount | Create a new discount in a Big Cartel account. |
| Create Shipment | create-shipment | Create a new shipment for an order with tracking information. |
| Update Product | update-product | Update a specific product's details including name, description, status, on_sale flag, and permalink. |
| Update Order | update-order | Update a specific order's details including customer info, shipping address, and shipping status. |
| Update Category | update-category | Update a specific category's name. |
| Delete Category | delete-category | Delete a specific category from a Big Cartel account. |
| Delete Discount | delete-discount | Delete a specific discount from a Big Cartel account. |
| Get Account | get-account | Get the basic account information for a Big Cartel store. |
| List Countries | list-countries | Get a list of all countries sorted alphabetically by name. |
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