Search found 3 matches

by FrancisThong
18 Jan 2022, 15:46
Forum: Help
Topic: API call to add/update/delete categories for specific product.
Replies: 3
Views: 973

Re: API call to add/update/delete categories for specific product.

Thanks for your advice. Finally managed to get add a product to a category after many tries with the following code. Not sure if I'm doing it correctly but it works. Realize that I will need to use a patch request for it. But how do I remove the product from the category? let url = /admin/default/js...
by FrancisThong
18 Jan 2022, 14:55
Forum: Help
Topic: JsonAdm Api
Replies: 1
Views: 618

JsonAdm Api

Hi, I'm trying to use ajax request to manage my products but encounter some problems and need your expert advice. 1. While trying to get products using JsonAdm Api, I'm able to include price, media, product, text & attribute. But I'm not able to include stock and catalog. If I use Json Api to do...
by FrancisThong
16 Jan 2022, 05:23
Forum: Help
Topic: API call to add/update/delete categories for specific product.
Replies: 3
Views: 973

API call to add/update/delete categories for specific product.

Hi, I'm using AIMEOS 2021.x. I will need advice on how to make ajax call to add, update & delete the categories of a specific product. I already have categories created and tried to do a ajax PATCH request to with the following code. But instead of replacing the existing product category, it is ...