Try our conversational search powered by Generative AI!

Product with 'IsActive' flag set to true not published when imported

Found in

EPiServer.Commerce 9.19.1

Fixed in

EPiServer.Commerce 9.21.0

(Or a related package)

Created

Jul 25, 2016

Updated

Aug 19, 2016

Area

Core

State

Closed, Fixed and tested


Description

Description:
If you import a product for the first time and the "IsActive" flag is set to false, then import it a second time with the flag set to true, the product does not get published.

Steps to reproduce:

  1. Import a file whose "IsActive" flag is set to false, either via ServiceApi or CommerceManager.
  2. Change the file's "IsActive" flag to true.
  3. Import the file.

Expected:
Step 3 should update the product and set it to published.

Actual:
The "IsActive" flag in Commerce Manager changed, but the published status in the Catalog view is still "Unpublished".