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
Example request
{
"targetUrl": "http://www.mydomain.com",
"name": "MySubscriptionName",
"merchantApplicationName": "MyApp",
"merchantApplicationVersion": "1.0",
"merchantEmailAlert": "paulsimon@mysupercompany.com"
}Response
Subscription creation accepted