OBJECT

PrimeMarketplace

An Amazon Marketplace where Prime benefits are supported, either through traditional Prime or Prime Video.

link GraphQL Schema definition

1type PrimeMarketplace {
2
3# Primary identifier for a Prime Marketplace. Can vary between Beta/Prod.
4id: ID!
5
6# Shorthand identifier for a Prime Marketplace (e.g., US, DE, ROW_NA, etc.).
7marketplaceCode: String!
8
9}

link Required by