Packages

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

Current section

Files

Jump to
pify include storefront@cart_Cart.hrl
Raw

include/storefront@cart_Cart.hrl

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