Download the PHP package numerogeek/ebay-browse-api without Composer
On this page you can find all versions of the php package numerogeek/ebay-browse-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download numerogeek/ebay-browse-api
More information about numerogeek/ebay-browse-api
Files in numerogeek/ebay-browse-api
Package ebay-browse-api
Short Description
The Browse API has the following resources:
- item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, image (Experimental Method), or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters.
- item:
- Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size and check if a product is compatible with the specified item, such as if a specific car is compatible with a specific part.
- Provides a bridge between the eBay legacy APIs, such as Finding, and the RESTful APIs, which use different formats for the item IDs.
The item_summary, search_by_image, and item resource calls require an Application access token.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package ebay-browse-api
OpenAPIClient-php
The Browse API has the following resources:
- item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, image (Experimental Method), or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters.
- item:
- Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size and check if a product is compatible with the specified item, such as if a specific car is compatible with a specific part.
- Provides a bridge between the eBay legacy APIs, such as Finding, and the RESTful APIs, which use different formats for the item IDs.
The item_summary, search_by_image, and item resource calls require an Application access token.
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/buy/browse/v1
Class | Method | HTTP request | Description |
---|---|---|---|
ItemApi | checkCompatibility | POST /item/{item_id}/check_compatibility | |
ItemApi | getItem | GET /item/{item_id} | |
ItemApi | getItemByLegacyId | GET /item/get_item_by_legacy_id | |
ItemApi | getItems | GET /item/ | |
ItemApi | getItemsByItemGroup | GET /item/get_items_by_item_group | |
ItemSummaryApi | search | GET /item_summary/search | |
ItemSummaryApi | searchByImage | POST /item_summary/search_by_image |
Models
- AdditionalProductIdentity
- AddonService
- Address
- Amount
- Aspect
- AspectDistribution
- AspectGroup
- AspectValueDistribution
- AttributeNameValue
- AuthenticityGuaranteeProgram
- AuthenticityVerificationProgram
- AutoCorrections
- AvailableCoupon
- BuyingOptionDistribution
- Category
- CategoryDistribution
- CommonDescriptions
- CompatibilityPayload
- CompatibilityProperty
- CompatibilityResponse
- ConditionDistribution
- ConvertedAmount
- CoreItem
- CouponConstraint
- Error
- ErrorParameter
- EstimatedAvailability
- HazardPictogram
- HazardStatement
- HazardousMaterialsLabels
- Image
- Item
- ItemGroup
- ItemGroupSummary
- ItemLocationImpl
- ItemReturnTerms
- ItemSummary
- Items
- LegalAddress
- MarketingPrice
- PaymentMethod
- PaymentMethodBrand
- PickupOptionSummary
- Product
- ProductIdentity
- RatingHistogram
- Refinement
- Region
- ReviewRating
- SearchByImageRequest
- SearchPagedCollection
- Seller
- SellerCustomPolicy
- SellerDetail
- SellerLegalInfo
- ShipToLocation
- ShipToLocations
- ShipToRegion
- ShippingOption
- ShippingOptionSummary
- TargetLocation
- TaxJurisdiction
- Taxes
- TimeDuration
- TypedNameValue
- VatDetail
Authorization
api_auth
- Type:
OAuth
- Flow:
application
- Authorization URL: ``
- Scopes:
- https://api.ebay.com/oauth/api_scope/buy.item.bulk: Retrieve eBay items in bulk.
- https://api.ebay.com/oauth/api_scope: View public data from eBay
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
v1.18.4
- Package version:
1.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of ebay-browse-api with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0