--- title: ChannelFullSyncPayload - GraphQL Admin description: Return type for `channelFullSync` mutation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelFullSyncPayload md: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelFullSyncPayload.md --- # Channel​Full​Sync​Payload payload Return type for `channelFullSync` mutation. ## Fields * 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. *** ## Mutations with this payload * [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. *** *** ## Map ### Mutations with this payload * [channel​Full​Sync](https://shopify.dev/docs/api/admin-graphql/unstable/types/channelFullSync)