Module: Google::Shopping::Merchant::Accounts::V1beta::InventoryVerification::State
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb
Overview
The state of the inventory verification process.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0- ACTION_REQUIRED =
When the merchant needs to initiate the inventory verification process. The next state is INACTIVE.
1- INACTIVE =
When the merchant is ready to request inventory verification.
5- RUNNING =
The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE.
2- SUCCEEDED =
The inventory verification process succeeded.
3- SUSPENDED =
When merchant fails the inventory verification process and all attempts are exhausted.
4