Address
Manage customer shipping addresses and the default address for checkout.
Customer addresses represent the shipping destinations attached to a customer account in a merchant's store. Merchants and apps use them to maintain a customer's address book and to pick the default shipping address used at checkout.
Provides endpoints to list, create, retrieve, update, and delete customer addresses, plus a dedicated endpoint to set a customer's default shipping address.
Create Address
Create a new address with the provided details.
Get Address List
Retrieve a list of all address with pagination.
Get Address Details
Retrieve details of a specific address using its unique identifier.
Update Address
Update the details of an existing address using its unique identifier.
Delete Address
Delete a specific address using its unique identifier.
Set Default Address
Sets the specified address as the customer's default address.