UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

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