Package DE_EPAGES::MultiStoreConnector::API::EMSRestConnector
Tool collection for using the EMS
Functions
- deleteSubshopProductMap
- getEMSRestConnector
- getSubshopID
- getSubshopProductMapID
- new
- postSubshopProductMap
deleteSubshopProductMap
Delete the subshop_product_map ID of a product in a subshop in EMS.
Syntax |
deleteSubshopProductMap( $SubShopProductMapID ); |
Input |
|
getEMSRestConnector
Get a Rest connector object.
Syntax |
getEMSRestConnector(); |
Return |
|
getSubshopID
Get the subshop ID of a shop in EMS.
Syntax |
getSubshopID( $Shop ); |
Input |
|
Return |
|
getSubshopProductMapID
Get the subshop_product_map ID of a product in a subshop in EMS.
Syntax |
getSubshopProductMapID( $SubshopID, $ProductAlias ); |
Input |
|
Return |
|
new
Creates a new REST connector for multistore data
Syntax |
$RestConnector = DE_EPAGES::MultiStore::API::RestConnector->new(%options); |
Input |
|
Return |
|
postSubshopProductMap
Post the subshop_product_map of a product in a subshop in EMS.
Syntax |
postSubshopProductMap( $SubshopID, $ProductAlias ); |
Input |
|