import type * as Merge from "../../../index"; /** * The ID of the sales order that the item fulfillment originated from. */ export type ItemFulfillmentRequestRequestSalesOrder = string | Merge.accounting.SalesOrder;