Hello,
I hope you are doing well.
I am currently using the GraphQL API to fetch order data.
I have a question regarding fetching tote history and purchase order data for a particular order. I cannot find these details in the order query response. I also noticed that the tote_history and purchase_orders APIs require specific arguments, but the required data is not available in the order API response.
Could you please advise on the following:
- How can I fetch the tote history for a particular order?
- How can I retrieve the related purchase order data for an order?
- Is there another API endpoint or GraphQL field that provides the required arguments (
tote_id,tote_name, purchase order identifiers, etc.) needed to call these APIs?
Could you please guide me on the correct approach to retrieve this information?
Thank you for your assistance, and I look forward to your response.