INPUT_OBJECT
MoneyInputField
Money input field where values are usually specified in the lowest currency denomination (e.g. cents), unless otherwise specified.
link GraphQL Schema definition
- input MoneyInputField {
- # The amount. Denominated in lowest currency value, e.g. Cents.
- Int! :
- # The tax on the amount. Denominated in lowest currency value, e.g. Cents.
- Int :
- # The decimal value tax rate for this line item. If not supplied, will be fetched
- # from the associated variant, advert, category, Finance Settings or country.
- Float :
- }
link Require by
- InvoiceAmendmentLineItemInputLine items associated with an invoice amendment. Either lineItemId OR custom must be supplied, not both. If lineItemId is supplied, you should also supply the dispatched flag: In January 2022 you will be _required_ to supply the dispatched flag in this case. Quantity should be positive. Amount should be negative for a refund.
- LineItemInputLine items associated with a cart or order.