actindo ->product__get_lager
actindo -> product__get_lager: get products storages (Alle dem Artikel zugeordneten Lager holen)
Signaturstring product__get_lager( string $sid, int $art_id [, boolean $with_bestand [, int $sperrlager]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $art_id
    product id
     
  • boolean $with_bestand
    set to true to get the products stock, defaults to false
     
  • int $sperrlager
    1 = NORMALLAGER, 2 = SPERRLAGER, 3 = ALL_LAGER
     
Returnsstring
array('ok'=>TRUE/FALSE, 'lager'=>array of arrays)
 
Descriptionget products storages (Alle dem Artikel zugeordneten Lager holen)