UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

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