Download the PHP package macropage/sdk-ebay-rest-taxonomy without Composer
On this page you can find all versions of the php package macropage/sdk-ebay-rest-taxonomy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macropage/sdk-ebay-rest-taxonomy
More information about macropage/sdk-ebay-rest-taxonomy
Files in macropage/sdk-ebay-rest-taxonomy
Package sdk-ebay-rest-taxonomy
Short Description Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package sdk-ebay-rest-taxonomy
sdk-ebay-rest-taxonomy
Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.ebay.com/commerce/taxonomy/v1
Class | Method | HTTP request | Description |
---|---|---|---|
CategoryTreeApi | fetchItemAspects | GET /category_tree/{category_tree_id}/fetch_item_aspects | Get Aspects for All Leaf Categories in a Marketplace |
CategoryTreeApi | getCategorySubtree | GET /category_tree/{category_tree_id}/get_category_subtree | Get a Category Subtree |
CategoryTreeApi | getCategorySuggestions | GET /category_tree/{category_tree_id}/get_category_suggestions | Get Suggested Categories |
CategoryTreeApi | getCategoryTree | GET /category_tree/{category_tree_id} | Get a Category Tree |
CategoryTreeApi | getCompatibilityProperties | GET /category_tree/{category_tree_id}/get_compatibility_properties | Get Compatibility Properties |
CategoryTreeApi | getCompatibilityPropertyValues | GET /category_tree/{category_tree_id}/get_compatibility_property_values | Get Compatibility Property Values |
CategoryTreeApi | getDefaultCategoryTreeId | GET /get_default_category_tree_id | Get a Default Category Tree ID |
CategoryTreeApi | getExpiredCategories | GET /category_tree/{category_tree_id}/get_expired_categories | |
CategoryTreeApi | getItemAspectsForCategory | GET /category_tree/{category_tree_id}/get_item_aspects_for_category |
Models
- AncestorReference
- Aspect
- AspectConstraint
- AspectMetadata
- AspectValue
- BaseCategoryTree
- Category
- CategoryAspect
- CategorySubtree
- CategorySuggestion
- CategorySuggestionResponse
- CategoryTree
- CategoryTreeNode
- CompatibilityProperty
- CompatibilityPropertyValue
- Error
- ErrorParameter
- ExpiredCategories
- ExpiredCategory
- GetCategoriesAspectResponse
- GetCompatibilityMetadataResponse
- GetCompatibilityPropertyValuesResponse
- RelevanceIndicator
- ValueConstraint
Authorization
Authentication schemes defined for the API:
api_auth
- Type:
OAuth
- Flow:
application
- Authorization URL: ``
- Scopes:
- https://api.ebay.com/oauth/api_scope: View public data from eBay
- https://api.ebay.com/oauth/api_scope/metadata.insights: View metadata insights such as aspect relevance.
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
v1.1.0
- Generator version:
7.10.0
- Generator version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of sdk-ebay-rest-taxonomy with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0