Skip to main content
Anchor to ChannelFullSyncPayload

ChannelFullSyncPayload

payload

Return type for channelFullSync mutation.

•[FullSyncTraceInfo!]

The trace information for the full sync operation.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Initiates a full sync via Product Feed mechanism for the matching Channel.

Arguments

•ID!
required

The ID of the channel. Accepts a Channel or Publication Global ID.

•LanguageCode

The language of the buyer context. If not provided, the full sync will be performed for all relevant languages.

•CountryCode

The country of the buyer context. If not provided, the full sync will be performed for all relevant countries.

•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?