UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

10 lines (9 loc) 258 B
import { SearchIngestionContent } from './SearchIngestionContent'; export interface SearchIngestion { Domain?: string; Source?: string; Endpoint?: string; Entity?: string; ApiKey?: string; Content?: SearchIngestionContent; }