I have the LineItemID saved in my database, and I want to get the OrderID that is associated to that line item. Is it possible to load the line item without having both the line item id and the order id?
I'm aware of this endpoint, but want to avoid saving the OrderID in my database if at all possible.
https://apisandbox.dev.clover.com/v3/merchants/mId...
Thanks.