Search found 2 matches

by yesusagayaraj
09 Aug 2024, 06:49
Forum: Help
Topic: api add product
Replies: 3
Views: 4072

Add product details using API

Hi Team,
I want to using create product through mobile app. Please help how will create product details using like name, price , stock , media API
by yesusagayaraj
03 Aug 2024, 11:02
Forum: Help
Topic: api add product
Replies: 3
Views: 4072

api add product

Hi Team I have create product details through custom API but my details not added to the mshop_product_list table. Any changes needed My code below $manager = MShop::create( app( 'aimeos.context' )->get(), 'product' ); // Create new product item $product = $manager->create()->setCode($request->code)...