class ProductSettingsController extends Controller

Class ProductSettingsController defines routes for product settings

Methods

JsonResponse
saveProductSettingsAction(ArrayCollection $productSettingsSaveJSON)

API route for saving product settings

Details

at line 35
JsonResponse saveProductSettingsAction(ArrayCollection $productSettingsSaveJSON)

API route for saving product settings

Parameters

ArrayCollection $productSettingsSaveJSON

Return Value

JsonResponse

See also

ProductSettingsSaveJSONConverter