UNPKG

channelape-sdk

Version:
7 lines (6 loc) 372 B
import { BatchAdjustmentByInventoryItemId } from './BatchAdjustmentByInventoryItemId'; import { BatchAdjustmentBySku } from './BatchAdjustmentBySku'; import { BatchCreationRequest } from './BatchCreationRequest'; export interface BatchAdjustmentCreationRequest extends BatchCreationRequest { adjustments: (BatchAdjustmentBySku | BatchAdjustmentByInventoryItemId)[]; }