Shopify ERP Bridge

This app provides API endpoints for your Shopify storefront via App Proxy.

Shop: N/A

Available Endpoints

Usage in Storefront

fetch('/apps/backend/newsletter/subscribe', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({ email: 'user@example.com' })
})

API Documentation