Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
|
Public Member Functions | |
__construct ($oSyncService=null, $sApiKey="") | |
CommonCommand ($sApi, $sType, $aParameters=[], $sMode= '') | |
ConfigurationReload () | |
BulkStockUpdate ($aProducts=[]) | |
BulkRefreshOrders ($aOrders=[]) | |
CommonLockAndUnlock ($sReference, $vItemOrGroup, $sLockOrUnlock="lock") | |
ProductLockAndUnlock ($sProductReference, $sLockOrUnlock="lock") | |
Lock ($sOrderNumber) | |
Unlock ($sOrderNumber) | |
Definition at line 14 of file CSDApiSoapJobs.php.
__construct | ( | $oSyncService = null , |
|
$sApiKey = "" |
|||
) |
__construct - Object constructor method
Initializes the member variables
public
SyncService | $oSyncService | Sync Service Object |
Definition at line 36 of file CSDApiSoapJobs.php.
BulkRefreshOrders | ( | $aOrders = [] | ) |
BulkRefreshOrders - Bulk Refresh Orders
public
array | $aOrders | Order list |
Definition at line 126 of file CSDApiSoapJobs.php.
BulkStockUpdate | ( | $aProducts = [] | ) |
BulkStockUpdate - Bulk Stock Update
public
array | $aProducts | Product list |
Definition at line 97 of file CSDApiSoapJobs.php.
CommonCommand | ( | $sApi, | |
$sType, | |||
$aParameters = [] , |
|||
$sMode = '' |
|||
) |
CommonCommand - Common part of API calls
public
string | $sApi | API |
string | $sType | Type |
string | $sApiKey | API Key |
array | $aParameters | Parameters |
string | $sMode | Mode: single/all |
Definition at line 53 of file CSDApiSoapJobs.php.
CommonLockAndUnlock | ( | $sReference, | |
$vItemOrGroup, | |||
$sLockOrUnlock = "lock" |
|||
) |
CommonLockAndUnlock - Common part of Lock and Unlock API calls
public
string | $sReference | Product Reference |
array | string | $vItemOrGroup | Item definition |
string | $sLockOrUnlock | Action: 'lock' or 'unlock' |
Definition at line 145 of file CSDApiSoapJobs.php.
ConfigurationReload | ( | ) |
ConfigurationReload - Configuration Reload API call
public
Definition at line 85 of file CSDApiSoapJobs.php.
Lock | ( | $sOrderNumber | ) |
Lock - Locking an item in EC
public
string | $sOrderNumber | Order Number |
Definition at line 201 of file CSDApiSoapJobs.php.
ProductLockAndUnlock | ( | $sProductReference, | |
$sLockOrUnlock = "lock" |
|||
) |
ProductLockAndUnlock - Common part of Lock and Unlock API calls
public
string | $sProductReference | Product Reference |
string | $sLockOrUnlock | Action: 'lock' or 'unlock' |
Definition at line 172 of file CSDApiSoapJobs.php.
Unlock | ( | $sOrderNumber | ) |
Unlock - Unlocking an item in EC
public
string | $sOrderNumber | Order Number |
Definition at line 213 of file CSDApiSoapJobs.php.