UNPKG

@shipengine/connect-order-source-api

Version:

This is the typescript/javascript definitions for the order source api

5 lines (4 loc) 312 B
import { RequestBase } from './request-base'; /** @description This request is sent after a user authenticates with the third party, this allows you the chance to fetch additional properties and append them onto the connection_context. */ export declare class GetConnectionContextRequest extends RequestBase { }