status property

String? status
getter/setter pair

The status of the product, e.g. whether it's active. Possible string values are:

  • "statusUnspecified" : Unspecified status.
  • "active" : The product is published and active in the store.
  • "inactive" : The product is not published and therefore inactive in the store.

Implementation

core.String? status;