INPUT_OBJECT

CreateAccountLinkInput

Information to create a link between an Amazon account and a third-party account

link GraphQL Schema definition

1input CreateAccountLinkInput {
4
2# The third-party account type
3accountType: String!
7
5# The token that is associated with the third party account
6token: String!
10
8# The redirect URI that was used to get the token.
9redirectUri: String
13
11# Optional param to overwrite the existing account link
12overwrite: Boolean
16
14# Optional param to specify a specific OAuth client ID
15clientId: String
17}

link Required by