add or update a customer's billing and shipping address in smrt systems via putcustomeraddresses.
domain: support.smrtsystems.com · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain the customer's id from a prior GetCustomer or CreateCustomer call.
POST a PutCustomerAddresses GraphQL mutation with customerId, defaultName, and an addresses array containing street, city, state, and zip.
Handle a validation-error response, since SMRT checks submitted addresses against a third-party address-verification service before accepting them.
Treat a repeat submission for an existing address as a no-op update rather than a duplicate.
Known gotchas
Address validation runs through Lob inside SMRT — a nonexistent street or city is rejected, so surface that as a form-level error rather than a generic API failure.
The same call serves both billing and shipping by default; contact SMRT support if your integration needs distinct billing and shipping addresses.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?