import { CatalogInventoryDataStockItemInterface } from './catalogInventoryDataStockItemInterface'; export interface CatalogInventoryStockRegistryV1UpdateStockItemBySkuPutBody { stockItem: CatalogInventoryDataStockItemInterface; }