--- title: OrderCreateLineItemPropertyInput - GraphQL Admin description: The input fields for a line item property for an order. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ordercreatelineitempropertyinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ordercreatelineitempropertyinput.md --- # Order​Create​Line​Item​Property​Input input\_object The input fields for a line item property for an order. ## Fields * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the line item property. * value [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The value of the line item property. *** ## Input objects using this input * [Order​Create​Line​Item​Input.properties](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/OrderCreateLineItemInput#fields-properties) INPUT OBJECT The input fields for a line item to create for an order. *** ## Map ### Input objects using this input * [Order​Create​Line​Item​Input.properties](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/OrderCreateLineItemInput#fields-properties)