v1

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

Get the push reporting related to this subscription

get/v2/user/marketplaces/orders/subscriptions/{id}/reporting

Path parameters

idstring SubscriptionId required

Query parameters

pageNumberinteger
pageSizeinteger

Response

Subscription push reporting info

subscriptionIdstring guid required

The identifier of the subscription to the orders for a merchant

eventIdstring MessageId required

The message identifier. It's a guid.

succeedboolean required

Indicates if the push operation has succeed

lastOrderModificationUtcDatestring date-time required

This modification date correspond to the last order pushed by your subscription consumer

retryCountinteger

The retry count. When we the retry count will reach maximum retry count, the subscription will be deactivated.

maxRetryCountinteger

The maximum BeezUP will retry to push orders. When we the retry count will reach maximum retry count, the subscription will be deactivated.

nextScheduledRetryUtcDatestring date-time

The next scheduled date we retry to send orders

requestUristring

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

responseUristring

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

orderCountinteger required

The order count sent

durationstring TimeSpan required

The duration of the push operation

httpStatusinteger

The HTTP status received from the consumer

Example response

[
  {
    "eventId": "b0d3faea-f881-439f-ba92-02b1168511ea",
    "errorMessage": {
      "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"
        }
      ]
    },
    "requestUri": "http://www.mydomain.com",
    "responseUri": "http://www.mydomain.com"
  }
]