Search found 15 matches

by frimi
17 Nov 2020, 11:04
Forum: Help
Topic: how do I connect product to catalog (category) items
Replies: 10
Views: 5466

how do I connect product to catalog (category) items

I'm tring to create products via the product manager. Everything works fine. => mgr->create() => fill the values with the setter methods => addListItem for a catalog node => mgr->save() The product will be stored as espected, and the category reference is also inserted (list items with domain catalo...
by frimi
26 Oct 2020, 13:41
Forum: TYPO3 extension
Topic: how can i find the jsonadmin endpoint in typo3
Replies: 8
Views: 5606

Re: how can i find the jsonadmin endpoint in typo3

Oh cool, many thanks! Knowing to read is a underestimated skill.... ;)
Now it works and I can get the desired Item. I can now continue to explore the capabilities of the different manager objects to manage the Products and their attributes.
Kind regards, Michael
by frimi
19 Oct 2020, 13:11
Forum: TYPO3 extension
Topic: how can i find the jsonadmin endpoint in typo3
Replies: 8
Views: 5606

Re: how can i find the jsonadmin endpoint in typo3

I'm trying to use the way described in https://aimeos.org/docs/2020.x/typo3/extend/ but it won't work as espected :( My Code (in an Controller Action of my plugin): $localConfigArray = array(); $config = \Aimeos\Aimeos\Base::getConfig( $localConfigArray ); $context = \Aimeos\Aimeos\Base::getContext(...
by frimi
07 Oct 2020, 15:33
Forum: TYPO3 extension
Topic: how can i find the jsonadmin endpoint in typo3
Replies: 8
Views: 5606

Re: how can i find the jsonadmin endpoint in typo3

Many thanks für this Hint! I'll make a test how it match my needs. To implement my requirements, a BE module will also work, if this is nescessary to access the JSON admin API. If I take this way, how can I find the API endpoint in the Typo3 Backend?
by frimi
02 Oct 2020, 15:36
Forum: TYPO3 extension
Topic: how can i find the jsonadmin endpoint in typo3
Replies: 8
Views: 5606

how can i find the jsonadmin endpoint in typo3

Hi. I'm writing a typo3 extension (fe plugin) and need access to the jsonadmin REST API to add/update/delete products. It seems to be a good idea to use the admin jsonapi to do that rather then accessing the database directly. I studied the following guide https://aimeos.org/docs/Developers/Admin/JS...