class ProductRelationshipNameJSONController extends Controller

Class ProductRelationshipNameJSONController defines routes for product relationship name

Methods

JsonResponse
changeOrderRelationshipNameAction(ArrayCollection $changeOrderRelationshipNameJSON)

API route for changing relationship name order

JsonResponse
saveRelationshipNameAction(ArrayCollection $saveRelationshipNameJSON)

API route for saving product relationship name

JsonResponse
editRelationshipNameAction(ArrayCollection $editRelationshipNameJSON)

API route for editing product relationship name

JsonResponse
deleteRelationshipNameAction(ArrayCollection $deleteRelationshipNameJSON)

API route for removing product relationship name

Details

at line 37
JsonResponse changeOrderRelationshipNameAction(ArrayCollection $changeOrderRelationshipNameJSON)

API route for changing relationship name order

Parameters

ArrayCollection $changeOrderRelationshipNameJSON

Return Value

JsonResponse

See also

ChangeOrderRelationshipNameJSONConverter

at line 52
JsonResponse saveRelationshipNameAction(ArrayCollection $saveRelationshipNameJSON)

API route for saving product relationship name

Parameters

ArrayCollection $saveRelationshipNameJSON

Return Value

JsonResponse

See also

SaveRelationshipNameJSONConverter

at line 86
JsonResponse editRelationshipNameAction(ArrayCollection $editRelationshipNameJSON)

API route for editing product relationship name

Parameters

ArrayCollection $editRelationshipNameJSON

Return Value

JsonResponse

See also

EditRelationshipNameJSONConverter

at line 101
JsonResponse deleteRelationshipNameAction(ArrayCollection $deleteRelationshipNameJSON)

API route for removing product relationship name

Parameters

ArrayCollection $deleteRelationshipNameJSON

Return Value

JsonResponse

See also

DeleteRelationshipNameJSONConverter