-
Notifications
You must be signed in to change notification settings - Fork 32
Purchase Order Documentation #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Generated documentation for purchase-order B2B drop-in. Documentation includes: - Overview and quick start guides - Functions API reference with examples - Events reference with usage scenarios - Container and slot documentation - Styles customization guide - Dictionary for i18n - Initialization configuration Files: 21 pages Preview available in b2b-documentation branch. Part of B2B documentation initiative.
Updated /dropins/all/extending/#event-bus to /sdk/reference/events
Individual dropin branches should build without referencing other dropins. Full B2B navigation exists on b2b-documentation preview branch.
- Descriptions now extracted from source MDX files instead of generic text - All 17 functions now have meaningful descriptions in the table
- Changed nowrap={[0,1]} to nowrap={[0]} in all container docs
- Allows Type column to wrap naturally for better readability
- Created overview page modeled after B2C dropins overview - Lists all 5 B2B dropins with descriptions and links - Uses TableWrapper with nowrap for consistent formatting - Located at /dropins-b2b/ for B2B drop-ins section
- Added complete 'Drop-ins for B2B' section with all 5 dropins - Each dropin includes full page set: Overview, Quick Start, Initialization, Functions, Events, Containers, Slots, Styles, Dictionary - Positioned before Drop-ins SDK section - Includes new B2B overview page at /dropins-b2b/ - Company Management, Company Switcher, Purchase Order, Quote Management, Requisition List all fully represented
The overview page links to all 5 B2B dropins, but individual branches only contain one dropin's content. This causes link validation failures. The overview page should only exist on b2b-documentation preview branch where all dropin content is merged together.
…2b-docs-purchase-order
fbe673a to
083a1b7
Compare
All enrichments verified against source code in .temp-repos/
Ferri0
approved these changes
Nov 24, 2025
- Removes specific count claim to prevent maintenance issues - Count accuracy is hard to maintain as APIs evolve - Overview remains descriptive without the count
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.
Purchase Order Documentation
Complete documentation for the Purchase Order B2B drop-in.
📖 Preview
Full preview with all dropins: https://commerce-docs.github.io/microsite-commerce-storefront/dropins-b2b/purchase-order/
📁 Files Added
✅ Review Checklist
Part of #600 - B2B Documentation Initiative