ContributionsMost RecentMost LikesSolutionsRe: Adding Item to ItemInoiceLine doesn't get UnitPrice and calculate total automatically - using SDK Hi John, Thank you for your reply. Yes I can create invoice with those minimum required field. However, what I am expecting is; when exporting invoice by passing those minimum required field and Item UID, it should add Unit Price and Total calculation (i.e., unit * unit price) by getting details from Item UID automatically like other Invoicing system does. thanks Adding Item to ItemInoiceLine doesn't get UnitPrice and calculate total automatically - using SDK Hi, I am wondering why MYOB Api expecting to pass all the ItemInvoiceLine details for unit such as - UnitPrice - UnitOfMeasure - Total even when passing Item GUID (created in Sales > Items) and UnitCount. I am expecting to get above details automatically (as all the details about Item is in MYOB) when creating invoice by passing Item detail and UnitCount in Invoice line. Please let me know if I am missing something to work as expected or there is a way to make it automatic. Thanks in advance. 401 Unauthorized error Hi, I am able to access my company file however, I am getting "401 Unatuthorized" when trying to get customer details. I am using MYOB SDK and passing my user credentials and request as below var credential = new CompanyFileCredentials("{myusername}", "{mypassword}"); var response = await customerService.GetRangeAsync(companyFile, "", credential); Please note, oauth is working and I can access my company file. Request URI generated by above code as below "https://arl2.api.myob.com/accountright/{companyID}/Contact/Customer/?" I have tried many different options as well, such as Username: "" Password: "" Moreover, I can access my file online using app.myob but I can't see in AccountRight desktop app. I can see only Sandbox. Any help will be much appriciated. Thanks Shiva