Package DE_EPAGES::MultiStoreConnector::API::RestConnector
module to get shop data from REST resources
Functions
createCategory
Creates category in the specified shop.
Syntax |
$Response = $RestConnector->createCategory($ShopGUID, $Category); |
Input |
|
Return |
|
createProduct
Creates product in the specified shop.
Syntax |
$Response = $RestConnector->createProduct($ShopGUID, $Product); |
Input |
|
Return |
|
createProductCategory
Creates assignment of a product to a category in the pecified shop.
Syntax |
$Response = $RestConnector->createProductCategory($ShopGUID, $Product, $Category); |
Input |
|
Return |
|
getCategories
Gets all categories of the specified shop
Syntax |
$Response = $RestConnector->getCategories($Shop); |
Input |
|
Return |
|
getProducts
Gets all categories of the specified shop
Syntax |
$Response = $RestConnector->getProducts($ShopGUID, $CategoryGUID); |
Input |
|
Return |
|
getShops
Gets all shops of the specified store
Syntax |
$Response = $RestConnector->getShops($Store); |
Input |
|
Return |
|
getStores
Gets a list of all stores
Syntax |
$Response= $RestConnector->getStores(); |
Return |
|