Interface IProductExtensionsByCountry
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
ProductExtensionsByCountryOperations
public interface IProductExtensionsByCountry extends IPartnerComponentString
Holds extension operations for products by country.
-
Method Summary
Modifier and Type Method Description List<InventoryItem>checkInventory(InventoryCheckRequest checkRequest)Retrieves inventory validation results for the provided country.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
checkInventory
Retrieves inventory validation results for the provided country.- Parameters:
checkRequest- The request for the inventory check.- Returns:
- The inventory check results.
-