Is your feature request related to a problem? Please describe.
Carrefour is complaining that users now have many of the same address on their account page
Describe the solution you'd like
Apps that rely on updateOrderFormShipping can't make use of the isDisposable boolean for the address because it's not available on the OrderFormAddressInput type
|
input OrderFormAddressInput { |
Describe alternatives you've considered
We could migrate our apps to use a tailor-made solution to set the shippingAddress via API, but this is not ideal
Additional context

Is your feature request related to a problem? Please describe.
Carrefour is complaining that users now have many of the same address on their account page
Describe the solution you'd like
Apps that rely on
updateOrderFormShippingcan't make use of theisDisposableboolean for the address because it's not available on theOrderFormAddressInputtypestore-graphql/graphql/types/OrderForm.graphql
Line 185 in 0f430b0
Describe alternatives you've considered
We could migrate our apps to use a tailor-made solution to set the shippingAddress via API, but this is not ideal
Additional context
