class AddressController extends Controller

Class AddressController

Methods

Response
addShippingAddressJSONAction(ArrayCollection $addShippingAddressJSON)

Json route to add new address

Response
removeShippingAddressJSONAction(ArrayCollection $removeShippingAddressJSON)

Json route to removing address by id

Response
getShippingAddressJSONAction(ArrayCollection $getShippingAddressJSON)

Json route to retrieve shipping address by id

Response
editShippingAddressJSONAction(ArrayCollection $editShippingAddressJSON)

Json route to edit shipping address

Response
getAllPickUpInTheStoreJSONAction(ArrayCollection $allStoresList)

Json route to retrieve all pick up in the store addresses

Details

at line 38
Response addShippingAddressJSONAction(ArrayCollection $addShippingAddressJSON)

Json route to add new address

Parameters

ArrayCollection $addShippingAddressJSON

Return Value

Response

See also

AllStoresListConverter

at line 60
Response removeShippingAddressJSONAction(ArrayCollection $removeShippingAddressJSON)

Json route to removing address by id

Parameters

ArrayCollection $removeShippingAddressJSON

Return Value

Response

See also

RemoveShippingAddressJSONConverter

at line 75
Response getShippingAddressJSONAction(ArrayCollection $getShippingAddressJSON)

Json route to retrieve shipping address by id

Parameters

ArrayCollection $getShippingAddressJSON

Return Value

Response

See also

GetShippingAddressJSONConverter

at line 90
Response editShippingAddressJSONAction(ArrayCollection $editShippingAddressJSON)

Json route to edit shipping address

Parameters

ArrayCollection $editShippingAddressJSON

Return Value

Response

See also

EditShippingAddressJSONConverter

at line 108
Response getAllPickUpInTheStoreJSONAction(ArrayCollection $allStoresList)

Json route to retrieve all pick up in the store addresses

Parameters

ArrayCollection $allStoresList

Return Value

Response

See also

AllStoresListConverter