{ "opencollection": "1.0.0", "info": { "name": "Wish Marketplace V3 Brands Taxonomy 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": "Taxonomy", "type": "folder" }, "items": [ { "info": { "name": "Get a category", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/products/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the category to query" } ], "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 category" }, { "info": { "name": "Get attributes", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/products/attributes", "params": [ { "name": "category_id", "value": "", "type": "query", "description": "Category ID of the attributes to query" } ], "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 attributes" }, { "info": { "name": "Get root category", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/products/categories", "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 root category" } ] } ], "bundled": true }