OBJECT

AssociatesStore

Information regarding an Amazon Associates store.

link GraphQL Schema definition

1type AssociatesStore {
2
3ID: ID!
4
5# Whether the owner of this store is enabled to recieve payments.
6isPayoutEnabled: Boolean
7
8# The store ID tag.
9storeID: String
10
11}