Method: accounts.omnichannelSettings.requestInventoryVerification

Requests inventory verification for a given merchant in a given country.

HTTP request

POST https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/omnichannelSettings/*}:requestInventoryVerification

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the omnichannel setting to request inventory verification. Format: accounts/{account}/omnichannelSettings/{omnichannelSetting}

Request body

The request body must be empty.

Response body

Response message for the omnichannelSettings.requestInventoryVerification method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "omnichannelSetting": {
    object (OmnichannelSetting)
  }
}
Fields
omnichannelSetting

object (OmnichannelSetting)

The omnichannel setting that was updated.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.