Cloudcart
151 operations3 webhooks
Cloudcart plugin for Corsair
Supported operations
- Create Blog CategoryWrite
Create blog category
- Create Blog PostWrite
Create blog post
- Create Blog TagWrite
Create blog tag
- Delete Blog CategoryDestructive
Delete blog category
- Delete Blog PostDestructive
Delete blog post
- Delete Blog TagDestructive
Delete blog tag
- Get Blog AuthorRead-only
Get blog author
- Get Blog CategoryRead-only
Get blog category
- Get Blog PostRead-only
Get blog post
- Get Blog TagRead-only
Get blog tag
- List Blog CategoriesRead-only
List blog categories
- List Blog PostsRead-only
List blog posts
- List Blog TagsRead-only
List blog tags
- Update Blog CategoryWrite
Update blog category
- Update Blog PostWrite
Update blog post
- Update Blog TagWrite
Update blog tag
Supported triggers
- Created
Customer created webhook event
FAQ
Install corsair and @corsair-dev/cloudcart, add the Cloudcart plugin, and connect with an API key. Then call methods like corsair.cloudcart.api.blogs.createBlogCategory() from your app. Corsair verifies webhooks, and syncs data per tenant.
Yes. Cloudcart requires an API key from your Cloudcart account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Cloudcart, GitHub, Notion, Stripe, and the rest. Trigger Cloudcart from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for cloudcart plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Cloudcart APIs from your backend. Webhook handlers react to Cloudcart events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Cloudcart records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Cloudcart API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/cloudcart in the open repo. When Cloudcart ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Cloudcart data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Cloudcart data on your behalf.