ProductController
class ProductController extends Controller
Class ProductController defines routes for product
Methods
array
JsonResponse
productAttributeValuesImagesAction(ArrayCollection $productAttributeValuesImages)
API route for loading product attribute values images
JsonResponse
productGetBundleProductAction(ArrayCollection $productGetBundleProductFrontendJSON)
API route for loading bundle products
JsonResponse
productListingJsonAction(ArrayCollection $productListingJSON)
API route for loading products with filters
JsonResponse
productGetPricesJsonAction(ArrayCollection $productGetPricesJSON)
API route for loading product prices
Details
at line 45
array
productSlugAction(Product $productSlugGetJSON)
Frontend route for product (product page)
at line 62
JsonResponse
productAttributeValuesImagesAction(ArrayCollection $productAttributeValuesImages)
API route for loading product attribute values images
at line 91
JsonResponse
productGetBundleProductAction(ArrayCollection $productGetBundleProductFrontendJSON)
API route for loading bundle products
at line 116
JsonResponse
productListingJsonAction(ArrayCollection $productListingJSON)
API route for loading products with filters
at line 147
JsonResponse
productGetPricesJsonAction(ArrayCollection $productGetPricesJSON)
API route for loading product prices