Hi
When updating the order recipient address in the admin, I don't get the address updates reflected in the assignedFulfillmentOrders.destination object.
Does anyone has faced the same problem, any solution ?
Steps to reproduce :
{
shop {
assignedFulfillmentOrders(first: 10, assignmentStatus: FULFILLMENT_REQUESTED) {
edges {
node {
id
destination{
address1
address2
company
countryCode
lastName
firstName
city
zip
province
email
phone
}
}
}
}
}
}
User | Count |
---|---|
26 | |
20 | |
11 | |
10 | |
9 |