v1

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

Activate a subscription to the orders

At this moment, BeezUP will ensure that your callback url is respecting this specification:

After that we will send you the orders related to your subscription, respecting this specification:

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

Path parameters

idstring SubscriptionId required

Request body

recoverBeginPeriodOrderLastModificationUtcDatestring date-time

If set, the date must be in the past the subscription will recover existing orders using the begin period order last modification date. If not set then you will receive new/updated orders in real-time.

recoverEndPeriodOrderLastModificationUtcDatestring date-time

If end period set, first the date must be in the past, the subscription will recover existing orders using the begin and the end period order last modification date. If end period is not set and the begin period is set, then you will recover existing orders from the past using the begin period last modification date and after than you will continue to receive new/updated orders in real-time. If begin/end period are not set then you will receive new/updated orders in real-time. REMARK: The begin period is required if the end period is fulfilled. REMARK: If the end period is order last modification date is indicated then once we have push all orders to your target url the subscription will be desactivated.

Response

Subscription activation accepted