Schema Documentation

AddFeeInput

Description

Input for the addFee mutation

Fields
Input FieldDescription
amount - Float

Fee amount

clientMutationId - String

This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.

name - String!

Unique name for the fee.

taxClass - TaxClassEnum

The tax class for the fee if taxable.

taxable - Boolean

Is the fee taxable?

Example
{"amount":123.45,"clientMutationId":"xyz789","name":"abc123","taxClass":"INHERIT_CART","taxable":false}