OBJECT

PayWithAmazonConfigs

link GraphQL Schema definition

1type PayWithAmazonConfigs {
2
3# Used to configure PWA gateway and identify requests to Amazon.
4clientID: ID!
5
6# Frontend only has access to production PWA environment so this helps QA.
7isProduction: Boolean!
8
9# Also known as merchant ID, which identifies the account accepting payments.
10sellerID: ID!
11
12}