Hello Team,
i faced an issue while running query to get packer data for an order , response is empty even if on shiphero dashboard we notice the name of the shipped by man. and this request is working normally for all other orders , why this problem occurred specially with this order ?
request:
{packs_per_day (order_id:“T3JkZXI6NDM4MzkyMDY3”){request_id complexity data(first: 1) { edges { node { id user_id user_first_name user_last_name order_number order_id } } } }}
response:
{“data”:{“packs_per_day”:{“request_id”:“65d736ad0f5085e11fe56eb8”,“complexity”:2,“data”:{“edges”:}}},“extensions”:{“throttling”:{“estimated_complexity”:2,“cost”:1,“cost_detail”:{“packs_per_day”:{“items_count”:0,“cost”:1,“total_cost”:1,“fields”:{}}},“user_quota”:{“credits_remaining”:2001,“max_available”:2002,“increment_rate”:30}}}}