Allow to define at hook level the parameter include, to be able to include more elements in the cart response. This allows, for example, to receive the different options of the products added to the cart.
const { data } = useCart({ include: ['line_items.physical_items.options']})
Allow to define at hook level the parameter
include
, to be able to include more elements in the cart response. This allows, for example, to receive the different options of the products added to the cart.Based on: https://developer.bigcommerce.com/api-reference/store-management/carts/cart/getacart