Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple ASINs for an EAN #11

Open
racke opened this issue Jul 6, 2016 · 2 comments
Open

Multiple ASINs for an EAN #11

racke opened this issue Jul 6, 2016 · 2 comments

Comments

@racke
Copy link
Member

racke commented Jul 6, 2016

It is possible that Amazon assigns multiple ASINs for the same EAN. I ran into that when retrieving
ASIN's for EAN's from the Icecat catalog:

ASIN: $VAR1 = {
          'MarketplaceASIN' => {
                               'ASIN' => 'B000KJOI7W',
                               'MarketplaceId' => 'A1PA6795UKMFR9'
                             }
        };
ASIN: $VAR1 = {
          'MarketplaceASIN' => {
                               'MarketplaceId' => 'A1PA6795UKMFR9',
                               'ASIN' => 'B0041M5CHY'
                             }
        };
ASIN: $VAR1 = {
          'MarketplaceASIN' => {
                               'ASIN' => 'B001JYJUIY',
                               'MarketplaceId' => 'A1PA6795UKMFR9'
                             }
        };
@risner
Copy link

risner commented Oct 21, 2016

If you are asking, if multiple ASIN can have the same UPC/EAN. The answer is yes. This generally happens when ASIN are split or otherwise worked on for various issues by seller-performance and/or catalog team.

@racke
Copy link
Member Author

racke commented Oct 21, 2016

Ah OK, thanks for this interesting piece of information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants