{ "opencollection": "1.0.0", "info": { "name": "Wish Marketplace V3 Brands Unification Initiative API", "version": "3.0.65" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://merchant.wish.com/v3/oauth/authorize", "accessTokenUrl": "https://merchant.wish.com/api/v3/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Unification Initiative", "type": "folder" }, "items": [ { "info": { "name": "Get a list of Unification Initiative countries", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/unification_initiative/countries", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://merchant.wish.com/v3/oauth/authorize", "accessTokenUrl": "https://merchant.wish.com/api/v3/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a list of destination countries included in Wish’s unification initiative enabled." } ] } ], "bundled": true }