Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
import { createClient } from '@spree/sdk' const client = createClient({ baseUrl: 'https://your-store.com', publishableKey: '<api-key>', }) await client.customer.addresses.delete('addr_abc123', { token: '<token>', })
{ "error": { "code": "record_not_found", "message": "Address not found" } }
Publishable API key for store access
JWT token for authenticated customers
address deleted
Was this page helpful?
Contact support