Add public user-products storefront API and website docs.

Expose published customer listings under /tenants/:host/user-products (list, search, details, technical-info) and document them in the website API pack.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-10 00:19:13 +03:30
co-authored by Cursor
parent 158523df7b
commit 953b87b616
32 changed files with 3326 additions and 138 deletions
@@ -78,6 +78,7 @@ export class BusinessSettingsService {
),
defaultLocale:
dto.branding.defaultLocale ?? current.branding.defaultLocale,
themeMode: dto.branding.themeMode ?? current.branding.themeMode,
};
}