Marketplaces - Orders - Subscriptions - Subscriptions
Get the subscription list
get/v2/user/marketplaces/orders/subscriptions/
Response
The subscription list
Example response
[
{
"status": "active",
"targetUrl": "http://www.mydomain.com",
"name": "MySubscriptionName",
"merchantApplicationName": "MyApp",
"merchantApplicationVersion": "1.0",
"merchantEmailAlert": "paulsimon@mysupercompany.com",
"lastErrorMessage": {
"errors": [
{
"docUrl": "https://api-docs.imn.io/#operation/EnableChannelCatalog",
"message": "There is already an importation in progress: b24d0dd8-a561-478a-9b26-34f573f03527\n",
"cultureName": "en"
}
]
},
"consumerLastRequestSentUri": "http://www.mydomain.com",
"links": {
"reporting": {
"label": "The translated label",
"docUrl": "https://api-docs.imn.io/#operation/EnableChannelCatalog",
"description": "This is a description link",
"href": "/merchant/orders/v1/{marketplaceCode}/{IMNOrderId}",
"operationId": "GetOrder",
"method": "GET"
},
"activate": {
"label": "The translated label",
"docUrl": "https://api-docs.imn.io/#operation/EnableChannelCatalog",
"description": "This is a description link",
"href": "/merchant/orders/v1/{marketplaceCode}/{IMNOrderId}",
"operationId": "GetOrder",
"method": "GET"
},
"deactivate": {
"label": "The translated label",
"docUrl": "https://api-docs.imn.io/#operation/EnableChannelCatalog",
"description": "This is a description link",
"href": "/merchant/orders/v1/{marketplaceCode}/{IMNOrderId}",
"operationId": "GetOrder",
"method": "GET"
},
"retry": {
"label": "The translated label",
"docUrl": "https://api-docs.imn.io/#operation/EnableChannelCatalog",
"description": "This is a description link",
"href": "/merchant/orders/v1/{marketplaceCode}/{IMNOrderId}",
"operationId": "GetOrder",
"method": "GET"
},
"delete": {
"label": "The translated label",
"docUrl": "https://api-docs.imn.io/#operation/EnableChannelCatalog",
"description": "This is a description link",
"href": "/merchant/orders/v1/{marketplaceCode}/{IMNOrderId}",
"operationId": "GetOrder",
"method": "GET"
}
}
}
]