{"note":"OpenAPI conversion -- returning structured metadata","name":"ebay-com-commerce-charity","description":"Charity API","version":"v1.2.1","base_url":"https://api.ebay.com/commerce/charity/v1","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Charity API\n@base https://api.ebay.com/commerce/charity/v1\n@version v1.2.1\n@auth OAuth2\n@endpoints 2\n@toc charity_org(2)\n\n@endpoint GET /charity_org/{charity_org_id}\n@desc This call is used to retrieve detailed information about supported charitable organizations. It allows users to retrieve the details for a specific charitable organization using its charity organization ID.\n@required {charity_org_id: str # The unique ID of the charitable organization., X-EBAY-C-MARKETPLACE-ID: str # A header used to specify the eBay marketplace ID.Valid Values: EBAY_GB and EBAY_US}\n@returns(200) {charityOrgId: str, description: str, location: map{address: map{city: str, stateOrProvince: str, postalCode: str, country: str}, geoCoordinates: map{latitude: num, longitude: num}}, logoImage: map{height: str, imageUrl: str, width: str}, missionStatement: str, name: str, registrationId: str, website: str} # OK\n@errors {400: Bad Request, 404: Not found, 500: Internal Server Error}\n\n@endpoint GET /charity_org\n@desc This call is used to search for supported charitable organizations. It allows users to search for a specific charitable organization, or for multiple charitable organizations, from a particular charitable domain and/or geographical region, or by using search criteria.The call returns paginated search results containing the charitable organizations that match the specified criteria.\n@required {X-EBAY-C-MARKETPLACE-ID: str # A header used to specify the eBay marketplace ID.Valid Values: EBAY_GB and EBAY_US}\n@optional {limit: str # The number of items, from the result set, returned in a single page.Valid Values: 1-100Default: 20, offset: str # The number of items that will be skipped in the result set. This is used with the limit field to control the pagination of the output.For example, if the offset is set to 0 and the limit is set to 10, the method will retrieve items 1 through 10 from the list of items returned. If the offset is set to 10 and the limit is set to 10, the method will retrieve items 11 through 20 from the list of items returned.Valid Values: 0-10,000Default: 0, q: str # A query string that matches the keywords in name, mission statement, or description., registration_ids: str # A comma-separated list of charitable organization registration IDs.Note: Do not specify this parameter for query-based searches. Specify either the q or registration_ids parameter, but not both.Maximum Limit: 20}\n@returns(200) {charityOrgs: [map], href: str, limit: int(int32), next: str, offset: int(int32), prev: str, total: int(int32)} # OK\n@errors {400: Bad Request, 500: Internal Server Error}\n\n@end\n"}