{ "opencollection": "1.0.0", "info": { "name": "Wish Marketplace V3 Brands Merchant 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": "Merchant", "type": "folder" }, "items": [ { "info": { "name": "Get merchant currency settings", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/merchant/currency_settings", "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 merchant currency settings" }, { "info": { "name": "Update warehouse information", "type": "http" }, "http": { "method": "PUT", "url": "https://merchant.wish.com/api/v3/merchant/warehouses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the warehouse to update" } ], "body": { "type": "json", "data": "{}" }, "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": "Allows merchants to update the information of a warehouse" }, { "info": { "name": "Get merchant settings", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/merchant/settings", "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 merchant settings" }, { "info": { "name": "Get merchant warehouses", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/merchant/warehouses", "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 merchant warehouses. Returns a list of warehouses merchant owns." }, { "info": { "name": "Create a warehouse", "type": "http" }, "http": { "method": "POST", "url": "https://merchant.wish.com/api/v3/merchant/warehouses", "body": { "type": "json", "data": "{}" }, "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": "Create a warehouse" }, { "info": { "name": "Get shipping settings", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/merchant/shipping_settings", "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 merchant level shipping settings. Returns a list of shipping settings for each country Wish ships to." }, { "info": { "name": "Update shipping settings", "type": "http" }, "http": { "method": "PUT", "url": "https://merchant.wish.com/api/v3/merchant/shipping_settings", "body": { "type": "json", "data": "{}" }, "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": "Update merchant level shipping settings. Provide a list of shipping settings updates to be performed. Countries not in the list will not be updated. To disable all shipping countries, pass in null as the request body." }, { "info": { "name": "Get merchant account details", "type": "http" }, "http": { "method": "GET", "url": "https://merchant.wish.com/api/v3/merchant/account_details", "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 merchant account details" } ] } ], "bundled": true }