Skip to main content

renewCartReservations

This mutation will renew all possible product reservations in a specific cart. Requirement: cartId: The cart id to renew reservations for.

If the reservation license (19) is not active, an error will be returned.

success: true: indicates that at least one reservation was successfully renewed. false: indicates that the reservations could not be renewed, e.g. if the cart does not exist or if there are no possible reservations to renew.

renewCartReservations(
cartID: String!
): RenewCartReservationsResult!

Arguments

cartID ● String!

Type

RenewCartReservationsResult