Closed (fixed)
Project:
Commerce back in stock
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2025 at 12:58 UTC
Updated:
8 Jan 2026 at 11:09 UTC
Jump to comment: Most recent
Comments
Comment #2
sergeydruua commentedComment #4
sergeydruua commented•
Added a minimal REST API (CRUD) for the StockSubscription entity.
◦
Endpoints (cookie/session auth, json format):
▪
POST /api/commerce-back-in-stock — create subscription
▪
GET /api/commerce-back-in-stock — list subscriptions (respects access checks)
▪
GET /api/commerce-back-in-stock/{id} — get a single subscription
▪
PATCH /api/commerce-back-in-stock/{id} — partial update
▪
DELETE /api/commerce-back-in-stock/{id} — delete subscription
Comment #5
sergeydruua commented