Changes the rate applied to a seat flagged in a cart.
PUT/api/v1/cart/seats/rate
SOAP Equivalent: ACP_ModifyRateSeat (→ WSM_ModifyRateSeat).
Reprices the seat article from the price list of the requested rate. When no seat matches the
requested rate/cart, HTTP 200 is returned with rateModified = false (SOAP parity: the legacy
returns bresult == false without an error code).
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| cartId | idTemporaryOrder | Cart holding the seat |
| seatId | idSeat | Seat article to reprice |
| rateId | idRate | Rate to apply |
| rateModified | (bresult) | true when the seat was repriced |
Request
Responses
- 200
- 401
- 422
- 500
OK
Unauthorized
Unprocessable Content
Internal Server Error