UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

12 lines 1.08 kB
export const SHOPGATE_CATALOG_GET_HIGHLIGHT_PRODUCTS = 'shopgate.catalog.getHighlightProducts'; export const SHOPGATE_CATALOG_GET_LIVESHOPPING_PRODUCTS = 'shopgate.catalog.getLiveshoppingProducts'; export const SHOPGATE_CATALOG_GET_PRODUCT = 'shopgate.catalog.getProduct'; export const SHOPGATE_CATALOG_GET_PRODUCT_DESCRIPTION = 'shopgate.catalog.getProductDescription'; export const SHOPGATE_CATALOG_GET_PRODUCT_IMAGES = 'shopgate.catalog.getProductImages'; export const SHOPGATE_CATALOG_GET_PRODUCT_OPTIONS = 'shopgate.catalog.getProductOptions'; export const SHOPGATE_CATALOG_GET_PRODUCT_PROPERTIES = 'shopgate.catalog.getProductProperties'; export const SHOPGATE_CATALOG_GET_PRODUCT_RELATIONS = 'shopgate.catalog.getProductRelations'; export const SHOPGATE_CATALOG_GET_PRODUCTS = 'shopgate.catalog.getProducts'; export const SHOPGATE_CATALOG_GET_PRODUCT_SHIPPING = 'shopgate.catalog.getProductShipping'; export const SHOPGATE_CATALOG_GET_PRODUCT_VARIANTS = 'shopgate.catalog.getProductVariants'; export const SHOPGATE_CATALOG_GET_PRODUCT_MEDIA = 'shopgate.catalog.getProductMedia';