Retrieve line itemCopy Pageget https://api.instellix.io/v2/orders/{orderIdent}/lineItems/{lineItemIdent}Get a specific line item from a order by it´s ident.Path ParamsorderIdentstringrequiredlength between 1 and 100The ident of the order to add a line itemlineItemIdentstringrequiredlength between 1 and 100The unique identifier of an line item, given by the Tenant. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.Responses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 23 days ago