Hi
I am using following query to get shipment details
query {
shipments(order_id: "T3JkZXI6ODQ4ODE0MDE=") {
request_id
complexity
data {
edges {
node {
id
order_id
created_date
shipping_labels {
id
legacy_id
account_id
tracking_number
carrier
shipping_name
shipping_method
created_date
}
}
}
}
}
}
Can you pls say how to get shipping date of order using above query?