Unpublish item

Description#

Makes the item invisible and unpurchaseble by clients.

Mechanism#

Set Entity propertypublished as false.

Risk level#

High risk. Worst case, the clients will make an order with an unpublished item at the same time it is taken down, this will result in an error which resets the order. Needless to say, it's bad for user experience and is potentially very frustrating for the clients.

Notes#

warning
  • Avoid unpublishing an item while the business is available and the section of the item is published.
info
  • Does nothing if already unpublished.
  • An unpublished item is the safest to modify.