Enable delivery integration
Only Uber integration is available for testing
Enable delivery integration
POST https://integrations.mipos.shop/api/v1/integration/enable
Enable the selected integration for this store
Headers
Content-Type
string
application/json
Authorization
string
Bearer {access_token}
Request Body
external_store_id
string
Id of the store in the delivery/third party system
store_id
string
Id of the store in the platform
integration_id
string
Id of the integration in the platform
{
"message": "Successfully activated integration.",
"data": null
}"Unauthorized."{
"message": [
"This name is not available.",
"You don't have this store available.",
"Integration not available.",
"Microservice does not have this integration configured.",
"Could not change the status of integration.",
"Unable to get token.",
"This store does not have the store delivery id."
],
"data": null
}{
"store_id": [
"The store id field is required.",
"The selected store id is invalid."
],
"integration_id": [
"The integration id field is required.",
"The selected integration id is invalid."
]
}Enable Third Party market integration
POST https://integrations.mipos.shop/third_party/v1/integration/store/config
This service is used to enable a custom delivery integration. You need the integration_id provided by the Delivery and the external store ID that represent your store in their system.
Headers
Content-type
string
application/json
Authorization
string
Bearer {access_token}
Request Body
integration_id
integer
id of delivery integration
external_store_id
integer
the store id in delivery system
store_id
integer
id of the store in the platform
Last updated
Was this helpful?