content
v2.1
|
The "localinventory" collection of methods. More...
Classes | |
class | CustombatchRequest |
Updates local inventory for multiple products or stores in a single request. More... | |
class | InsertRequest |
Update the local inventory of a product in your Merchant Center account. More... | |
Public Member Functions | |
LocalinventoryResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual CustombatchRequest | Custombatch (Google.Apis.ShoppingContent.v2_1.Data.LocalinventoryCustomBatchRequest body) |
Updates local inventory for multiple products or stores in a single request. More... | |
virtual InsertRequest | Insert (Google.Apis.ShoppingContent.v2_1.Data.LocalInventory body, ulong merchantId, string productId) |
Update the local inventory of a product in your Merchant Center account. More... | |
The "localinventory" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Updates local inventory for multiple products or stores in a single request.
body | The body of the request. |
|
inlinevirtual |
Update the local inventory of a product in your Merchant Center account.
body | The body of the request. |
merchantId | The ID of the account that contains the product. This account cannot be a multi-client account. |
productId | The REST ID of the product for which to update local inventory. |