Standalone TypeScript package containing shared types, schemas, and normalization helpers for Shopify UCP-aligned commerce flows.
import type { CheckoutSession, Money } from 'shopify-ucp-types';import { CheckoutSessionSchema, parseCheckoutSession } from 'shopify-ucp-types/schemas';import { normalizeCatalogSearch } from 'shopify-ucp-types/normalize';