ClassesBigCommerceFormsUpdate Address Handler

Update_Address_Handler

Handles the updating and creation of customer addresses.

This class is responsible for validating and processing form submissions for updating or creating customer addresses. It handles the submission of address forms, validates the data, updates the customer’s address in BigCommerce, and provides appropriate success or error messages.

Constants

ConstantVisibilityTypeValue
ACTIONpublicstring’edit-address’

Methods

handle_request

Handles the form submission for updating or creating an address.

public handle_request(array $submission): void

Parameters:

ParameterTypeDescription
$submissionarrayThe form submission data.


Automatically generated on 2025-01-21