
Seller
Sign up with Blinkit and grow your business
Expand your retail presence with Blinkit
Start selling your products in 4 simple steps

Fill the form

Identify locations you want to expand to

List your products on our app

Arrange to send products to the location
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<script>jQuery(document).ready(function($) {
$('.select2').select2({
placeholder: 'Select City',
allowClear: true
});
});</script>