actindo ->product__get_article_sales_statistic
actindo -> product__get_article_sales_statistic: Get sales statistic on amount and volume by article id.
Signaturstring product__get_article_sales_statistic( string $sid, int $art_id, string $startDate, string $endDate )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $art_id
    the article id.
     
  • string $startDate
    Date start date of the article statistic (YYYY-MM-DD)
     
  • string $endDate
    Date end date of the article statistic (YYYY-MM-DD)
     
Returnsstring
array(ok:boolean, amount:float , volume:float, guAmount:float, guVolume:float);
 
DescriptionGet sales statistic on amount and volume by article id.