Skip to content

CartFlags

Additional information about the cart.

Field Type Required Description
taxIncluded boolean yes Holds information about the cart prices being gross values or not.
default: false
orderable boolean yes Indicates if the current cart is orderable.
default: false
coupons boolean yes States if coupon functionality is enabled or not.
default: true
{
"taxIncluded": true,
"orderable": true,
"coupons": true
}