Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify include storefront@cart_Merchandise.hrl
Raw

include/storefront@cart_Merchandise.hrl

-record(merchandise, {
id :: binary(),
title :: binary(),
selected_options :: list(storefront@utils:selected_option()),
product :: storefront@cart:cart_product()
}).