@shopify/hydrogen-react
Version:
React components, hooks, and utilities for creating custom Shopify storefronts
16 lines (15 loc) • 489 B
JavaScript
const CART_ID_STORAGE_KEY = "shopifyCartId";
const SHOPIFY_STOREFRONT_ID_HEADER = "Shopify-Storefront-Id";
const SHOPIFY_STOREFRONT_Y_HEADER = "Shopify-Storefront-Y";
const SHOPIFY_STOREFRONT_S_HEADER = "Shopify-Storefront-S";
const SHOPIFY_Y = "_shopify_y";
const SHOPIFY_S = "_shopify_s";
export {
CART_ID_STORAGE_KEY,
SHOPIFY_S,
SHOPIFY_STOREFRONT_ID_HEADER,
SHOPIFY_STOREFRONT_S_HEADER,
SHOPIFY_STOREFRONT_Y_HEADER,
SHOPIFY_Y
};
//# sourceMappingURL=cart-constants.mjs.map