Skip to content

docs: note read-after-write eventual consistency (regions, datasources)#94

Merged
yasserstudio merged 1 commit into
mainfrom
docs/read-after-write-notes
Jun 14, 2026
Merged

docs: note read-after-write eventual consistency (regions, datasources)#94
yasserstudio merged 1 commit into
mainfrom
docs/read-after-write-notes

Conversation

@yasserstudio

Copy link
Copy Markdown
Owner

Documents a Merchant API behavior surfaced during live testing: a newly created region or data source can briefly return 404 on an immediate get/update/delete/list because the API is eventually consistent — the resource takes a few seconds (up to ~20s) to propagate. create itself returns the full resource immediately.

Adds a Read-after-write tip to both command pages (matching the existing one on products), so scripts that create then act on the new id know to allow a short delay or retry.

Docs-only — no code change, no changeset.

A newly created region or data source can briefly return 404 on an
immediate get/update/delete/list because the Merchant API is eventually
consistent — the resource takes a few seconds (up to ~20s) to propagate.
Document it as a Read-after-write tip so create-then-get scripts know to
allow a short delay or retry.
@yasserstudio yasserstudio merged commit 79d1e52 into main Jun 14, 2026
7 checks passed
@yasserstudio yasserstudio deleted the docs/read-after-write-notes branch June 14, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant