Daftra integration
Business management ERP (invoicing, inventory, clients) widely used in KSA and Egypt. Rows come back wrapped per record (e.g. { Product: {...} }).
Products
- List Products — List products (page/limit, declared pagination.total_results; each row is wrapped as { Product: {...} })
- Add Product — Create a product (body wrapped as { Product: {...} }; returns 202 with the new product id; NOTE: create posts to /products, NOT /products.json)