Admin app
Merchants install and manage the app through Shopify's embedded admin instead of a disconnected static frontend.
Shopify React Router App
This app now follows Shopify's official React Router scaffold so the embedded admin, auth flow, webhooks, theme extension, and storefront proxy all live in one proper app.
Merchants install and manage the app through Shopify's embedded admin instead of a disconnected static frontend.
The storefront block stays in the theme extension and posts through a signed Shopify app proxy path.
The backend creates draft orders with the selected net terms metadata and keeps Admin API access on the server.