Product catalog from Dolibarr API #1

Closed
opened 2026-05-21 20:04:01 +00:00 by jmiller · 0 comments
Owner

Summary

Fetch and display products from Dolibarr via REST API as the primary storefront catalog.

Requirements

  • Fetch products from GET /products with pagination
  • Filter by tosell=1 (only products for sale)
  • Support product categories from GET /categories?type=product
  • Display: ref, label, description, price, image
  • Product images via GET /documents?modulepart=product
  • Configurable products-per-page from component params
  • Handle Dolibarr multiprices if enabled

Acceptance Criteria

  • Product list view fetches from Dolibarr API
  • Only saleable products displayed
  • Pagination works with configurable page size
  • Product images load from Dolibarr documents API
  • Category filtering works
  • Prices display in configured currency
## Summary Fetch and display products from Dolibarr via REST API as the primary storefront catalog. ## Requirements - Fetch products from `GET /products` with pagination - Filter by `tosell=1` (only products for sale) - Support product categories from `GET /categories?type=product` - Display: ref, label, description, price, image - Product images via `GET /documents?modulepart=product` - Configurable products-per-page from component params - Handle Dolibarr multiprices if enabled ## Acceptance Criteria - [ ] Product list view fetches from Dolibarr API - [ ] Only saleable products displayed - [ ] Pagination works with configurable page size - [ ] Product images load from Dolibarr documents API - [ ] Category filtering works - [ ] Prices display in configured currency
jmiller added the status/pending-testing label 2026-05-21 22:58:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#1