UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

16 lines (14 loc) 471 B
import { AuthenticationType, OrderSourceAppMetadata } from "@shipengine/connect-order-source-api"; import { brandOne } from "./order-source"; export const Metadata: OrderSourceAppMetadata = { // DO NOT CHANGE THIS ID AFTER PUBLISHING Id: "<%- _appId %>", Name: "<%- _appName %>", AuthProcess: { Identifier: { AuthenticationType: AuthenticationType.Basic, IsSandbox: false } }, OrderSources: [brandOne] };