UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

6 lines (5 loc) 263 B
import { Order } from './Order'; export interface OrderSplitResult<TFromUserXp = any, TBillingAddressXp = any, TOutgoingOrdersXp = any> { OutgoingOrders?: Order<TOutgoingOrdersXp, TFromUserXp, TBillingAddressXp>[]; RemainingLineItemIDs?: string[]; }