{"service":"eBay Account API","base_url":"https://api.ebay.com/sell/account/v1","auth":{"type":"bearer"},"intents":[{"id":"get_advertising_eligibility","method":"GET","path":"/advertising_eligibility","params":{"program_types":"string","X-EBAY-C-MARKETPLACE-ID":"string"},"returns":"Seller eligibility for eBay advertising programs"},{"id":"get_custom_policies","method":"GET","path":"/custom_policy/","params":{"policy_types":"string","X-EBAY-C-MARKETPLACE-ID":"string"},"returns":"List of custom policies by type"},{"id":"create_custom_policy","method":"POST","path":"/custom_policy/","params":{"X-EBAY-C-MARKETPLACE-ID":"string"},"returns":"Custom policy created with ID"},{"id":"get_custom_policy","method":"GET","path":"/custom_policy/{custom_policy_id}","params":{"custom_policy_id":"string","X-EBAY-C-MARKETPLACE-ID":"string"},"returns":"Custom policy details"},{"id":"update_custom_policy","method":"PUT","path":"/custom_policy/{custom_policy_id}","params":{"custom_policy_id":"string","X-EBAY-C-MARKETPLACE-ID":"string"},"returns":"Custom policy updated"},{"id":"get_fulfillment_policies","method":"GET","path":"/fulfillment_policy","params":{"marketplace_id":"string"},"returns":"All fulfillment policies for marketplace"},{"id":"create_fulfillment_policy","method":"POST","path":"/fulfillment_policy/","returns":"Fulfillment policy created with ID"},{"id":"get_fulfillment_policy_by_name","method":"GET","path":"/fulfillment_policy/get_by_policy_name","params":{"marketplace_id":"string","name":"string"},"returns":"Fulfillment policy by name"},{"id":"get_fulfillment_policy","method":"GET","path":"/fulfillment_policy/{fulfillmentPolicyId}","params":{"fulfillmentPolicyId":"string"},"returns":"Fulfillment policy details"},{"id":"update_fulfillment_policy","method":"PUT","path":"/fulfillment_policy/{fulfillmentPolicyId}","params":{"fulfillmentPolicyId":"string"},"returns":"Fulfillment policy updated"},{"id":"delete_fulfillment_policy","method":"DELETE","path":"/fulfillment_policy/{fulfillmentPolicyId}","params":{"fulfillmentPolicyId":"string"},"returns":"Fulfillment policy deleted"},{"id":"get_kyc","method":"GET","path":"/kyc","returns":"KYC onboarding requirements status"},{"id":"get_payment_policies","method":"GET","path":"/payment_policy","params":{"marketplace_id":"string"},"returns":"All payment policies for marketplace"},{"id":"create_payment_policy","method":"POST","path":"/payment_policy","returns":"Payment policy created with ID"},{"id":"get_payment_policy_by_name","method":"GET","path":"/payment_policy/get_by_policy_name","params":{"marketplace_id":"string","name":"string"},"returns":"Payment policy by name"},{"id":"get_payment_policy","method":"GET","path":"/payment_policy/{payment_policy_id}","params":{"payment_policy_id":"string"},"returns":"Payment policy details"},{"id":"update_payment_policy","method":"PUT","path":"/payment_policy/{payment_policy_id}","params":{"payment_policy_id":"string"},"returns":"Payment policy updated"},{"id":"delete_payment_policy","method":"DELETE","path":"/payment_policy/{payment_policy_id}","params":{"payment_policy_id":"string"},"returns":"Payment policy deleted"},{"id":"get_privileges","method":"GET","path":"/privilege","returns":"Seller privileges and selling limits"},{"id":"get_opted_in_programs","method":"GET","path":"/program/get_opted_in_programs","returns":"List of seller programs opted in"}]}