# OrderCreateTaxLineInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a tax line to create for an order. ### Access Scopes ## Fields * [channelLiable](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether the channel that submitted the tax line is liable for remitting. A value of `null` indicates unknown liability for the tax line. * [priceSet](/docs/api/admin-graphql/2024-10/input-objects/MoneyBagInput): MoneyBagInput - The amount of tax to be charged on the item. * [rate](/docs/api/admin-graphql/2024-10/scalars/Decimal): Decimal! - The proportion of the item price that the tax represents as a decimal. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the tax line to create. ## Input objects with this input object * [OrderCreateLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateLineItemInput) * [OrderCreateOrderInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateOrderInput) * [OrderCreateShippingLineInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateShippingLineInput) ## Examples