You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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 theisDisposable
boolean for the address because it's not available on theOrderFormAddressInput
typestore-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
The text was updated successfully, but these errors were encountered: