次の方法で共有


IProductExtensionsByCountry.CheckInventoryAsync(InventoryCheckRequest) Method

Definition

Asynchronously retrieves inventory validation results for the provided country.

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

Parameters

checkRequest
InventoryCheckRequest

The request for the inventory check.

Returns

The inventory check results.

Applies to