Download the PHP package macropage/sdk-ebay-rest-postorder without Composer
On this page you can find all versions of the php package macropage/sdk-ebay-rest-postorder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download macropage/sdk-ebay-rest-postorder
More information about macropage/sdk-ebay-rest-postorder
Files in macropage/sdk-ebay-rest-postorder
Package sdk-ebay-rest-postorder
Short Description API for searching eBay order cancellations.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package sdk-ebay-rest-postorder
sdk-ebay-rest-postorder
API for searching eBay order cancellations.
Created with
Because eBay does not provide an OpenAPI Specification File, I created one for myself: ebay_post_order_api_openpai.json
So if you need more endpoints, feel free to provide an PR with an updated OpenAPI Specification File.
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
OR
composer require macropage/sdk-ebay-rest-postorder
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/post-order/v2
Class | Method | HTTP request | Description |
---|---|---|---|
CancellationSearchApi | searchCancellations | GET /cancellation/search | Search for order cancellations |
Models
- Amount
- CancelSummary
- DateTime
- FindCancelResponse
- LineItem
- PaginationOutput
- PayoutRecoupInfo
Authorization
Authentication schemes defined for the API:
ApiKeyAuth
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0.0
- Package version:
1.9.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of sdk-ebay-rest-postorder with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0