Quantcast
Channel: Programming - Shopware Community Forum
Viewing all articles
Browse latest Browse all 118

lokale API Batch modus?

$
0
0
hi, wie kann ich bei Verwendung der lokalen API den Batch Modus nutzen?

aktuell erstelle ich Artikel so:
$this->articleResource->create($articleParams);
und aktualisiere so:
$this->articleResource->update($articleID,$articleParams);
Das Artikel-Array sieht in etwa so aus:
array(
    'name' => 'Turnschuh',
    'active' => true,
    'tax' => 19,
    'supplier' => 'Turnschuh Inc.',
 
    'categories' => array(
        array('id' => 15),
    ),
 
    'mainDetail' => array(
        'number' => 'turn',
        'prices' => array(
            array(
                'customerGroupKey' => 'EK',
                'price' => 999,
            ),
        )
    ),
);
wie muss das ganze jetzt aussehen um im batch-mode Artikel anzulegen und zu aktualisieren? Oder geht das nur mit der REST-API?

vielen Dank

Viewing all articles
Browse latest Browse all 118

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>