Order Creation failed

Once the order is received, if it failed to be saved in your system, a response is required through the following endpoint, to report this to the delivery platform.

Order Deny

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

Headers

NameTypeDescription

Authorization

string

Bearer {access_token}

Content-Type

string

application/json

Request Body

NameTypeDescription

delivery_id

string

Id delivery in the platform

store_id

string

Id store in the platform

order_external_id

string

Order external_id sent in the json

message

string

Reason for rejection of the order

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

Last updated