--- title: OrderCreateLineItemPropertyInput - GraphQL Admin description: The input fields for a line item property for an order. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OrderCreateLineItemPropertyInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OrderCreateLineItemPropertyInput.txt --- # 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/2024-10/scalars/String) non-null The name of the line item property. * value [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/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/2024-10/input-objects/OrderCreateLineItemInput#field-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/2024-10/input-objects/OrderCreateLineItemInput#field-properties)