lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

Quantity updated on both US and CA even though only CA was specified #129

Closed noorani786 closed 5 years ago

noorani786 commented 5 years ago

I submitted Price & Quantity feed and specified just CA marketplace 'A2EUQ1WTGCTBG2'. The SKU exists on both marketplaces. Instead of quantity updating on just Amazon CA, quantity changed on both US and CA. Ran it multiple times and got the same result. Please look into this.

hakanensari commented 5 years ago

This sounds like what the API is supposed to do. Perhaps you need to limit the marketplace with a keyword?

noorani786 commented 5 years ago

I am passing marketplace_id_list => 'A2EUQ1WTGCTBG2' so it only affects CA. Shouldn't that limit to just CA? Can you elaborate what you mean by keyword? Thanks!

hakanensari commented 5 years ago

Yes, that's what I meant. So you're still ending up uploading the feed to both marketplaces?

You can inspect what the request looks like by setting EXCON_DEBUG=1 in the environment. If the parameters are fine, I'd suggest following up with the MWS team.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.