{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Transfer API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Transfer",
"type": "folder"
},
"items": [
{
"info": {
"name": "getTransfer",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/transfer/:transfer_Id",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
}
],
"params": [
{
"name": "transfer_Id",
"value": "",
"type": "path",
"description": "This path parameter is used to specify the unique identifier of the TRANSFER transaction type you wish to retrieve.
Use the getTransactions method to retrieve this value by setting the transactionType filter to TRANSFER. The transfer_id value will then be returned in the transaction_id field of the response."
}
],
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://auth.ebay.com/oauth2/authorize",
"accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "
Important! Due to EU & UK Payments regulatory requirements, an additional security verification via Digital Signatures is required for certain API calls that are made on behalf of EU" } ] } ], "bundled": true }