Class: Google::Shopping::Merchant::Accounts::V1beta::InventoryVerification

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb

Overview

Collection of information related to inventory verification.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#contact::String

Returns Required. The name of the contact for the inventory verification process.

Returns:

  • (::String)

    Required. The name of the contact for the inventory verification process.



197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 197

class InventoryVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The state of the [inventory
  # verification](https://support.google.com/merchants/answer/14684499?hl=en&ref_topic=15145634&sjid=6892280366904591178-NC)
  # process.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # When the merchant needs to initiate the inventory
    # verification process. The next state is INACTIVE.
    ACTION_REQUIRED = 1

    # When the merchant is ready to request inventory verification.
    INACTIVE = 5

    # The inventory verification process is running. If the merchant is
    # rejected, the next state is INACTIVE.
    RUNNING = 2

    # The inventory verification process succeeded.
    SUCCEEDED = 3

    # When merchant fails the inventory verification process and all attempts
    # are exhausted.
    SUSPENDED = 4
  end
end

#contact_email::String

Returns Required. The email address of the contact for the inventory verification process.

Returns:

  • (::String)

    Required. The email address of the contact for the inventory verification process.



197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 197

class InventoryVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The state of the [inventory
  # verification](https://support.google.com/merchants/answer/14684499?hl=en&ref_topic=15145634&sjid=6892280366904591178-NC)
  # process.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # When the merchant needs to initiate the inventory
    # verification process. The next state is INACTIVE.
    ACTION_REQUIRED = 1

    # When the merchant is ready to request inventory verification.
    INACTIVE = 5

    # The inventory verification process is running. If the merchant is
    # rejected, the next state is INACTIVE.
    RUNNING = 2

    # The inventory verification process succeeded.
    SUCCEEDED = 3

    # When merchant fails the inventory verification process and all attempts
    # are exhausted.
    SUSPENDED = 4
  end
end

#contact_state::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State (readonly)

Returns Output only. The state of the contact verification.

Returns:



197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 197

class InventoryVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The state of the [inventory
  # verification](https://support.google.com/merchants/answer/14684499?hl=en&ref_topic=15145634&sjid=6892280366904591178-NC)
  # process.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # When the merchant needs to initiate the inventory
    # verification process. The next state is INACTIVE.
    ACTION_REQUIRED = 1

    # When the merchant is ready to request inventory verification.
    INACTIVE = 5

    # The inventory verification process is running. If the merchant is
    # rejected, the next state is INACTIVE.
    RUNNING = 2

    # The inventory verification process succeeded.
    SUCCEEDED = 3

    # When merchant fails the inventory verification process and all attempts
    # are exhausted.
    SUSPENDED = 4
  end
end

#state::Google::Shopping::Merchant::Accounts::V1beta::InventoryVerification::State (readonly)

Returns Output only. The state of the inventory verification process.

Returns:



197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 197

class InventoryVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The state of the [inventory
  # verification](https://support.google.com/merchants/answer/14684499?hl=en&ref_topic=15145634&sjid=6892280366904591178-NC)
  # process.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # When the merchant needs to initiate the inventory
    # verification process. The next state is INACTIVE.
    ACTION_REQUIRED = 1

    # When the merchant is ready to request inventory verification.
    INACTIVE = 5

    # The inventory verification process is running. If the merchant is
    # rejected, the next state is INACTIVE.
    RUNNING = 2

    # The inventory verification process succeeded.
    SUCCEEDED = 3

    # When merchant fails the inventory verification process and all attempts
    # are exhausted.
    SUSPENDED = 4
  end
end