Overview
Addresses are saved shipping destinations tied to a merchant customer (bycustomer_id or wallet identity).
Authentication
Requiresx-commerce-api-key.
Request
List addresses (by customer_id)
List addresses (by wallet)
Delete an address
Response
Example list response (truncated):Errors
400missing/invalid customer identification401missing/invalid commerce API key404address not found (delete)
Examples
- Use
customer_idfor CRM-driven integrations andwallet_address+wallet_networkfor wallet-first flows.

