Skip to main content
Version: 202607

Create app proxy

POST 

/openapi/2026-07/app-proxies

Creates an app proxy that maps a storefront access path to the developer's application URL.

Request

Bodyrequired

    real_pathstringrequired

    URL path used to access Shoplazza. For example, use "pay" when the target path is "apps/pay"

    proxy_urlstringrequired

    URL of the developer's application that processes requests, for example, "http://www.example.com"

    change_originboolean

    Whether to rewrite the request Host header to the proxy target

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    app_proxy object

    Created app proxy

    idint32

    Unique identifier of the app proxy

    real_pathstring

    URL path configured for accessing the proxy. For example, use "pay" when the target path is "apps/pay"

    proxy_urlstring

    URL of the developer's application that processes proxied requests, for example, "http://www.example.com/app"

    change_originboolean

    Whether to rewrite the request Host header to the proxy target

    created_atstring

    Timestamp when the app proxy was created

    updated_atstring

    Timestamp when the app proxy was last updated