feat(events): add storefront event API client

This commit is contained in:
2026-09-18 14:33:42 -03:00
parent 018b1d8ec7
commit 657ef1d89f
4 changed files with 39 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ describe('isStoreCatalogRequest', () => {
});
it.each([
['POST', 'http://localhost:8000/api/tenants/demo/catalog-items'],
['GET', 'http://localhost:8000/api/tenants/demo/productos'],
['GET', 'http://localhost:8000/api/tenants/demo/categories/7'],
['GET', 'http://localhost:8000/api/tenants/demo/catalog-items/42/variant-options'],