次の方法で共有


IProductExtensionsByCountry.CheckInventory(InventoryCheckRequest) Method

Definition

Retrieves inventory validation results for the provided country.

public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Products.InventoryItem> CheckInventory (Microsoft.Store.PartnerCenter.Models.Products.InventoryCheckRequest checkRequest);
abstract member CheckInventory : Microsoft.Store.PartnerCenter.Models.Products.InventoryCheckRequest -> seq<Microsoft.Store.PartnerCenter.Models.Products.InventoryItem>
Public Function CheckInventory (checkRequest As InventoryCheckRequest) As IEnumerable(Of InventoryItem)

Parameters

checkRequest
InventoryCheckRequest

The request for the inventory check.

Returns

The inventory check results.

Applies to