Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

ServiceAPI: PUT entry price does not update MarketId

Found in

EPiServer.ServiceApi 5.1.1

Fixed in

EPiServer.ServiceApi 5.3.1

(Or a related package)

Created

Sep 20, 2018

Updated

Mar 04, 2019

State

Closed, Fixed and tested


Description

Steps:

  1. POST a new variant.
  2. POST a new price for that variant.
  3. PUT that price with different MarketId (note: CurrencyCode is also updated to match that new MarketId).
  4. GET that price.

Expect:
MarketId was updated correctly

Actual:
MarketId was not updated (and CurrencyCode was updated correctly).

Notes:

  • Getting same issue in case POSTing entry price including existing PriceValueId, as mentioned in COM-7942
  • This issue occurs to Package Price as well.