What is the corresponded field in API for ‘Updated Store With Shipment Date’?
Hi @yiting ,
There is not a field for the date, but there is a boolean to signify that the label is complete and the store was notified:
query {
shipments(order_id: "<order id here>") {
request_id
complexity
data {
edges {
node {
completed
}
}
}
}
}
Hi Theresa,
Can you let us know where the key for boolean is?
Thank you.

Hi Theresa,
Do you know where we can set ‘Updated Store With Shipment Date’ to be “YES” via API?
What is Bulk Ship UI? Does that mean all orders coming from API define as ‘Bulk Ship UI’?
Thanks,
Yiting
When completed is true, it should have updated the store.
That indicates whether the store has been successfully updated with the shipment information. That is not a setting


