IProductExtensionsByCountry.CheckInventoryAsync(InventoryCheckRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.