Class InsertLocalInventoryRequest
Request message for the InsertLocalInventory
method.
Implements
Namespace: Google.Shopping.Merchant.Inventories.V1Beta
Assembly: Google.Shopping.Merchant.Inventories.V1Beta.dll
Syntax
public sealed class InsertLocalInventoryRequest : IMessage<InsertLocalInventoryRequest>, IEquatable<InsertLocalInventoryRequest>, IDeepCloneable<InsertLocalInventoryRequest>, IBufferMessage, IMessage
Constructors
InsertLocalInventoryRequest()
Declaration
public InsertLocalInventoryRequest()
InsertLocalInventoryRequest(InsertLocalInventoryRequest)
Declaration
public InsertLocalInventoryRequest(InsertLocalInventoryRequest other)
Parameters
Type | Name | Description |
---|---|---|
InsertLocalInventoryRequest | other |
Properties
LocalInventory
Required. Local inventory information of the product. If the product
already has a LocalInventory
resource for the same storeCode
, full
replacement of the LocalInventory
resource is performed.
Declaration
public LocalInventory LocalInventory { get; set; }
Property Value
Type | Description |
---|---|
LocalInventory |
Parent
Required. The account and product where this inventory will be inserted.
Format: accounts/{account}/products/{product}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsProductName
ProductName-typed view over the Parent resource name property.
Declaration
public ProductName ParentAsProductName { get; set; }
Property Value
Type | Description |
---|---|
ProductName |