Skip to content

docs(returns): add PUT /stores/:storeId/returns/:returnId/item-identifiers - #166

Open
redo-coder-tasks[bot] wants to merge 2 commits into
release/2.2from
docs/return-item-identifiers-endpoint
Open

docs(returns): add PUT /stores/:storeId/returns/:returnId/item-identifiers#166
redo-coder-tasks[bot] wants to merge 2 commits into
release/2.2from
docs/return-item-identifiers-endpoint

Conversation

@redo-coder-tasks

Copy link
Copy Markdown

Summary

Documents the new PUT /v2.2/stores/{storeId}/returns/{returnId}/item-identifiers endpoint added in redoapp/redo#47348.

  • New path file: return-item-identifiers.path.yaml
  • New request schema: return-item-identifiers-request.schema.yaml
  • Updated return-read.schema.yaml — added externalIdentifier field to return items

Endpoint

PUT /v2.2/stores/{storeId}/returns/{returnId}/item-identifiers

Sets merchant-supplied external identifiers on return items. Accepts a list of { id, externalIdentifier } pairs and returns the updated return object.

Status When
200 Success — returns the updated return
400 Malformed request body or item ID not found on the return
404 Return not found

Related PR

redoapp/redo#47348 — implementation (migration 20260609232602 must deploy first)

redo-swe[bot] and others added 2 commits June 10, 2026 21:02
…fiers

Documents the new endpoint that sets merchant-supplied external identifiers
on return items. Also adds externalIdentifier to the return item schema in
return-read.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
redo-44af351d 🟢 Ready View Preview Jun 10, 2026, 9:07 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants