useCartStatus
●cart · /react·function
Read the cart status (idle/mutating/error) and seeding flag.
Signature
function useCartStatus(): CartStatusValue;Returns
Status, last error message, and whether the initial cart has been seeded into the provider.
Related
CartDevtools CartFormProps CartProviderProps AppCartConfig BaseCartActions BuyerIdentityActions CartActions CartAttributeActions
useCartPending
Read pending mutations from the provider — either the whole queue or the single entry currently targeting a specific line id.
useCart
Composite hook stitching every slice into the shape historically returned by the storefront's monolithic useCart. Prefer the focused slice hooks for new consume