Search found 2 matches
- 06 Nov 2022, 08:59
- Forum: Laravel package
- Topic: Programaticaly import products no csv
- Replies: 2
- Views: 2268
Re: Programaticaly import products no csv
any support in this case will be appreciated
- 03 Nov 2022, 20:06
- Forum: Laravel package
- Topic: Programaticaly import products no csv
- Replies: 2
- Views: 2268
Programaticaly import products no csv
Hello, I;m new to aimeos.
Is there a class that will help mass add products? i got product list from json api.
In documentation i found that i should probably use theese:
https://aimeos.org/docs/2022.x/models/managing-items/
$manager = \Aimeos\MShop::create( $context, 'product' );
$item ...
Is there a class that will help mass add products? i got product list from json api.
In documentation i found that i should probably use theese:
https://aimeos.org/docs/2022.x/models/managing-items/
$manager = \Aimeos\MShop::create( $context, 'product' );
$item ...