UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

19 lines (17 loc) 517 B
import { AuthenticationType, FulfillmentProviderAppMetadata } from "@shipengine/connect-fulfillment-provider-api"; import { fulfillmentProvider } from "./fulfillment-provider"; export const Metadata: FulfillmentProviderAppMetadata = { // DO NOT CHANGE THIS ID AFTER PUBLISHING Id: '<%- _appId %>', Name: "<%- _appName %>", AuthProcess: { Identifier: { AuthenticationType: AuthenticationType.Basic, IsSandbox: false } }, FulfillmentProviders: [fulfillmentProvider], };