IProductExtensionsByCountry.CheckInventory(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.
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.