Disable delivery integration
Disable delivery integration
POST https://integrations.mipos.shop/api/v1/integration/disable
Disable selected integration for this store
Headers
Name
Type
Description
Authorization
string
Bearer {access_token}
Request Body
Name
Type
Description
store_id
string
Id of the store in the platform
integration_id
string
Id of the integration in the platform
{
"message": [
"Successfully deactivation 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."
]
}GET https://mipos.shop/api/v1/orders/{store_id}
Headers
Name
Type
Description
Authorization
string
Bearer {access_token}
Last updated
Was this helpful?