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
Content-Type
string
application/json
Authorization
string
Bearer {access_token}
Request Body
store_id
string
ID of the store in the platform
delivery_info
object
Order information to calculate the estimated value
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
Content-Type
string
application/json
Authorization
string
Bearer {access_token}
Request Body
store_id
string
ID of the store in the platform
delivery_info
object
Order information to calculate the estimated value
Last updated
Was this helpful?