Edit Store

PUT {{base_url}}/api/v1/dashboard/pos/stores/:storeId

Request Body

{"name"=>"PM Store Borns", "website"=>"https://www.storeborn.com", "email"=>"contact@storeborn.com", "phone_number"=>"+2348121442185", "address"=>{"street"=>"6 Storeborn Street", "zip_code"=>"11215", "city"=>"Bariga", "state"=>"Lagos", "country"=>"Nigeria"}, "store_type"=>"Coffee", "refund_policy"=>"allow", "cancellation_policy"=>"allow", "tax_percentage"=>7.5, "accept_online_orders"=>true, "accept_delivery_orders"=>true, "accept_pickup_orders"=>true, "wafi_marketplace_listed"=>true, "accept_tips"=>true, "store_hours"=>[{"day"=>"Monday", "start_time"=>"08:00:00+00:00", "end_time"=>"20:00:00+00:00"}, {"day"=>"Tuesday", "start_time"=>"08:00:00+00:00", "end_time"=>"20:00:00+00:00"}, {"day"=>"Wednesday", "start_time"=>"08:00:00+00:00", "end_time"=>"20:00:00+00:00"}, {"day"=>"Thursday", "start_time"=>"08:00:00+00:00", "end_time"=>"20:00:00+00:00"}, {"day"=>"Friday", "start_time"=>"08:00:00+00:00", "end_time"=>"20:00:00+00:00"}]}

RESPONSES

status: OK

{"data":{"address":{"city":"Bariga","country":"Nigeria","date_created":"2024-05-21T11:28:57.718054Z","id":"18676ff0-80d3-4572-a57c-f11d6b4a2e22","last_updated":"2024-05-21T14:10:47.412420Z","meta":{},"state":"Lagos","street":"6 Storeborn Street","zip_code":"11215"},"email":"contact@storeborn.com","id":"7e4ea9e3-9a0e-4d20-9331-e7af601a9c77","name":"PM Store Borns","operational_policy":{"accept_delivery_orders":true,"accept_online_orders":true,"accept_pickup_orders":true,"accept_tips":true,"cancellation_policy":"allow","date_created":"2024-05-21T11:28:57.726265Z","id":"5bbf6349-fcda-4d29-baee-108a208c7f36","last_updated":"2024-05-21T14:10:47.416570Z","meta":{},"refund_policy":"allow","store_hours":[{"day":"Monday","end_time":"20:00:00+00:00","start_time":"08:00:00+00:00"},{"day":"Tuesday","end_time":"20:00:00+00:00","start_time":"08:00:00+00:00"},{"day":"Wednesday","end_time":"20:00:00+00:00","start_time":"08:00:00+00:00"},{"day":"Thursday","end_time":"20:00:00+00:00","start_time":"08:00:00+00:00"},{"day":"Friday","end_time":"20:00:00+00:00","start_time":"08:00:00+00:00"}],"tax_percentage":7,"wafi_marketplace_listed":true},"phone_number":"+2348121442185","status":"ONLINE","store_type":"Coffee","website":"https://www.storeborn.com"},"message":"Store edited successfully","status":"SUCCESS"}