Packages

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

Current section

Files

Jump to
pify include storefront@cart_ShopifyCart.hrl
Raw

include/storefront@cart_ShopifyCart.hrl

-record(shopify_cart, {
id :: gleam@option:option(binary()),
checkout_url :: binary(),
cost :: gleam@option:option(storefront@cart:shopify_cart_cost()),
lines :: storefront@utils:connection(storefront@cart:cart_item()),
total_quantity :: integer()
}).