Download the PHP package mehr-it/otto-orders-api-client without Composer
On this page you can find all versions of the php package mehr-it/otto-orders-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package otto-orders-api-client
.
This API documentation describes all endpoints for orders - version 3
This PHP package is automatically generated by the Swagger Codegen project:
- API version: v3
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
Requirements
PHP 5.5 and later
Installation & Usage
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
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://live.api.otto.market
Class | Method | HTTP request | Description |
---|---|---|---|
ALLApi | cancelPartnerOrderPositionItems | POST /v3/orders/{salesOrderId}/positionItems/{positionItemId}/cancellation | Cancels PositionItems of an order by ids |
ALLApi | cancelPartnerOrders | POST /v3/orders/{salesOrderId}/cancellation | Cancel all PositionItems of an order |
ALLApi | findPartnerOrders | GET /v3/orders | Get a list of orders which can be filtered on fulfillmentStatus. |
ALLApi | getPartnerOrderByOrderNumber | GET /v3/orders/{orderNumber} | Get a single order via Order Number |
ALLApi | getPartnerOrderBySalesOrderId | GET /v3/orders/{salesOrderId} | Get a single order via Sales Order Id |
OrdersApi | cancelPartnerOrders | POST /v3/orders/{salesOrderId}/cancellation | Cancel all PositionItems of an order |
OrdersApi | findPartnerOrders | GET /v3/orders | Get a list of orders which can be filtered on fulfillmentStatus. |
OrdersApi | getPartnerOrderByOrderNumber | GET /v3/orders/{orderNumber} | Get a single order via Order Number |
OrdersApi | getPartnerOrderBySalesOrderId | GET /v3/orders/{salesOrderId} | Get a single order via Sales Order Id |
PositionItemsApi | cancelPartnerOrderPositionItems | POST /v3/orders/{salesOrderId}/positionItems/{positionItemId}/cancellation | Cancels PositionItems of an order by ids |
Documentation For Models
- Address
- Amount
- InitialServiceFee
- Link
- OrderLifecycleInformation
- PartnerOrder
- PartnerOrderList
- PositionItem
- Product
- TrackingInfo
Documentation For Authorization
All endpoints do not require authorization.
Author
All versions of otto-orders-api-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2|^7.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2|^7.0
The package mehr-it/otto-orders-api-client contains the following files
Loading the files please wait ....