ENUM
InvoiceAmendmentLineItemStatusEnum
All possible statuses for invoice amendment line items.
link GraphQL Schema definition
- enum InvoiceAmendmentLineItemStatusEnum {
- # An invoice adjustment because the customer has received a refund.
- # An invoice adjustment because the order or line item has been cancelled.
- }
link Require by
- InvoiceAmendmentLineItemLine items associated with an invoice amendment.
- 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.