Skip to main content

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 FieldSOAP FieldNotes
cartIdidTemporaryOrderCart holding the seat
seatIdidSeatSeat article to reprice
rateIdidRateRate to apply
rateModified(bresult)true when the seat was repriced

Request

Responses

OK