Download the PHP package mehr-it/otto-products-api-client without Composer

On this page you can find all versions of the php package mehr-it/otto-products-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package otto-products-api-client

.

Manage your product data, send images and much more.

This PHP package is automatically generated by the Swagger Codegen project:

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 /

Class Method HTTP request Description
BrandsApi getBrands GET /v1/products/brands Read the list of brands that are known on the Otto market place.
CategoriesApi getCategoryGroups GET /v1/products/categories Read the product categories and associated attributes of the OTTO market place. The total number of results could be limited by specifying query parameters. Generally the resulting product categories values will be paginated. The default page length is 100 product categories per response, the page size limit is 2000. The links specified in the result can be used to page through the total result space.
MarketplaceStatusApi getMarketPlaceStatus GET /v1/products/{sku}/marketplace-status Read the marketplace status for a single product variation.
MarketplaceStatusApi getMarketPlaceStatusList GET /v1/products/marketplace-status Read the marketplace status for your product variations. The total number of results could be limited by specifying query parameters. Generally the resulting marketplace status will be paginated. The default page length is 100 product variations per response, also the page size limit. The links specified in the result can be used to page through the total result space.
ProductActiveStatusApi getActiveStatus GET /v1/products/active-status Read the active status of your product variations. The total number of results could be limited by specifying query parameters. Generally the resulting active status values will be paginated. The default page length is 100 active status entries per response, also the page size limit. The links specified in the result can be used to page through the total result space. Replaces corresponding online-status endpoint which now is marked as deprecated.
ProductActiveStatusApi getVariationActiveStatus GET /v1/products/{sku}/active-status Read the active status of a single product variation. Replaces corresponding online-status endpoint which now is marked as deprecated.
ProductActiveStatusApi updateActiveStatus POST /v1/products/active-status Update the active status of your product variations and get a process-id to query results. Replaces corresponding online-status endpoint which now is marked as deprecated.
ProductOnlineStatusApi getOnlineStatus GET /v1/products/online-status DEPRECATED - please use the corresponding active-status endpoint instead.
ProductOnlineStatusApi getVariationOnlineStatus GET /v1/products/{sku}/online-status DEPRECATED - please use the corresponding active-status endpoint instead.
ProductOnlineStatusApi updateOnlineStatus POST /v1/products/online-status DEPRECATED - please use the corresponding active-status endpoint instead.
ProductsApi createOrUpdateProductVariations POST /v1/products Create or update your product variations and get a process-id to query results. The limit for the number of product variations in one request is 500.
ProductsApi getPartnerProducts GET /v1/products Read your product variations. The total number of results could be limited by specifying query parameters. Generally the resulting product variations will be paginated. The default page length is 100 product variations per response, also the page size limit. The links specified in the result can be used to page through the total result space.
ProductsApi getProductVariation GET /v1/products/{sku} Read a single product variation.

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author


All versions of otto-products-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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mehr-it/otto-products-api-client contains the following files

Loading the files please wait ....