Create Products

POST {{base_url}}/api/v1/dashboard/pos/products?store_id=7e4ea9e3-9a0e-4d20-9331-e7af601a9c77

Request Params

KeyDatatypeRequiredDescription
store_idstring

Request Body

{"name"=>"Espresso", "category"=>"Drinks", "subcategory"=>"Coffee", "description"=>"The best espresso coffee in the tristate area!", "price"=>1500, "available_qty"=>90, "sizes"=>[{"name"=>"Small", "quantity"=>30}, {"name"=>"Medium", "quantity"=>20}, {"name"=>"Large", "quantity"=>40}], "images"=>["https://plus.unsplash.com/premium_photo-1678112180202-cd950dbe5a35?w=800&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8dXJsfGVufDB8fDB8fHww", "https://images.unsplash.com/photo-1617854818583-09e7f077a156?w=800&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8dXJsfGVufDB8fDB8fHww"], "options"=>[{"choice"=>"MULTIPLE_CHOICES", "name"=>"Choice of Milk", "description"=>"Select the choice of milk", "min_items"=>1, "max_items"=>2, "is_required"=>true, "option_items"=>[{"name"=>"Almond Milk", "price"=>200, "image"=>"https://plus.unsplash.com/premium_photo-1678112180202-cd950dbe5a35?w=800&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8dXJsfGVufDB8fDB8fHww", "quantity"=>6}, {"name"=>"Full Creamed Milk", "price"=>300, "image"=>"https://plus.unsplash.com/premium_photo-1678112180202-cd950dbe5a35?w=800&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8dXJsfGVufDB8fDB8fHww", "quantity"=>5}, {"name"=>"Coconut Milk", "price"=>100, "image"=>"https://plus.unsplash.com/premium_photo-1678112180202-cd950dbe5a35?w=800&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8dXJsfGVufDB8fDB8fHww", "quantity"=>8}]}]}