vtex / vtex.js

VTEX SDK for JavaScript
MIT License
120 stars 52 forks source link

Problem with changing deliveryWindow #74

Open khrizzcristian opened 3 years ago

khrizzcristian commented 3 years ago

I try to update the delivery window when the address is changed and does not work. In the payload I have all the updated data, the delivery window and the addressID in the slas but the response received back contains the original deliveryWindow.

I also tried to reset it and send it in request logisticsData = [] but it doesn't work like that either.