Package DE_EPAGES::MultiStoreMasterConnector::API::RestConnector
module to get shop data from REST resources
Functions
- decodeResponse
- getMastershop
- postMasterProductsSourceStatus
- postMastershop
- putMasterProductsSourceStatus
decodeResponse
decodes information from a response object seperately.
Syntax |
$ResponseData = $Connector->decodeResponse($Response); |
Input |
|
Return |
|
getMastershop
Get mastershop with values from the EMS app.
Syntax |
$Response = $RestConnector->getMastershop($hGetContent); |
Input |
|
Return |
|
postMasterProductsSourceStatus
Sends updated product status to the MS synchronization service.
Syntax |
$Response = $RestConnector->postMasterProductsSourceStatus($hPostContent); |
Input |
|
Return |
|
postMastershop
Sends mastershop to the MS synchronization service.
Syntax |
$Response = $RestConnector->postMastershop($hPostContent); |
Input |
|
Return |
|
putMasterProductsSourceStatus
Sends updated product status to the MS synchronization service.
Syntax |
$Response = $RestConnector->putMasterProductsSourceStatus($hPostContent); |
Input |
|
Return |
|