interchange / Amazon-MWS

API binding for Amazon's Marketplace Web Services.
8 stars 8 forks source link

Remove old optimization #24

Closed melmothx closed 3 years ago

melmothx commented 3 years ago

Always produce inventory, price and image feeds, even if the product is inactive, i.e., fully maintain the product even if is inactive.

Unclear if Amazon is going to like a 0 price.

racke commented 3 years ago

Amazon indeed didn't like the zero price. So we skip the price feed and use inventory=0 for this case.

racke commented 3 years ago

Now it works as requested :+1: