Hi,
I’ve been trying to query orders in order to map the data and update it in our company’s systems.
I am mapping order status together with line items and their status, lot numbers and serial numbers.
For some line items that are configured as kits - I can get several lot numbers for a single line_item_id and I wasn’t able to find a way to distinguish which items from the kit belong to every lot.
Is there a way for us to work with that? Am I approaching this problem the wrong way?
Hi @tomasfd,
What I’m trying to do is to query ShipHero for order updates every 24 hours
Then I process the data and update the orders in our system (While also being connected to UPS webhooks for shipment updates)
This is the request that I’m sending:
As you can see, each item of the kit has the same line item id - but they don’t have the same lot name.
So in our systems I’m unable to know which item this is and update accordingly.