extendReservation
Extend existing reservations for products, if possible. Reservation items will remain the same, only the reservation duration will be extended.
If the reservation has already expired, it cannot be extended and will return success: false.
extendReservation(
resourceId: String!
): ExtendReservationResult
Arguments
resourceId ● String!
Type
ExtendReservationResult
Represents the result of extending a reservation