Search found 7 matches
- 24 Apr 2022, 13:13
- Forum: Help
- Topic: JSONAPI search for subcategories
- Replies: 2
- Views: 640
Re: JSONAPI search for subcategories
thx alot
- 22 Apr 2022, 13:45
- Forum: Help
- Topic: JSONAPI search for subcategories
- Replies: 2
- Views: 640
JSONAPI search for subcategories
Hello, If i search with "&ai[filter][f_catid]=1" the results for the subcategories are missing. Is there a way to get subcategories as well? Categorie 1 (Chairs) - Subcategorie 2 (Wooden Chairs) - Subcategorie 2 (Steel Chairs) i tried this but i get a endless loop: "/shop/json-api...
- 22 Apr 2022, 09:48
- Forum: Help
- Topic: JSON Api to get variants
- Replies: 4
- Views: 1496
Re: JSON Api to get variants
oh thx found it!
- 19 Apr 2022, 11:50
- Forum: Help
- Topic: JSON Api to get variants
- Replies: 4
- Views: 1496
Re: JSON Api to get variants
I now get the variants included. However, without the respective price. Can I get the price directly or do I have to send extra Ajax requests?
- 19 Apr 2022, 07:13
- Forum: TYPO3 extension
- Topic: Search by label does not work JSON API
- Replies: 1
- Views: 1754
Search by label does not work JSON API
If i search for Fichte it shows: https://i.ibb.co/4M3VjxT/1.png But if i search for KVH i got no results. URL = '/shop/json-api?ai[action]=options&ai[controller]=Jsonapi&ai[resource]=product&ai[include]=product/property,attribute,media,price,text,catalog,supplier,stock&ai[page][offse...
- 23 Feb 2022, 10:06
- Forum: Help
- Topic: Jsonapi Typo3 Endpoint/ Search Products
- Replies: 3
- Views: 860
Re: Jsonapi Typo3 Endpoint/ Search Products
Thank you very much for the quick reply, that helped a lot. The URL we got back via OPTIONS works fine. However, as soon as a filter is added, we get a "404 Page not found" error. We have tried a few different filters, but always get a 404 error. Url without Filter: /shop/json-api?ai[actio...
- 15 Feb 2022, 14:18
- Forum: Help
- Topic: Jsonapi Typo3 Endpoint/ Search Products
- Replies: 3
- Views: 860
Jsonapi Typo3 Endpoint/ Search Products
Hello, we use an Aimeos store in Typo3. We would like to add a search function to the website. How is this possible? We wanted to search for products via jsonapi, however we can not find the correct endpoint/ url path. "/jsonapi" returns 404 not found. What is the correct address for Typo ...