actindo ->product__basic_create_ac3
actindo -> product__basic_create_ac3: create basic product (Actindo3 Connector only)
Signaturstring product__basic_create_ac3( string $sid, product_params $params [, boolean $force_overwrite [, boolean $next_free_art_nr]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • product_params $params
    parameter array
     
  • boolean $force_overwrite
    if set to true, an eventually existing product (with given art_nr) will be overriden (defaults to false)
     
  • boolean $next_free_art_nr
    if set to true, the next free art_nr will be used (defaults to false)
     
Returnsstring
array(ok=>TRUE/FALSE, id=>int product id, error=>string error text)
 
Descriptioncreate basic product (Actindo3 Connector only)