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

Try our conversational search powered by Generative AI!

Service API: Data is duplicated when PUT order

Found in

EPiServer.ServiceApi 4.2.1

Fixed in

EPiServer.ServiceApi 5.3.1

(Or a related package)

Created

Jun 06, 2018

Updated

Mar 04, 2019

Area

Service API

State

Closed, Fixed and tested


Description

Precondition: Prepare an order with Order Address A.

Steps to reproduce:

  1. Run PUT order to update. Order Address becomes B.
  2. Run GET order to view the order's address.

Expected:
Order address is B.

Actual:
Order has 2 addresses: A and B.

Note:

  • Issue also happens with order Notes
  • Issue also happens with Post contact - duplicated address
  • Please also check with PaymentPlan and Carts APIs