Reference documentation and code samples for the Google Shopping Merchant Promotions V1beta Client class State.
The current state of the promotion.
Protobuf type google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State
Namespace
Google \ Shopping \ Merchant \ Promotions \ V1beta \ PromotionStatus \ DestinationStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unknown promotion state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
IN_REVIEW
Value: 1
The promotion is under review.
Generated from protobuf enum IN_REVIEW = 1;
REJECTED
Value: 2
The promotion is disapproved.
Generated from protobuf enum REJECTED = 2;
LIVE
Value: 3
The promotion is approved and active.
Generated from protobuf enum LIVE = 3;
STOPPED
Value: 4
The promotion is stopped by merchant.
Generated from protobuf enum STOPPED = 4;
EXPIRED
Value: 5
The promotion is no longer active.
Generated from protobuf enum EXPIRED = 5;
PENDING
Value: 6
The promotion is not stopped, and all reviews are approved, but the active date is in the future.
Generated from protobuf enum PENDING = 6;