AddressController
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
at line 60
Response
removeShippingAddressJSONAction(ArrayCollection $removeShippingAddressJSON)
Json route to removing address by id
at line 75
Response
getShippingAddressJSONAction(ArrayCollection $getShippingAddressJSON)
Json route to retrieve shipping address by id
at line 90
Response
editShippingAddressJSONAction(ArrayCollection $editShippingAddressJSON)
Json route to edit shipping address
at line 108
Response
getAllPickUpInTheStoreJSONAction(ArrayCollection $allStoresList)
Json route to retrieve all pick up in the store addresses