# configureLineItemProperties **Type:** GraphQL mutations **Description:** Update attributes of line items for an entitlement ## Arguments - entitlementId (String): Entitlement ID containing the line items - lineItemProperties (LineItemPropertyInput, Not Null): List of line item properties to be updated - activationId (String): Activation ID of the line item for which attributes has to be updated - attributes (AttributeUpdateInput): List of custom attributes related to the line item and license model - name (String): Name of the custom attribute - type (String): Type of the custom attribute. It can be of LINE_ITEM or LICENSE_MODEL - value (String): Value assigned to the custom attribute. If the value is of type Date, then it should use yyyy/MM/dd format. Similarly, appropriate value corresponding to the type of custom attribute must be provided - deploy (Boolean): Whether this line item is to be deployed - orderType (String): Order type can have values like 'New_Order', 'Renewal_Order', 'Upgrade_Order' and Upsell_Order. This is used to identify the type of order for the line item - parentActivationId (String): Activation ID which will be updated as a parent line item if order type relation exists between line items. If order type is 'New' then this field will be ignored - product (UpdateProductInput): Product related to the line item - licenseModel (UpdateLicenseModelInput, Not Null): License Model Details - autoProvision (Boolean): Auto Provision flag - gracePeriodDays (String): Represents the grace period days - issuer (String): specify who is issuing the license - maxBorrowInterval (Int): Represents the max borrow interval - name (String): Name of the license model - notice (String): This field is usually set at entitlement time and includes customer name and purchase order - overdraft (String): Represents the overdraft - serialNumber (String): specify the serial number of the license - vendorString (String): Unique value assigned by each publisher to each license - partNumber (String): Part Number related to Product - productName (String): Product Name related to the line item - productVersion (String): Product Version related to the line item ## Response **Type:** LineItemResponseItem **Description:** Represents a single line item response ### Fields - activationId (String) - errorMsg (String) - status (String)