Download the PHP package cdma-numiscorner/ebay-inventory-api without Composer
On this page you can find all versions of the php package cdma-numiscorner/ebay-inventory-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cdma-numiscorner/ebay-inventory-api
More information about cdma-numiscorner/ebay-inventory-api
Files in cdma-numiscorner/ebay-inventory-api
Package ebay-inventory-api
Short Description The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package ebay-inventory-api
OpenAPIClient-php
The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.
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
Regenerate Client
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/sell/inventory/v1
Class | Method | HTTP request | Description |
---|---|---|---|
InventoryItemApi | bulkCreateOrReplaceInventoryItem | POST /bulk_create_or_replace_inventory_item | |
InventoryItemApi | bulkGetInventoryItem | POST /bulk_get_inventory_item | |
InventoryItemApi | bulkUpdatePriceQuantity | POST /bulk_update_price_quantity | |
InventoryItemApi | createOrReplaceInventoryItem | PUT /inventory_item/{sku} | |
InventoryItemApi | deleteInventoryItem | DELETE /inventory_item/{sku} | |
InventoryItemApi | getInventoryItem | GET /inventory_item/{sku} | |
InventoryItemApi | getInventoryItems | GET /inventory_item | |
InventoryItemGroupApi | createOrReplaceInventoryItemGroup | PUT /inventory_item_group/{inventoryItemGroupKey} | |
InventoryItemGroupApi | deleteInventoryItemGroup | DELETE /inventory_item_group/{inventoryItemGroupKey} | |
InventoryItemGroupApi | getInventoryItemGroup | GET /inventory_item_group/{inventoryItemGroupKey} | |
ListingApi | bulkMigrateListing | POST /bulk_migrate_listing | |
LocationApi | createInventoryLocation | POST /location/{merchantLocationKey} | |
LocationApi | deleteInventoryLocation | DELETE /location/{merchantLocationKey} | |
LocationApi | disableInventoryLocation | POST /location/{merchantLocationKey}/disable | |
LocationApi | enableInventoryLocation | POST /location/{merchantLocationKey}/enable | |
LocationApi | getInventoryLocation | GET /location/{merchantLocationKey} | |
LocationApi | getInventoryLocations | GET /location | |
LocationApi | updateInventoryLocation | POST /location/{merchantLocationKey}/update_location_details | |
OfferApi | bulkCreateOffer | POST /bulk_create_offer | |
OfferApi | bulkPublishOffer | POST /bulk_publish_offer | |
OfferApi | createOffer | POST /offer | |
OfferApi | deleteOffer | DELETE /offer/{offerId} | |
OfferApi | getListingFees | POST /offer/get_listing_fees | |
OfferApi | getOffer | GET /offer/{offerId} | |
OfferApi | getOffers | GET /offer | |
OfferApi | publishOffer | POST /offer/{offerId}/publish/ | |
OfferApi | publishOfferByInventoryItemGroup | POST /offer/publish_by_inventory_item_group/ | |
OfferApi | updateOffer | PUT /offer/{offerId} | |
OfferApi | withdrawOffer | POST /offer/{offerId}/withdraw | |
OfferApi | withdrawOfferByInventoryItemGroup | POST /offer/withdraw_by_inventory_item_group | |
ProductCompatibilityApi | createOrReplaceProductCompatibility | PUT /inventory_item/{sku}/product_compatibility | |
ProductCompatibilityApi | deleteProductCompatibility | DELETE /inventory_item/{sku}/product_compatibility | |
ProductCompatibilityApi | getProductCompatibility | GET /inventory_item/{sku}/product_compatibility |
Models
- Address
- Amount
- Availability
- AvailabilityDistribution
- AvailabilityWithAll
- BaseResponse
- BestOffer
- BulkEbayOfferDetailsWithKeys
- BulkGetInventoryItem
- BulkGetInventoryItemResponse
- BulkInventoryItem
- BulkInventoryItemResponse
- BulkMigrateListing
- BulkMigrateListingResponse
- BulkOffer
- BulkOfferResponse
- BulkPriceQuantity
- BulkPriceQuantityResponse
- BulkPublishResponse
- Charity
- Compatibility
- CompatibleProduct
- Dimension
- EbayOfferDetailsWithAll
- EbayOfferDetailsWithId
- EbayOfferDetailsWithKeys
- Error
- ErrorParameter
- ExtendedProducerResponsibility
- Fee
- FeeSummary
- FeesSummaryResponse
- FormatAllocation
- GeoCoordinates
- GetInventoryItem
- GetInventoryItemResponse
- Interval
- InventoryItem
- InventoryItemGroup
- InventoryItemListing
- InventoryItemResponse
- InventoryItemWithSkuLocale
- InventoryItemWithSkuLocaleGroupKeys
- InventoryItemWithSkuLocaleGroupid
- InventoryItems
- InventoryLocation
- InventoryLocationFull
- InventoryLocationResponse
- ListingDetails
- ListingPolicies
- Location
- LocationDetails
- LocationResponse
- MigrateListing
- MigrateListingResponse
- NameValueList
- OfferKeyWithId
- OfferKeysWithId
- OfferPriceQuantity
- OfferResponse
- OfferResponseWithListingId
- OfferSkuResponse
- Offers
- OperatingHours
- PackageWeightAndSize
- PickupAtLocationAvailability
- PriceQuantity
- PriceQuantityResponse
- PricingSummary
- Product
- ProductFamilyProperties
- ProductIdentifier
- PublishByInventoryItemGroupRequest
- PublishResponse
- ShipToLocationAvailability
- ShipToLocationAvailabilityWithAll
- ShippingCostOverride
- SpecialHours
- Specification
- Tax
- TimeDuration
- VariesBy
- Version
- Weight
- WithdrawByInventoryItemGroupRequest
- WithdrawResponse
Authorization
api_auth
- Type:
OAuth
- Flow:
accessCode
- Authorization URL:
https://auth.ebay.com/oauth2/authorize
- Scopes:
- https://api.ebay.com/oauth/api_scope/sell.inventory: View and manage your inventory and offers
- https://api.ebay.com/oauth/api_scope/sell.inventory.readonly: View your inventory and offers
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.16.1
- Package version:
1.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of ebay-inventory-api with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2