reconcileCartReservations
This mutation will reconcile all possible product reservations in a specific cart. Requirement: cartId: The cart id to reconcile reservations for.
If the reservation license (19) is not active, an error will be returned.
reconcileCartReservations(
cartID: String!
): ReconcileReservationResult!
Arguments
cartID ● String!
Type
ReconcileReservationResult
Represents the result of reconciling a reservationg