Search found 28 matches

by Kevin1596
14 Oct 2020, 07:57
Forum: Laravel package
Topic: JSONADM API - New Product - Not Rebuild Index
Replies: 11
Views: 3355

Re: JSONADM API - New Product - Not Rebuild Index

In which cases the index is rebuild?

Will it rebuild the index everytime i modify the Index through JSON ADM Api ?

If yes will that affect the performance of system?
by Kevin1596
14 Oct 2020, 07:38
Forum: Laravel package
Topic: JSONADM API - New Product - Not Rebuild Index
Replies: 11
Views: 3355

Re: JSONADM API - New Product - Not Rebuild Index

Could you please shortly explain the Logic of Index in the Aimeos system? As i understand now, it is used to get the list of products which are available for customer without login. And it is used for Aimeos system to operating for searching and filtering. Is there any notices when modify If I manua...
by Kevin1596
14 Oct 2020, 07:22
Forum: Laravel package
Topic: JSONADM API - New Product - Not Rebuild Index
Replies: 11
Views: 3355

Re: JSONADM API - New Product - Not Rebuild Index

AsI saw on the Aimeos Version 10.2020 laravel has a new JSON Adm API endpoint Index, which I did not find any related documentations yet, Could you help me brieftly explain, what Index is used for? And is it okay for me to solve the delete method above by Manually delete both the catalog.list and In...
by Kevin1596
14 Oct 2020, 06:20
Forum: Laravel package
Topic: JSONADM API - New Product - Not Rebuild Index
Replies: 11
Views: 3355

Re: JSONADM API - New Product - Not Rebuild Index

Thank you for your replying,

How about the Delele method?
As I want to delete the relationship between catalog and product?

If I just delete the catalog.list endpoint is there any potentital problems or there is any way to safely make it
by Kevin1596
13 Oct 2020, 06:32
Forum: Laravel package
Topic: JSONADM API - New Product - Not Rebuild Index
Replies: 11
Views: 3355

JSONADM API - New Product - Not Rebuild Index

Hi there, I am currently using AIMEOS Laravel version 7.2020, and JSONADM API I am trying to figure out how to manage the products and catalog relationship using JSON API via catalog.lists table Here are the steps to reproduce: - Create new product - Get the Id of new product to create a catalog.lis...
by Kevin1596
17 Aug 2020, 08:17
Forum: Laravel package
Topic: JSON API for Creating Coupon with Configs and Decorators
Replies: 4
Views: 1450

Re: JSON API for Creating Coupon with Configs and Decorators

As I upgraded to the 07.2020 version, the issues resolved!

Have a good day, thank you so much for your support!
by Kevin1596
17 Aug 2020, 07:33
Forum: Laravel package
Topic: JSON API for Creating Coupon with Configs and Decorators
Replies: 4
Views: 1450

Re: JSON API for Creating Coupon with Configs and Decorators

thank you for your reply This is my environment code "php": "^7.2.5", "aimeos/aimeos-laravel": "~2020.04", "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^1.0", "guzzlehttp/guzzle": "^6.3", &qu...
by Kevin1596
16 Aug 2020, 10:41
Forum: Laravel package
Topic: JSON API for Creating Coupon with Configs and Decorators
Replies: 4
Views: 1450

JSON API for Creating Coupon with Configs and Decorators

Hi, I am trying to create a coupon with configs and decorators by using JSON API Admin, this is the request data which I call the API inside the coupon.config I use the object with decorators key and value Screen Shot 2020-08-16 at 5.34.06 PM.png and this is the response I received. As I understand ...