UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 150 B
import { Auth, SalesOrder } from '..'; export interface DelegateFulfillmentRequest extends SalesOrder { transaction_id: string; auth: Auth; }