Skip to main content

Overview

Addresses are saved shipping destinations tied to a merchant customer (by customer_id or wallet identity).

Authentication

Requires x-commerce-api-key.

Request

List addresses (by customer_id)

List addresses (by wallet)

Delete an address

Response

Example list response (truncated):

Errors

  • 400 missing/invalid customer identification
  • 401 missing/invalid commerce API key
  • 404 address not found (delete)

Examples

  • Use customer_id for CRM-driven integrations and wallet_address + wallet_network for wallet-first flows.
Next: Commerce WebSockets