
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@shipengine/connect-order-source-runtime
Advanced tools
This is the app host for a order source Connect app. It provides an HTTP interface implementing the OrderSourceAPI spec and does mapping to Connect and back
:no_entry_sign: This package is deprecated. Only legacy (v1) connect apps use this package, v2 does not need it. :no_entry_sign:
This is an HTTP runtime host for the ShipEngine Integration Platform's Order App.
In default mode this runtime exposes the eCommerce API 1.0 HTTP
specification and serves as a mapping layer between
that specification, and the function calls that an Order App implements. ShipStation ultimately makes calls to this API
with the ModuleClient,
but are first routed through a Gateway using the HTTP header api-code as the discriminator.
The ShipEngine Integration Platform Loader
loads the Order App from a directory specified by the environment variable DX_APP_PATH.
The runtime can run Order Apps of two types:
config.runtime_proxy: true in the App package.jsonProxyApp interface. See
ecom-proxy for an exampleThis runtime is invisible to a user of the ShipEngine Integration Platform ecosystem, as it is deployed
by an app:publish triggering a build and deployment within the
Function Manager.
To run this project locally you must set the DX_APP_PATH env variable to the root directory of your App. You can use
.env.local, a .gitignore file.
An example order export of the eCommerce 1.0 specification
curl -X POST 'http://localhost:3006/export_sales_orders' \
-H 'Content-Type: application/json' \
-d '{
"transaction_id": "754e4fc9-a7cd-4718-b029-9876c89267c2",
"auth": {
"base_url": "http://mock-custom-store-stage.kubedev.sslocal.com/"
},
"from_date_time": "2020-01-27T17:00:00.000Z",
"to_date_time": "2020-01-27T18:00:00.000Z"
}'
This project is based on the Shipping App Runtime found here.
FAQs
This is the app host for a order source Connect app. It provides an HTTP interface implementing the OrderSourceAPI spec and does mapping to Connect and back
The npm package @shipengine/connect-order-source-runtime receives a total of 51 weekly downloads. As such, @shipengine/connect-order-source-runtime popularity was classified as not popular.
We found that @shipengine/connect-order-source-runtime demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 42 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.