--- title: channelFullSync - GraphQL Admin description: Initiates a full sync via Product Feed mechanism for the matching Channel. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelFullSync md: >- https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelFullSync.md --- # channel​Full​Sync mutation Requires Access allowed for apps with `read_product_listings` scope. Initiates a full sync via Product Feed mechanism for the matching Channel. ## Arguments * 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. * channel​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The ID of the channel. Accepts a Channel or Publication Global ID. * 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. * 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. * 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. *** ## Channel​Full​Sync​Payload returns * full​Sync​Trace​Info [\[Full​Sync​Trace​Info!\]](https://shopify.dev/docs/api/admin-graphql/unstable/objects/FullSyncTraceInfo) The trace information for the full sync operation. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### channelFullSync reference