globalState property

String? globalState
getter/setter pair

State of the program.

ENABLED if there are offers for at least one region. Possible string values are:

  • "PROGRAM_STATE_UNSPECIFIED" : State is unknown.
  • "NOT_ENABLED" : Program is not enabled for any country.
  • "NO_OFFERS_UPLOADED" : No products have been uploaded for any region. Upload products to Merchant Center.
  • "ENABLED" : Program is enabled and offers are uploaded for at least one country.

Implementation

core.String? globalState;