Schema Documentation
CartTax
Description
An itemized cart tax item
Fields
Field Name | Description |
---|---|
amount -
String | Tax amount |
Arguments
| |
id -
ID! | Tax Rate ID |
isCompound -
Boolean | Is tax compound? |
label -
String! | Tax label |
Example
{"amount":"xyz789","id":4,"isCompound":true,"label":"abc123"}