interface OrderUpdateSyncInfoAction {
    action: "updateSyncInfo";
    channel: ChannelResourceIdentifier;
    externalId?: string;
    syncedAt?: string;
}

Properties

action: "updateSyncInfo"

The synchronization destination to set. Must not be empty. The referenced Channel must have the Channel Role OrderExport or OrderImport. Otherwise this update action returns an InvalidInput error.

externalId?: string

Set this to identify an external order instance, file, or other resource.

syncedAt?: string

If not set, it defaults to the current date and time.