Search found 7940 matches

by aimeos
26 Apr 2024, 12:09
Forum: Help
Topic: Create product with relationship not work correctly (via jsonadm)
Replies: 1
Views: 17644

Re: Create product with relationship not work correctly (via jsonadm)

In APIs following the JSON API standard, you can't assign other records in the relationship section. Instead, they are own resources where you have to do separate POST requests to the */lists resource, e.g. product/lists for assigning categories, prices, texts, etc. Please note, that the JsonAdm API...
by aimeos
26 Apr 2024, 11:20
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 21380

Re: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"

Sorry, the documentation wasn't up to date and the correct query in 2024.x+ is: query { searchProductTypes(filter: "{\"==\": {\"product.type.domain\":\"product\"}}") { items { id code label } total } } The "total" property is optional and you should ...
by aimeos
25 Apr 2024, 07:21
Forum: Laravel package
Topic: Admin Vue Components
Replies: 2
Views: 20879

Re: Admin Vue Components

You have to add all new files to the manifest.jsb2 file of your extensions like explained in the article you've linked. Only the custom.js file is automatically included.
by aimeos
25 Apr 2024, 07:19
Forum: Laravel package
Topic: Unable to query customers filtering for status
Replies: 2
Views: 20053

Re: Unable to query customers filtering for status

"filter(true)" adds the customer.status query automatically
by aimeos
25 Apr 2024, 07:11
Forum: Laravel package
Topic: Fresh Setup
Replies: 2
Views: 19460

Re: Fresh Setup

Which Aimeos version do you use and what is the version of your MySQL server?
by aimeos
24 Apr 2024, 18:19
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 33572

Re: Bulk photo import and automatic product creation

If you need help, ask the Aimeos company to implement that for you:
https://aimeos.com/aimeos-gmbh/contact
by aimeos
24 Apr 2024, 14:11
Forum: Help
Topic: Product tags
Replies: 3
Views: 23270

Re: Product tags

They are still not used in any way yet.
by aimeos
24 Apr 2024, 14:10
Forum: Laravel package
Topic: Product import takes too long
Replies: 10
Views: 44178

Re: Product import takes too long

We've added a new config option for the product XML importer in the master branch which allows replacing products by their "ref" value when using document-oriented storages like ElasticSearch. You can check the commit so see what that means: https://github.com/aimeos/ai-controller-jobs/com...
by aimeos
24 Apr 2024, 07:35
Forum: Help
Topic: Wrong column order in Attribute Types and Attribute Lists Types page
Replies: 1
Views: 17980

Re: Wrong column order in Attribute Types and Attribute Lists Types page

Thanks for mentioning! The column order has been fixed in aimeos/ai-admin-jqadm:2024.04.x-dev and the fix will be part of the next release of the package.