Available services

Logistics services available to users with POS or Delivery roles

Estimate Delivery Service

POST https://integrations.mipos.shop/api/v1/logistic/third_party/estimate/service

Estimate the delivery value of an order, without making the service request

Headers

Request Body

{
    "message": "Estimated values",
    "data": {
        "estimate_value": 1150, // This value includes 2 decimal places($11.50).
        "estimate_time": 50 // This time is in minutes,
        "integration_id": 8
    }
}

Request Delivery Service

POST https://integrations.mipos.shop/api/v1/logistic/third_party/request/service

Request the package delivery service to the logistics system

Headers

Request Body

Last updated