Skip to content

Type Alias: StoreProduct

StoreProduct = Pick<ISalesEcommStoreProduct, "id" | "name" | "price" | "type" | "slug" | "description" | "images" | "shippingMeta" | "variant">

Public product fields currently supported by the embedded storefront contract.

MIT Licensed