Search found 1 match

by Tantacula
16 Dec 2022, 12:01
Forum: Laravel package
Topic: Get product details with basket
Replies: 1
Views: 492

Get product details with basket

Is it possible to get additional product information (product,attribute,media) from get request to jsonapi/basket and from post request for adding product to basket? I tried to use "include=product" param but with no luck. I inspected templates/client/jsonapi/basket/standard.php file and f...