Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class State.
The state of the inventory verification process.
Protobuf type google.shopping.merchant.accounts.v1beta.InventoryVerification.State
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ InventoryVerificationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTION_REQUIRED
Value: 1
When the merchant needs to initiate the inventory verification process. The next state is INACTIVE.
Generated from protobuf enum ACTION_REQUIRED = 1;
INACTIVE
Value: 5
When the merchant is ready to request inventory verification.
Generated from protobuf enum INACTIVE = 5;
RUNNING
Value: 2
The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3
The inventory verification process succeeded.
Generated from protobuf enum SUCCEEDED = 3;
SUSPENDED
Value: 4
When merchant fails the inventory verification process and all attempts are exhausted.
Generated from protobuf enum SUSPENDED = 4;