api/v1/customer/online-order/order-screen

POST

/api/v1/customer/online-order/order-screen

This API method will return an online order URL which will navigate the customer to the order screen.

Request Parameters

Parameter

Value / Type

Required

store_id

STRING

true

Sample Response

{
    "status": true,
    "url": "http://order.controlcenter.ftx/l6yYk1WOeo7e2b78dD4j/orders/main/generated/LZWBJx0PmYkEwjGdr2vO"
}
{
    "status": false,
    "message": "You are not registered with this store. Please add the store before using the ordering platform"
}