Alokai

InventorySearchParams

type InventorySearchParams = {
  limit?: number;
  offset?: number;
  productId: string;
};