Skip to main content
The CreatorCommerce SDK writes attribution context to Shopify cart attributes when a shopper arrives via a creator link.

Canonical Attributes

AttributeDescription
cc-creator-handleCreator handle used to resolve metaobjects.creator[handle]
cc-creator-idCreatorCommerce creator ID
cc-campaign-idCampaign ID used for attribution and reporting
cc-shop-idCreatorCommerce shop/channel identifier

Example Access

{% assign cc_handle = cart.attributes['cc-creator-handle'] %}
{% assign cc_creator = metaobjects.creator[cc_handle] %}