Namespace Google.Apis.Merchant.inventories_v1beta.Data
Classes
CustomAttribute
A message that represents custom attributes. Exactly one of value
or group_values
must not be empty.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Interval
Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.
ListLocalInventoriesResponse
Response message for the ListLocalInventories
method.
ListRegionalInventoriesResponse
Response message for the ListRegionalInventories
method.
LocalInventory
Local inventory information for the product. Represents in-store information for a specific product at the store
specified by storeCode
. For a list of all accepted attribute values, see the local product inventory data
specification.
Price
The price represented as a number and currency.
ProductChange
The change that happened to the product including old value, new value, country code as the region code and reporting context.
ProductStatusChangeMessage
The message that the merchant will receive to notify about product status change event
RegionalInventory
Regional inventory information for the product. Represents specific information like price and availability for
a given product in a specific region
. For a list of all accepted attribute values, see the regional product
inventory data specification.