I’m trying to get tote information based upon a order_line_item barcode, but I’m getting null in my response. Am I doing something wrong?
Here’s the request I made: 654cf9791489a209562862e5.
We’re looking to create a table on our end called tote, which would contain the tote’s “id”, “name”, and associated “warehouse_id”. Are there any recommendations on how to get this data from the GraphQL API?
We’re still investigating this issue, but I wanted to confirm something. Are you looking to build a table with the complete list of totes? Or just totes that have current picks?
I did try what you suggested in getting the tote information from the tote_history query, but even when using a recent barcode, the query didn’t return any data.
Here’s the request I made last week: 654cf9791489a209562862e5 .
I’m afraid that CSV option doesn’t work for us. It’s just not scalable for our use case; we’d have to download the CSV every time we add a new location or tote rack.
Is there a programmatic way for us to get the aforementioned data?