UNPKG

channelape-sdk

Version:
10 lines (9 loc) 276 B
import { InventoryStatus } from '../../enum/InventoryStatus'; export default interface AdjustmentBySku { quantity: number; inventoryStatus: InventoryStatus; deduplicationKey: string; locationId: string; memo?: string; aggregateChannelSync?: boolean; }