GET
/api/v1/customer/stores/{id}/online-store-available
This API method will check if a store has an online ordering store available.
Sample Request body
Nothing required
Sample Response
{
"status": true,
"message": "Store is set up for online ordering"
}{
"status": false,
"message": "Store is not set up for online ordering"
}