Download the PHP package friends-of-ce/channel-api-client-php without Composer

On this page you can find all versions of the php package friends-of-ce/channel-api-client-php. 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 channel-api-client-php

OpenAPIClient-php

ChannelEngine API for merchants

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://demo.channelengine.net/api

Class Method HTTP request Description
CancellationApi cancellationCreate POST /v2/cancellations Create Cancellation.
CancellationApi cancellationGetForMerchant GET /v2/cancellations/merchant Get Cancellations.
ChannelsApi channelPluginsGet GET /v2/channels Get Channels.
CompetitionPriceApi competitionPricesGetBuyBoxPrices GET /v2/competitionprices/buyboxprices Get the BuyBox winner prices
ListedProductsApi listedProductGetByFilter GET /v2/channels/{channelId}/products Get Listed Products
NotificationApi notificationIndex GET /v2/notifications Get Notifications.
OfferApi offerGetStock GET /v2/offer/stock Get stock for products.
OfferApi offerStockPriceUpdate PUT /v2/offer Update stock and/or price.
OfferApi offerStockUpdate PUT /v2/offer/stock Update only stock.
OrderApi orderAcknowledge POST /v2/orders/acknowledge Acknowledge Order.
OrderApi orderGetByFilter GET /v2/orders Get Orders By Filter.
OrderApi orderGetNew GET /v2/orders/new Get New Orders.
OrderApi orderInvoice GET /v2/orders/{merchantOrderNo}/invoice Download Invoice.
OrderApi orderPackingSlip GET /v2/orders/{merchantOrderNo}/packingslip Download Packing Slip.
OrderApi orderUpdate PUT /v2/orders/comment Update Comment.
OrderApi orderUploadInvoice POST /v2/orders/{merchantOrderNo}/invoice Upload Invoice.
ProductApi productBulkDelete POST /v2/products/bulkdelete Delete multiple Products.
ProductApi productBulkPatch PATCH /v2/products Bulk Patch Products
ProductApi productBulkPatchExtraDataItems PATCH /v2/products/extra-data/bulk Add/Update/Delete product extra data items.
ProductApi productCreate POST /v2/products Upsert Products.
ProductApi productDelete DELETE /v2/products/{merchantProductNo} Delete Product.
ProductApi productGetByFilter GET /v2/products Get Products.
ProductApi productGetByMerchantProductNo GET /v2/products/{merchantProductNo} Get Product.
ProductApi productPatch PATCH /v2/products/{merchantProductNo} Patch product
ProductApi productPatchExtraDataItems PATCH /v2/products/extra-data Add/Update/Delete a product's extra data items
ProductAttributeGroupApi productAttributeGroupAddProductExtraData PUT /v2/product-attribute-group/{groupName}/add Adds multiple product extra data to product attribute group.
ProductAttributeGroupApi productAttributeGroupCreate POST /v2/product-attribute-group Create product attribute groups.
ProductAttributeGroupApi productAttributeGroupDelete DELETE /v2/product-attribute-group/{groupName} Delete product attribute group.
ProductAttributeGroupApi productAttributeGroupGetByFilter GET /v2/product-attribute-group Get product attribute groups with the keys of all linked custom fields.
ProductAttributeGroupApi productAttributeGroupGetWithChannelsByFilter GET /v2/product-attribute-group/linked-channels Get product attribute groups with linked channels.
ProductAttributeGroupApi productAttributeGroupRemoveProductExtraData PUT /v2/product-attribute-group/{groupName}/remove Removes multiple product extra data from product attribute group.
ProductAttributeGroupApi productAttributeGroupRenameProductAttributeGroup POST /v2/product-attribute-group/rename Renames multiple product attribute groups.
ProductBundleApi productBundleGetByFilter GET /v2/productbundles Get product bundles.
ReportApi reportCreateSettlementsReport POST /v2/reports/settlements Create settlements report
ReportApi reportGetReport GET /v2/reports/{reportId} Get report
ReportApi reportGetStatus GET /v2/reports/{reportId}/status Check report status
ReturnApi returnAcknowledge POST /v2/returns/merchant/acknowledge Acknowledge Return.
ReturnApi returnDeclareForMerchant POST /v2/returns/merchant Create Return.
ReturnApi returnGetByMerchantOrderNo GET /v2/returns/merchant/{merchantOrderNo} Get Return.
ReturnApi returnGetDeclaredByChannel GET /v2/returns/merchant Get Returns.
ReturnApi returnGetReturns GET /v2/returns Get Returns.
ReturnApi returnGetUnhandled GET /v2/returns/merchant/new Get Unhandled Returns.
ReturnApi returnUpdateForMerchant PUT /v2/returns Mark a return as received.
SettingsApi settingsGet GET /v2/settings Get settings.
SettlementApi settlementGetByFilter GET /v2/settlements Get settelmets
ShipmentApi shipmentCreate POST /v2/shipments Create Shipment.
ShipmentApi shipmentCreateForChannelMethod POST /v2/shipments/channelmethod Create shipment for channel provided shipping labels
ShipmentApi shipmentGetShipmentLabelCarriers POST /v2/carriers/{merchantOrderNo} Get carriers for channel provided shipping labels
ShipmentApi shipmentIndex GET /v2/shipments/merchant Get Shipments
ShipmentApi shipmentShippingLabel GET /v2/orders/{merchantShipmentNo}/shippinglabel Download shipping label.
ShipmentApi shipmentUpdate PUT /v2/shipments/{merchantShipmentNo} Update Shipment.
StockLocationApi stockLocationCreate POST /v2/stocklocations
StockLocationApi stockLocationIndex GET /v2/stocklocations Get the stock locations (or virtual warehouses).
WebhookApi webhooksCreate POST /v2/webhooks Create Webhook.
WebhookApi webhooksDelete DELETE /v2/webhooks/{webhookName} Delete Webhook.
WebhookApi webhooksGetAll GET /v2/webhooks Get Webhooks.
WebhookApi webhooksUpdate PUT /v2/webhooks Update Webhook.

Models

Authorization

Authentication schemes defined for the API:

apiKey

Tests

To run the tests, use:

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of channel-api-client-php with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.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 friends-of-ce/channel-api-client-php contains the following files

Loading the files please wait ....