Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 420 Bytes

File metadata and controls

17 lines (12 loc) · 420 Bytes

shopify-ucp-types

Standalone TypeScript package containing shared types, schemas, and normalization helpers for Shopify UCP-aligned commerce flows.

Usage

import type { CheckoutSession, Money } from 'shopify-ucp-types';
import { CheckoutSessionSchema, parseCheckoutSession } from 'shopify-ucp-types/schemas';
import { normalizeCatalogSearch } from 'shopify-ucp-types/normalize';