Retreive Delivery Orders
Get delivery orders
GET
https://integrations.mipos.shop/api/v1/orders/{store_id}
Provide a list of all delivery orders from a store in the last 10 minutes that the POS has not sent the status: ACCET -> https://mipos.gitbook.io/public-api/delivery-orders/successful-order-creation DENY -> https://mipos.gitbook.io/public-api/delivery-orders/order-creation-failed
Path Parameters
store_id
string
Id store on the platform
Headers
Authorization
string
Bearer {access_token}
Get filtered orders
POST
https://integrations.mipos.shop/delivery_data/v1/orders
This endpoint allows you to get all orders filtered by the specified parameters.
Headers
Content-Type
string
application/json
Authorization
string
Bearer{access_token}
Request Body
order_status
string
Order status(accepter, rejected)
order_number
string
External order number
to_date
string
Until specified date
from_date
string
Starting from specified date
page
number
Current page number
store_ids
array
Store ids to search for
Last updated
Was this helpful?