{ "opencollection": "1.0.0", "info": { "name": "Wish Marketplace V3 Brands 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": "Brands", "type": "folder" }, "items": [ { "info": { "name": "Get a list of brands from a particular ID range", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/brands", "params": [ { "name": "id_min", "value": "", "type": "query", "description": "The beginning id(inclusive) of the brand result array. If not provided, will use the smallest ID." }, { "name": "id_max", "value": "", "type": "query", "description": "The ending id(inclusive) of the brand result array. If not provided, will use the largest ID." }, { "name": "sort_by", "value": "", "type": "query", "description": "Sort results by the given attribute. Enabled attributes are `id`. Default order is `asc`, use `desc` to sort in reverse." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of records that will be returned." } ], "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": "A list of available brands on Wish that can be used to tag products." } ] } ], "bundled": true }