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.
List addresses
Retrieve a list of all address with pagination.
Create address
Create a new address with the provided details.
Get address
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.