UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 155 B
import { Auth } from '..'; export type GetInventoryRequest = { transaction_id: string; auth: Auth; skus?: string[]; next_request?: any; };