On this page
No Headings
An array of information about OAuth integrations between partners and sellers.
arrayitemsobjectThe status of the oauth-integration between a partner and seller.
integration_typestring"FIRST_PARTY_INTEGRATED", "FIRST_PARTY_NON_INTEGRATED", "THIRD_PARTY", "OAUTH_THIRD_PARTY"The type of integration between the partner and the seller.
integration_methodstring"PAYPAL", "BRAINTREE"The integration method that the partner uses to integrate with PayPal APIs.
statusstring"A", "I"The integration status.
oauth_third_partyarrayAn array of combinations of partner_client_id and merchant_client_id values and their associated scopes.
itemsobjectThe seller third-party information for REST API.
partner_client_idstringThe client ID of the partner's API caller account.
merchant_client_idstringThe client ID of the seller.
scopesarrayAn array of scopes that the seller granted the partner.
itemsstringThe individual scope name.
access_tokenstringThe access token for the partner-selected integration method.
refresh_tokenstringThe refresh token for the partner-selected integration method.