New field on synced documents: store.shopifyTriggeredAt

Published: June 10, 2026

v2026-06-10

What it is

An ISO 8601 timestamp recording when Shopify triggered the sync event that last wrote the document. This is the time of the sync event itself, not the time the content was last edited.

Why it's there

Shopify can deliver sync events out of order, and Sanity Connect processes many of them at once. Before writing to your dataset, Sanity Connect compares the incoming event's trigger time against store.shopifyTriggeredAt on the existing document and only applies the update if it's newer. This prevents an older, delayed event from overwriting fresher data, whether the update comes from an individual change in Shopify or a full sync.

What you need to do

The field is managed entirely by Sanity Connect and is safe to ignore in your queries and applications. Avoid editing or removing it, as it's used to keep your dataset consistent with Shopify.

Loading...