ePages 7.48.0 - DE_EPAGES/Ebay/Hooks/Product.pm

Package DE_EPAGES::Ebay::Hooks::Product

interface for table ReferenceAttribute

Functions

OnAfterUpdateProduct
OnDeleteProduct

OnAfterUpdateProduct

OnAfterUpdateProduct is triggered when a product is updated.

Syntax
OnAfterUpdateProduct( $hParams );
Input
$hParams (ref.hash.*)
hook arguments, used keys are
  • Object - product object - object
  • ProductID - product identifier - int
  • Values - updated values - ref.hash

OnDeleteProduct

OnDeleteProduct is triggered when a product is deleted.

Syntax
OnDeleteProduct(@PKeys);
Input
$hParams (ref.hash.*)
primary key of object Shop, key is
  • ProductID