Integration Methods
Unified API
RESTful API for reading and writing creator, collab, and drop data.
Webhooks
Real-time event notifications via Shopify Flow and Klaviyo.
Shopify Flow
Native Shopify automation with CC triggers and actions.
Metaobjects
Direct access to creator data via Shopify’s Storefront and Admin APIs.
Data Inputs & Outputs
Before building, understand what data can flow into and out of CreatorCommerce.Data Inputs (Into CC)
What you can send to CreatorCommerce: Partner Data| Data | Source Examples | Use Case |
|---|---|---|
| Partner profiles | CRM, affiliate platform | Create/update partners |
| Social stats | Social APIs | Enrich partner profiles |
| Performance data | Analytics platforms | Update partner tiers |
| Content | DAM, content platforms | Populate partner pages |
| Data | Source Examples | Use Case |
|---|---|---|
| External orders | Headless commerce, POS | Attribute to partners |
| Click data | Link shorteners, analytics | Track partner traffic |
| Conversion events | Ad platforms | Multi-touch attribution |
| Data | Source Examples | Use Case |
|---|---|---|
| Product metadata | PIM systems | Enrich drops |
| Inventory | ERP, WMS | Real-time availability |
| Pricing | Dynamic pricing tools | Partner-specific pricing |
Data Outputs (From CC)
What CreatorCommerce can send to your systems: Partner Events| Event | Trigger | Common Destinations |
|---|---|---|
| Partner created | New signup | CRM, email platform |
| Partner activated | Setup complete | Affiliate platform |
| Partner updated | Profile change | Sync systems |
| Event | Trigger | Common Destinations |
|---|---|---|
| Order attributed | Purchase with partner | Analytics, affiliate platform |
| Milestone reached | Performance threshold | Rewards, notifications |
| Event | Trigger | Common Destinations |
|---|---|---|
| Drop updated | Partner changes products | Sync systems |
| Content generated | AI creates content | Review systems |
Integration Patterns
| Pattern | Flow | Example |
|---|---|---|
| One-Way In | Your System → CC | CRM pushes partner data to CC |
| One-Way Out | CC → Your System | CC sends order events to analytics |
| Two-Way Sync | Your System ↔ CC | Affiliate platform keeps partners in sync |
| Event-Driven | CC Event → Webhook → Your System | Order attributed → notify partner |
Common Integration Examples
Sync Partner Data to External CRM
Push creator data to your CRM or partner management platform:Enrich Analytics with Partner Context
Send partner attribution to your analytics platform:Automate Partner Onboarding
Trigger external workflows when partners join:Authentication
API Authentication
Use your CC API key for server-to-server integrations:Shopify Authentication
For Shopify-native integrations, use your Shopify Admin API credentials with CC metaobject access.Merchant Auth Flow
Learn how to handle API key generation and storage for merchant integrations.
Rate Limits
| Endpoint | Rate Limit |
|---|---|
| Read operations | 100/minute |
| Write operations | 50/minute |
| Bulk operations | 10/minute |
Testing Integrations
Sandbox Environment
Use test mode to develop integrations without affecting production data:Webhook Testing
Use webhook.site or similar tools to inspect webhook payloads during development.Support
Need help building an integration?- API Reference — Full API documentation
- Webhooks — Event reference
- Community — Join our developer Discord
- Enterprise — Contact us for dedicated integration support