@shopify/hydrogen-react
Version:
React components, hooks, and utilities for creating custom Shopify storefronts
18 lines (17 loc) • 607 B
JavaScript
const CART_ID_STORAGE_KEY = "shopifyCartId";
const STOREFRONT_API_PUBLIC_TOKEN_HEADER = "X-Shopify-Storefront-Access-Token";
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,
STOREFRONT_API_PUBLIC_TOKEN_HEADER
};
//# sourceMappingURL=cart-constants.mjs.map