UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

5 lines (4 loc) 161 B
import { ShipMethodSelection } from './ShipMethodSelection'; export interface OrderShipMethodSelection { ShipMethodSelections?: ShipMethodSelection[]; }