Changelog
v1 — initial publication (Commerce Core Workstream V)
Section titled “v1 — initial publication (Commerce Core Workstream V)”The full vendor API surface documented on this site, delivered incrementally:
- Authentication —
POST /api/v1/vendor/auth/token, capability-scoped, audiencevendor-api. - Offers — submit and edit product offers (
/api/v1/vendor/offers), gated by theOfferscapability. - Stock — instant declared-availability/quantity pushes (
/api/v1/vendor/stock/{offerId}), gated by theStockcapability. - Cost — approval-pipelined cost pushes (
/api/v1/vendor/offers/{id}/cost), gated by theCostcapability, independently ofOffers. - Orders — poll assigned fulfilment groups with delta sync, and push fulfilment status
(
/api/v1/vendor/orders/**), gated by theOrderscapability. - Webhooks — subscription management and HMAC-signed push delivery for
vendor.order.assignedandvendor.offer.review-decision(/api/v1/vendor/webhooks/**), riding theOrderscapability.
No breaking changes have been made to any endpoint documented here since first publication.