Module customer_addresses_api

Module customer_addresses_api 

Source

Structs§

CreateCustomerAddressParams
struct for passing parameters to the method create_customer_address
UpdateCustomerAddressParams
struct for passing parameters to the method update_customer_address

Enums§

CreateCustomerAddressError
struct for typed errors of method create_customer_address
ListCustomerAddressesError
struct for typed errors of method list_customer_addresses
UpdateCustomerAddressError
struct for typed errors of method update_customer_address

Functions§

create_customer_address
Creates an address associated with a customer account.
list_customer_addresses
Return the list of addresses associated with a customer account.
update_customer_address
Updates an address associated with a customer account.