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

NameTypeDescription

Content-Type

string

application/json

Authorization

string

Bearer {access_token}

Request Body

NameTypeDescription

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
}

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

NameTypeDescription

Content-type

string

application/json

Authorization

string

Bearer {access_token}

Request Body

NameTypeDescription

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