actindo ->product__get_preisgruppen_preise
actindo -> product__get_preisgruppen_preise: Get all price bracket prices (Alle Preisgruppenpreise holen)
Signaturstring product__get_preisgruppen_preise( string $sid, int $art_id )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $art_id
    product id
     
Returnsstring
array('ok'=>TRUE/FALSE, 'preisgruppen'=>array( id => price data, ...)
 
DescriptionGet all price bracket prices (Alle Preisgruppenpreise holen)