Package DE_EPAGES::MultiStoreConnector::API::ProductSynchronization
hard core synchronization module regarding multistores it is possible to add or update products to shops, using direct sql connection
Functions
- addProductsToShop
- deleteProducts
- new
- transformOutputParametersGet
- updateProductsContentToShop
- verifyContentForUpdate
addProductsToShop
Function to add products to a specific subshop.
Syntax |
$Result = $Synchronization->addProductsToShop($ShopAlias, $hProductsInfo); |
Input |
|
Return |
|
deleteProducts
delete product entries in tables product,contentobject and object
Syntax |
$Result = $self->getProductsContent($aGUIDs); |
Input |
|
Return |
|
new
Creates a new synchronization object of DE_EPAGES::MultiStoreConnector::API::ProductSynchronization.
Syntax |
$Synchronization = DE_EPAGES::MultiStoreConnector::API::ProductSynchronization->new(%options); |
Input |
|
Return |
|
transformOutputParametersGet
transform product attributes for GET response e.g. 1 -> true etc.
Syntax |
$self->transformOutputParametersGet($hParameters); |
Input |
|
updateProductsContentToShop
Function to add products to a specific subshop.
Syntax |
$Result = $Synchronization->updateProductsContentToShop($ShopAlias, $hProductsInfo); |
Input |
|
Return |
|
verifyContentForUpdate
verify product attributes parameter for update, throws error if verification fails not every attribute have to be listed here
Syntax |
$self->verifyContentForUpdate($hProductContent); |
Input |
|