Search found 5 matches

by FrontEnd07
29 May 2023, 09:22
Forum: Help
Topic: Get sku parameters on product
Replies: 9
Views: 3932

Re: Get sku parameters on product

I checked two sites based on `api aimeos` `azexport.az` and `droppe.com` they have the same concept of building requests to api, that is, requests come in batches, this naturally slows down, if it is possible to get answers with one request, then how?
by FrontEnd07
28 May 2023, 19:26
Forum: Help
Topic: Get sku parameters on product
Replies: 9
Views: 3932

Re: Get sku parameters on product

I checked the site droppe.com based on aimeos api this site is so slow and slow, it is delayed from replies
by FrontEnd07
28 May 2023, 19:17
Forum: Help
Topic: Get sku parameters on product
Replies: 9
Views: 3932

Re: Get sku parameters on product

So, with one request, there is no way to get everything related to products? That is, you need to collect data through various kinds of queries? Don't you think that this complicates and leads to a big server costs?
by FrontEnd07
25 May 2023, 08:57
Forum: Help
Topic: Get sku parameters on product
Replies: 9
Views: 3932

Re: Get sku parameters on product

The JSON:API response ( https://jsonapi.org ) contains the found products including the related items in "included" referenced via "relationships" in the products. Thus, variant articles are also referenced via relationships (product.lists.type: "default") from the &qu...
by FrontEnd07
24 May 2023, 11:35
Forum: Help
Topic: Get sku parameters on product
Replies: 9
Views: 3932

Get sku parameters on product

How can I get sku parameters https://sun9-37.userapi.com/impg/gvJ9oX1Wbi-q3XeygZihefUeUSbt129y4LjGZQ/_smz83pUw7s.jpg?size=1348x606&quality=95&sign=8729c2de5374fe58fba1eaff978ddb81&type=album via api send a request to the address: http://localhost/jsonapi/product?include=attribute,media,p...