Successful order creation

Once the order is received, if it was successfully stored in your system, a response is required through the following endpoint, to report this to the delivery platform.

Order Accept

POST https://integrations.mipos.shop/api/v1/integration/order/accept

Headers

Request Body

{
    "message": [
        "Operation completed successfully"
    ],
    "data": null
}

Last updated