Home > @vsf-enterprise/commercetools-api > InventorySearchParams
# InventorySearchParams type
Warning: This API is now obsolete.
Use
GetInventoryParams
interface instead
Signature:
export declare type InventorySearchParams = {
productId: string;
limit?: number;
offset?: number;
};