Skip to main content
object

Requires Access allowed for apps with read_product_listings scope.

Trace information for a single country-language product feed sync triggered by channelFullSync.

•CountryCode!
non-null

The country of the product feed that was triggered.

•LanguageCode!
non-null

The language of the product feed that was triggered.

•ID

The operation ID of a successfully initiated product full sync operation. This field is set to nil when the full sync operation isn't successfully initiated.


Was this section helpful?

•mutation

Triggers a full product resync for the specified Channel. All published products are added to the channel's product feed attention set, causing the next poll or event-triggered consumption to receive current state for the complete catalog. Use this mutation after initial channel setup, after recovering from a prolonged outage, or when the channel's external catalog has drifted from Shopify's state.

The sync can be scoped to a specific country and language. When neither is specified, all country-language combinations covered by the channel's specification are triggered.

Arguments

•ID!
required

The ID of the channel to trigger a full sync for. Accepts a Channel or Publication global ID.

•LanguageCode

The language to scope the sync to. When omitted, all languages for the targeted countries are synced.

•CountryCode

The country to scope the sync to. When omitted, all countries covered by the channel's specification are synced.

•DateTime

Syncs only products that haven't changed since the specified timestamp.

•DateTime

Syncs only products that have changed since the specified timestamp.



Was this section helpful?