Skip to main content
CreatorCommerce automatically tags orders and customers in Shopify when a sale is attributed to a creator. These tags enable native filtering, reporting, and workflow automation without leaving Shopify Admin.

Order Tags

Every order attributed to a CreatorCommerce affiliate receives these tags:
TagFormatExamplePurpose
Creator IDcc-creator-id-{id}cc-creator-id-66c35503bb33ccae069f43bbIdentifies which creator drove the sale
Campaign IDcc-campaign-id-{id}cc-campaign-id-66c35503bb33ccae069f43bbIdentifies which campaign the sale belongs to
GeneralCreatorCommerceCreatorCommerceQuick filter for all CC-attributed orders

Order Attributes (Backup)

The same data is also stored as order attributes (via cart attributes at checkout). This provides a secondary lookup method:
AttributeValue
cc-creator-idCreator’s CreatorCommerce ID
cc-campaign-idCampaign ID
cc-creator-handleCreator’s shop handle
cc-shop-idShop identifier

Customer Tags

Customers who purchase through a creator link receive:
TagFormatExamplePurpose
Creator identitycc-creator-id-{id}cc-creator-id-66c35503bb33ccae069f43bbMarks the customer record as a creator (if they are one)
Referred bycc-referred-from-creator-id-{id}cc-referred-from-creator-id-66c35503bb33ccae069f43bbTracks which creator referred this customer
Customer tags persist even if the customer makes future purchases without using an affiliate link. This preserves lifetime attribution to the original creator.

Using Tags in Shopify Admin

Filter Orders by Creator

  1. Go to Orders in Shopify Admin
  2. In the search bar, type: tag:cc-creator-id-{creator-id}
  3. All orders from that creator appear

Filter All CC Orders

Search for: tag:CreatorCommerce

Filter Orders by Campaign

Search for: tag:cc-campaign-id-{campaign-id}

Find Customers Referred by a Creator

  1. Go to Customers in Shopify Admin
  2. Search: tag:cc-referred-from-creator-id-{creator-id}
  3. View all customers that creator has referred

Reporting Use Cases

ReportHow to Build
Revenue per creatorFilter orders by cc-creator-id-{id}, sum total sales
Revenue per campaignFilter orders by cc-campaign-id-{id}, sum total sales
New customers per creatorFilter customers by cc-referred-from-creator-id-{id}, count records
Customer LTV per creatorFilter customers by referral tag, analyze total spend
Creator order volumeFilter orders by CreatorCommerce tag, count per period

Automation with Shopify Flow

These tags can trigger Shopify Flow workflows:
  • Order tagged with CreatorCommerce → Send internal Slack notification
  • Customer tagged with cc-referred-from-creator-id-* → Add to a Klaviyo segment
  • Order tagged with specific campaign → Apply fulfillment priority

Implementation Details

  • Automatic — Tags are applied by CreatorCommerce when the order is processed. No manual setup required beyond having the SDK enabled.
  • Non-destructive — CC tags are added alongside any existing tags. They don’t overwrite other tags.
  • Editable — You can manually edit or remove tags in Shopify Admin, but removing CC tags will break reporting for that order/customer.
  • Idempotent — Repeat purchases through the same creator won’t create duplicate tags.