--- title: FullSyncTraceInfo - GraphQL Admin description: The trace information for the product full sync operation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/FullSyncTraceInfo md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/FullSyncTraceInfo.md --- # Full​Sync​Trace​Info object Requires Access allowed for apps with `read_product_listings` scope. The trace information for the product full sync operation. ## Fields * country [Country​Code!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode) non-null The country of the product feed. * language [Language​Code!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/LanguageCode) non-null The language of the product feed. * operation​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/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. *** ## Map No referencing types *** ## Mutations * [channel​Full​Sync](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelFullSync) mutation Initiates a full sync via Product Feed mechanism for the matching Channel. * channel​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the channel. Accepts a Channel or Publication Global ID. * language [Language​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/LanguageCode) The language of the buyer context. If not provided, the full sync will be performed for all relevant languages. * country [Country​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode) The country of the buyer context. If not provided, the full sync will be performed for all relevant countries. * before​Updated​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) Syncs only products that haven't changed since the specified timestamp. * updated​At​Since [Date​Time](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) Syncs only products that have changed since the specified timestamp. *** *** ## FullSyncTraceInfo Mutations ### Mutated by * [channel​Full​Sync](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelFullSync)