Any news on a replacement for the Ready to Ship
query?
EDIT: This was released see this thread.
This is an example:
query {
orders(ready_to_ship: true) {
data {
edges {
node {
allocations {
ready_to_ship
}
}
}
}
}
}