# Mirakl Marketplace APIs {% partial file="/partial-content/product/mmp/webhooks/common/openapi-description.md" /%} ## Servers The URL of your server ``` https://your-service.mirakl.net ``` ## Download OpenAPI description [Mirakl Marketplace APIs](https://developer.mirakl.com/_spec/content/product/mmp/webhooks/webhook.yaml) ## Other ### JSON Body sent through Cloud providers - [POST CloudPayload](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/cloudpayload.md): When using Cloud providers, the payload is sent as an json object. ### JSON Body sent through HTTP - [POST HttpPayload](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/httppayload.md): When using HTTP, the payload is sent as a list of objects, each object being a webhook payload. ### Cloud connector - Offer Webhook - [POST OfferWebhookCloud](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/offerwebhookcloud.md): Give information about a created, updated or deleted offer. This payload is sent only when using a cloud provider connector (AWS/GCP/Azure) ### Http connector - Offer Webhook - [POST OfferWebhookHttp](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/offerwebhookhttp.md): Give information about a created, updated or deleted offer. This payload is sent only when using the http connector ### Cloud connector - Order Webhook - [POST OrderCloudPayload](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/ordercloudpayload.md): Payload sent after an order has been created or updated. This payload is sent only when using a cloud provider connector (AWS/GCP/Azure) ### Http connector - Order Webhook - [POST OrderHttpWebhook](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/orderhttpwebhook.md): Payload sent after an order has been created or updated. This payload is sent only when using the http connector ### Payload sent when saving/updating a webhook configuration - [POST PingPayload](https://developer.mirakl.com/content/product/mmp/webhooks/webhook/webhooks/pingpayload.md)