From 11b7ae73560af4c81b1aa4d2691a0879be77f8c0 Mon Sep 17 00:00:00 2001 From: Thibault Coudray Date: Thu, 11 Jul 2024 10:02:11 +0200 Subject: [PATCH] (PC-30748)[API] feat: add info box about `bookingLimitDatetime in migration tutorial` --- api/documentation/docs/tutorials/migrate-to-the-new-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/documentation/docs/tutorials/migrate-to-the-new-api.md b/api/documentation/docs/tutorials/migrate-to-the-new-api.md index 96eadeb712b..e8b81357074 100644 --- a/api/documentation/docs/tutorials/migrate-to-the-new-api.md +++ b/api/documentation/docs/tutorials/migrate-to-the-new-api.md @@ -75,3 +75,7 @@ Finally, to update the payload you are sending us: ] } ``` + +:::info +The new endpoint offers you the possibility to indicate a `bookingLimitDatetime` in the stock parameters. The `bookingLimitDatetime` is the date after which it is not possible to book the product. +:::