Log in
Model

CreateCustomerAddress

Magento\CustomerGraphQl\Model\Resolver\CreateCustomerAddress

What it does

This GraphQL resolver handles the creation of new customer addresses through the GraphQL API.

Developers use this class when implementing the 'createCustomerAddress' mutation, which allows authenticated customers to add new shipping or billing addresses to their account.

It validates customer authentication, processes the address input data, and returns the newly created address object.

Public Methods

  • resolve()