Matcher converting Height, Width, Weight and Length to 0.1
ID: 886168
Fixed
Published on 8/23/2023
•
Last update on 8/23/2023
Summary
When the Matcher process the skus on the suggestions module of the marketplace the infos of Height, Width, Weight and Length are being set to 0.1 instead of respecting the values sent by the seller.
Simulation
- Seller sends the sku to marketplace with Height, Width, Weight and Length with normal values;
- Sku gets to the marketplace and is processed by the matcher;
- Check on the following API if the Matcher object has the fields Height, Width, Weight and Length set as 0.1
https://developers.vtex.com/docs/api-reference/marketplace-apis-suggestions#get-/suggestions/-sellerId-/-sellerSkuId-
Workaround
N/A