Skip to content

Multiple ASINs for an EAN #11

@racke

Description

@racke

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'
                             }
        };

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions