From 3e2cf31e36f548724c736490eab8648b27bd2fef Mon Sep 17 00:00:00 2001 From: Ajinder <52828118+Ajinder31@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:21:54 +0530 Subject: [PATCH] eBay (Independent Publisher) (#2333) * Create readme.md * Initial Commit * Fix empty responses. * Updated apiProperties.json to include Client ID and Client Secret --------- Co-authored-by: Artesian Software Technologies LLP Co-authored-by: Ajinder --- .../eBay/apiProperties.json | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/independent-publisher-connectors/eBay/apiProperties.json b/independent-publisher-connectors/eBay/apiProperties.json index 1de231620..25639e0ce 100644 --- a/independent-publisher-connectors/eBay/apiProperties.json +++ b/independent-publisher-connectors/eBay/apiProperties.json @@ -5,7 +5,7 @@ "type": "oauthSetting", "oAuthSettings": { "identityProvider": "oauth2", - "clientId": "XXXXX-XXXXXXX-XXX-XXXXXXXXX", + "clientId": "Enter your client ID", "scopes": [ "https://api.ebay.com/oauth/api_scope https://api.ebay.com/oauth/api_scope/sell.account https://api.ebay.com/oauth/api_scope/sell.inventory" ], @@ -27,10 +27,34 @@ } } } + }, + "token:clientId": { + "type": "string", + "uiDefinition": { + "constraints": { + "required": "true", + "hidden": false + }, + "description": "Please enter the client Id.", + "displayName": "Client Id - Your eBay clientId" + } + }, + "token:clientSecret": { + "type": "securestring", + "uiDefinition": { + "constraints": { + "required": "true", + "hidden": false + }, + "description": "Please enter the client secret.", + "displayName": "Client Secret" + } } }, "iconBrandColor": "#da3b01", - "capabilities": [], + "capabilities": [ + "actions" + ], "policyTemplateInstances": [ { "templateId": "setheader",