Download the PHP package matejch/webareal-api-handler without Composer
On this page you can find all versions of the php package matejch/webareal-api-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package webareal-api-handler
Webareal api handler
Api for getting and sending data to webareal type eshops
Full documentation here
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
You need username, password and token (API key) from your webareal eshop API key is located in tab API
Token bearer for requests is retrieved in login request
All classes extend from \matejch\webarealApiHandler\WebarealHandler
Customers
Info about customers endpoint here
Products
Info about product endpoints here
NEW METHOD for mass product update
Orders
Info about order endpoints here
Product properties
Info product properties endpoints here
Product variants
Info product variants endpoints here
DONE
- [x] Login request
- [x] Test request
- [x] Api info
- [x] Get customers
- [x] Get products
- [x] Create product
- [x] Get product info
- [x] Remove product
- [x] Update product
- [x] Create multiple products
- [x] Update multiple products
- [x] Create properties
- [x] Update properties
- [x] Get property
- [x] Update property
- [x] Remove property
- [x] Get property list
- [x] Create product variant
- [x] Get product variants list
- [x] Get product variant
- [x] Create product variants
- [x] Update product variants
- [x] Get product variant list
- [x] Update product variant list
- [x] Remove product variant
- [x] Get property values list
- [x] Create property values
- [x] Create property value
- [x] Get property value info
- [x] Remove specific property value
- [x] Update specific property value
- [x] Get order list
- [x] Update orders
- [x] Get order info
- [x] Update order
- [x] Remove order
- [x] Get all order states
- [x] Update order products
- [x] Update order product
- [x] Remove order product
TODO
All versions of webareal-api-handler with dependencies
ext-json Version *
ext-curl Version *