Overview
These endpoints let merchants retrieve and delete saved shipping addresses tied to a customer or wallet.Authentication
Requires:x-commerce-api-key
Request
Endpoints:GET /api/v1/commerce/merchant/addressesDELETE /api/v1/commerce/merchant/addresses/{addressId}
- Provide
customer_id, or - Provide
wallet_addressandwallet_networkOptional pagination: limit(max 100)offset
Response
Representative list response:Errors
400missing/invalid customer identification401missing/invalid commerce API key404address not found (delete)

