Current section
Files
Jump to
Current section
Files
include/storefront@products_ShopifyProduct.hrl
-record(shopify_product, {
id :: binary(),
handle :: binary(),
available_for_sale :: boolean(),
title :: binary(),
description :: binary(),
description_html :: binary(),
price_range :: storefront@utils:price_range(),
variants :: storefront@utils:connection(storefront@utils:product_variant()),
featured_image :: storefront@utils:image(),
images :: storefront@utils:connection(storefront@utils:image()),
seo :: storefront@utils:seo(),
tags :: list(binary()),
updated_at :: binary()
}).