Skip to main content

Available Triggers

TriggerFires WhenKey Data
CreatorCommerce - Creator UpdatedA creator/collab record is updated in CreatorCommerceCurrent + previous key creator fields

Trigger Data

CreatorCommerce - Creator Updated (Currently Available Fields)

{
  "ccCreatorId": "string",
  "ccCreatorShopId": "string",
  "ccCreatorMetaobjectId": "string",
  "ccCreatorShopHandle": "string",
  "ccCreatorDiscountCode": "string",
  "ccCreatorAffiliateCode": "string",
  "ccCreatorAffiliateUrl": "string",
  "ccCreatorShopHandlePrev": "string",
  "ccCreatorDiscountCodePrev": "string",
  "ccCreatorAffiliateCodePrev": "string",
  "ccCreatorAffiliateUrlPrev": "string"
}
These are the fields currently exposed in Flow variable picker for CreatorCommerce - Creator Updated.

Common Workflows

Update External Systems on Creator Changes

Trigger: CreatorCommerce - Creator Updated
Condition: ccCreatorAffiliateCode != ccCreatorAffiliateCodePrev
Action: Sync affiliate code to CRM / ESP / analytics destination
Trigger: CreatorCommerce - Creator Updated
Condition: ccCreatorShopHandle != ccCreatorShopHandlePrev
Action: Update deep links or storefront references

Keep Discount Automations Accurate

Trigger: CreatorCommerce - Creator Updated
Condition: ccCreatorDiscountCode != ccCreatorDiscountCodePrev
Action: Update discount-aware messaging flows

Using in Flow

  1. Go to Shopify Admin → Apps → Flow
  2. Create new workflow
  3. Search “CreatorCommerce” in triggers
  4. Select your trigger
  5. Add conditions and actions