How to fetch catalog media and text.
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to fetch catalog media and text.
Hi Aimeos,
I'm trying to fetch catalog media and text, but the include array in the response appears to be empty.
Is my query correct, or am I missing something? Here's the query I’m using:
http://localhost:8000/jsonapi/catalog?id=2&include=media,text
My goal is to include both media and text while fetching details for a specific catalog. One note: both media and text are set to the Estonian language. Do I need to add a query parameter for the language ID?
I'm trying to fetch catalog media and text, but the include array in the response appears to be empty.
Is my query correct, or am I missing something? Here's the query I’m using:
http://localhost:8000/jsonapi/catalog?id=2&include=media,text
My goal is to include both media and text while fetching details for a specific catalog. One note: both media and text are set to the Estonian language. Do I need to add a query parameter for the language ID?
Re: How to fetch catalog media and text.
Guess, you are using Laravel. If you need texts in a specific language, add "&locale=<two letter ISO language code>" to the URL, in your case it should be "&locale=et".
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
