Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

SyncInfo

Stores information about order synchronization activities (like export or import).

export type SyncInfo = {
    __typename?: 'SyncInfo';
    channelRef: Reference;
    channel?: Maybe<Channel>;
    externalId?: Maybe<Scalars['String']>;
    syncedAt: Scalars['DateTime'];
};

Referenced Types

On this page