In my program, I retrieve information about orders, their items, and
products. For this purpose, I use the method:
https://developer.ebay.com/api-docs/sell/fulfillment/resources/order/methods/getOrders.
It returns, among other things, "lineItems"
(ht...