# OrderCreateLineItemPropertyInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a line item property for an order. ### Access Scopes ## Fields * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the line item property. * [value](/docs/api/admin-graphql/2024-10/scalars/String): String! - The value of the line item property. ## Input objects with this input object * [OrderCreateLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateLineItemInput) ## Examples