Schema Documentation

CartFee

Description

An additional fee

Fields
Field NameDescription
amount - Float Fee amount
id - ID! Fee ID
name - String! Fee name
taxClass - TaxClassEnum Fee tax class
taxable - Boolean Is fee taxable?
total - Float Fee total
Example
{"amount":987.65,"id":4,"name":"xyz789","taxClass":"INHERIT_CART","taxable":false,"total":987.65}