# `store.syncKv` Re-project store state (t:, l:, live b:, g:) from Postgres to KV; bumps generation once. - **scope**: `store:admin` - **storefront-visible** (bumps the catalog generation): yes - **destructive**: no ## Payload | field | type | required | notes | |---|---|---|---| ### JSON Schema ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "additionalProperties": false } ```