Search found 7892 matches

by aimeos
26 Apr 2024, 12:12
Forum: Laravel package
Topic: GraphQL: Cannot query field "id" on type "searchProducttypeOutput"
Replies: 3
Views: 92

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

Thanks for the hint, the docs has been adapted accordingly!
by aimeos
26 Apr 2024, 12:09
Forum: Help
Topic: Create product with relationship not work correctly (via jsonadm)
Replies: 1
Views: 194

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: 92

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: 1210

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: 723

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: 495

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: 3
Views: 740

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: 2522

Re: Product tags

They are still not used in any way yet.