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