# TipSale - admin-graphql - OBJECT Version: 2024-10 ## Description A sale associated with a tip. ### Access Scopes `read_orders` access scope. ## Fields * [actionType](/docs/api/admin-graphql/2024-10/enums/SaleActionType): SaleActionType! - The type of order action that the sale represents. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID for the sale. * [lineItem](/docs/api/admin-graphql/2024-10/objects/LineItem): LineItem! - The line item for the associated sale. * [lineType](/docs/api/admin-graphql/2024-10/enums/SaleLineType): SaleLineType! - The line type assocated with the sale. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The number of units either ordered or intended to be returned. * [taxes](/docs/api/admin-graphql/2024-10/objects/SaleTax): SaleTax! - All individual taxes associated with the sale. * [totalAmount](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total sale amount after taxes and discounts. * [totalDiscountAmountAfterTaxes](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total discounts allocated to the sale after taxes. * [totalDiscountAmountBeforeTaxes](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total discounts allocated to the sale before taxes. * [totalTaxAmount](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The total amount of taxes for the sale. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples