IProductExtensionsByCountry Interface
Implements
public interface IProductExtensionsByCountry extends IPartnerComponentString
Holds extension operations for products by country.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
java.util.List<Inventory |
checkInventory(InventoryCheckRequest checkRequest)
Retrieves inventory validation results for the provided country. |
Method Details
checkInventory
public abstract List
Retrieves inventory validation results for the provided country.
Parameters:
checkRequest
- The request for the inventory check.
Returns:
The inventory check results.