Download the PHP package minotaurlogistics/ebay-taxonomy-api without Composer
On this page you can find all versions of the php package minotaurlogistics/ebay-taxonomy-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download minotaurlogistics/ebay-taxonomy-api
More information about minotaurlogistics/ebay-taxonomy-api
Files in minotaurlogistics/ebay-taxonomy-api
Package ebay-taxonomy-api
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 ebay-taxonomy-api
OpenAPIClient-php
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.2 and later.
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 | 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
- GetCategoriesAspectResponse
- GetCompatibilityMetadataResponse
- GetCompatibilityPropertyValuesResponse
- RelevanceIndicator
- ValueConstraint
Authorization
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.0.0
- Package version:
1.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of ebay-taxonomy-api with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2