expireTime property

String? expireTime
getter/setter pair

Note that this field is applied in the following ways: * If the Product is already expired when it is uploaded, this product is not indexed for search.

  • If the Product is not expired when it is uploaded, only the Type.PRIMARY's and Type.COLLECTION's expireTime is respected, and Type.VARIANT's expireTime is not used. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness. expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown. Corresponding properties: Google Merchant Center property expiration_date.

Implementation

core.String? expireTime;