UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 152 B
import { SalesOrderFulfillments } from '..'; export type GetRecentChangesResponse = { changes: SalesOrderFulfillments[]; next_request?: any; };