v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Marketplaces - Orders - Subscriptions - Subscriptions

Creates a subscription to the orders

Please take a look at this sequence diagram to understand the subscription process to follow here

post/v2/user/marketplaces/orders/subscriptions/{id}

Path parameters

idstring SubscriptionId required

Request body

targetUrlstring required

The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>

namestring required

The subscription name you want to use

merchantApplicationNamestring required

The name of your application

merchantApplicationVersionstring required

The version of your application

merchantEmailAlertstring email

The email

Example request

{
  "targetUrl": "http://www.mydomain.com",
  "name": "MySubscriptionName",
  "merchantApplicationName": "MyApp",
  "merchantApplicationVersion": "1.0",
  "merchantEmailAlert": "paulsimon@mysupercompany.com"
}

Response

Subscription creation accepted