import type * as Merge from "../../../index"; export interface ItemFulfillmentBatchItemRequest { /** The third-party item ID for this model in the bulk create request */ itemId: string; payload: Merge.accounting.ItemFulfillmentRequestRequest; }