USF-3795: Seller assisted buying#922
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Comment on lines
+42
to
+50
| Once you have generated a one-time code (OTC) from the customer's edit page in the Admin: | ||
|
|
||
| <Steps> | ||
|
|
||
| 1. Go to your storefront sign-in page. | ||
|
|
||
| 1. Enter the customer's email address and paste the OTC as the password, then sign in. | ||
|
|
||
| The session banner appears at the top of every page. You are now browsing as the customer. |
Contributor
There was a problem hiding this comment.
Documentation - storefront-features/seller-assisted-buying.mdx uses OTP (one-time password) while merchants/blocks/seller-assisted-buying.mdx uses OTC (one-time code). For consistency, it would be better to standardize on OTP throughout, as that's what appears in the technical flow description and is more commonly used in authentication contexts.
Collaborator
Author
There was a problem hiding this comment.
Oops. Yeah, I missed that one. Thanks.
KostiantynFandeliuk
approved these changes
Jun 8, 2026
Contributor
KostiantynFandeliuk
left a comment
There was a problem hiding this comment.
LGTM. Thank you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request adds documentation for the seller-assisted buying feature, which lets a store administrator log in as a customer and act on their behalf (browse, build a cart, and place orders). Because the feature spans several drop-ins rather than belonging to one, it adds a new Storefront Features overview page that explains the end-to-end flow and links to where each part is documented. Naming follows Adobe's sentence-case capitalization rule (seller-assisted buying), with the hyphenated compound modifier.
Associated JIRA ticket
USF-3795
Staging preview
https://commerce-docs.github.io/microsite-commerce-storefront/dropins/user-account/containers/seller-assisted-buying/
Affected pages
/storefront-features/seller-assisted-buying/Links to source code