Shopify React Router App

Net terms draft orders with a real Shopify app backend.

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.

Admin app

Merchants install and manage the app through Shopify's embedded admin instead of a disconnected static frontend.

Theme app extension

The storefront block stays in the theme extension and posts through a signed Shopify app proxy path.

Draft orders

The backend creates draft orders with the selected net terms metadata and keeps Admin API access on the server.