UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

7 lines (6 loc) 156 B
import { Auth } from '..'; export type GetFulfillmentsRequest = { transaction_id: string; auth: Auth; fulfillment_provider_order_id: string; };