Schema Documentation

CartTax

Description

An itemized cart tax item

Fields
Field NameDescription
amount - String Tax amount
Arguments
format - PricingFieldFormatEnum

Format of the price

id - ID! Tax Rate ID
isCompound - Boolean Is tax compound?
label - String! Tax label
Example
{"amount":"xyz789","id":4,"isCompound":false,"label":"abc123"}