-
Notifications
You must be signed in to change notification settings - Fork 219
Examples and use cases for ExtendSchema #11245
Conversation
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: +5 B (0%) Total Size: 1.48 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, @mikejolley. Apart from one broken link, I left some minor feedback.
Looking at the structure, I wonder if we should flip the order of the sections to reflect the flow of the checkout process:
wc/store/products
→ Typically the initial endpoint a buyer encounters.wc/store/cart
andwc/store/cart/items
→ These would be the subsequent steps for the buyer.wc/store/checkout
→ Concluding with this as the buyer's final step.
Just a suggestion to potentially enhance the user experience!
docs/third-party-developers/extensibility/rest-api/available-endpoints-to-extend.md
Outdated
Show resolved
Hide resolved
docs/third-party-developers/extensibility/rest-api/available-endpoints-to-extend.md
Outdated
Show resolved
Hide resolved
docs/third-party-developers/extensibility/rest-api/available-endpoints-to-extend.md
Outdated
Show resolved
Hide resolved
docs/third-party-developers/extensibility/rest-api/available-endpoints-to-extend.md
Outdated
Show resolved
Hide resolved
docs/third-party-developers/extensibility/rest-api/available-endpoints-to-extend.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @mikejolley. let's ⛴️ this doc. 🙌
What
Adds more examples and use cases to the ExtendSchema docs.
Fixes #10575
Testing Instructions
N/A
WooCommerce Visibility
Required:
Checklist
Required:
[type]
label or a[skip-changelog]
label.Conditional:
[skip-changelog]
label is not present).Changelog
N/A