Package DE_EPAGES::RemoteSearch::API::DTO::UpdateItem
DTO for updating a product in epagesj
Functions
deleteItem
True, if item is to be deleted.
Syntax |
my $IsDeleteItem = $Item->deleteItem(); $Item->deleteItem(1); |
Return |
|
getSiteID
Shortcut to $Product->getSite->id
Syntax |
my $SiteID = $Item->getSiteID(); |
Return |
|
id
Shortcut to $Product->id
Syntax |
my $ProductID = $Item->id(); |
Return |
|
product
Product to update
Syntax |
my $Product = $Item->product(); |
Return |
|