What is the corresponded field in API for 'Updated Store With Shipment Date'?

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.

image

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.

Hi Theresa,

Do you mean like this?

If you query the shipment it should return true, like this

Hello Theresa,

Actually, what are we trying to do is set this attribute to Yes:

I have been told that this attribute means ShipHero will automatically send update email to the customer. If it works like that, our question is how to set(order_create) it to Yes via API instead of how to query it.

That indicates whether the store has been successfully updated with the shipment information. That is not a setting