actindo ->bill__set_webshop_order_id
actindo -> bill__set_webshop_order_id: Set webshop order id (Shop-Bestellnummer), zuletzt geändert am __TICKET_NAME_AC-6469__
Signaturstring bill__set_webshop_order_id( string $sid, int $bill_id, string $webshop_order_id [, string $external_order_id [, int $shop_id [, int $subshop_id [, string $webshop_order_date [, string $webshop_order_time]]]]] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • int $bill_id
    Bill-ID
     
  • string $webshop_order_id
    webshop order id (Shop-Bestellnummer, die in Belegliste angezeigt wird)
     
  • string $external_order_id
    external (webshop-private) order id (Externe order_id, welche im Webshop-Connector bei Anfragen an den Shop benutzt wird)
     
  • int $shop_id
    Shop-ID (0...[n-shops -1])
     
  • int $subshop_id
    Subshop-ID (Subshop-ID IS NOT VALIDATED against existing subshops of $shop_id!)
     
  • string $webshop_order_date
    Bestelldatum, verfügbar seit __TICKET_NAME_AC-6469__
     
  • string $webshop_order_time
    Bestell-Uhrzeit, verfügbar seit __TICKET_NAME_AC-6469__
     
Returnsstring
array('ok'=>TRUE/FALSE, 'error'=>error string in case of ok==FALSE )
 
DescriptionSet webshop order id (Shop-Bestellnummer), zuletzt geändert am __TICKET_NAME_AC-6469__