• Store
  • Documentation
  • Sign in
  • Sign up
Getting started 1
Preferences and Setup 6
Clients 6
Providers 1
Sales 3
Expenses 2
Project Management 11
Invoicing 15
Payments 4
Subscriptions 2
Security & Access Management 10
Support 5
Google 2
Apps: Uptime Monitor 1
Apps: n8n.io 1
Apps: Telegram 4
Apps: OrderLemon Admin 6
Apps: WhatsApp Shop 2
Apps: Domain Manager 4
Apps: WhatsApp Igniter 1
Apps: Live Testing 6
Apps: CRUDy 6
Apps: AI Reports 6
Gamify
App: Marvin 6
App: Sales Commission
Apps: Translations Contributor 5
App: Organigram 6
Single Sign On SSO 4
Developers 41
REST API 30
Apps 1
Auth 1
Clients, Leads and Contacts 3
Events 2
Expenses 1
Invoices, Payments and Credit Notes 3
Labels 1
Logistics 1
Logs 2
Messages 1
Projects 3
Shop 2
  • GET Products / Get Products
  • POST Products / Create a Product Item
Staff / Users 2
Subscriptions 2
Support 1
Tasks 3
Tax 1
Change logs 38
FAQ 12
  1. Developers
  2. REST API
  3. Shop
  4. Products / Get Products

Products / Get Products

GET
1.0.0 01-08-2026

Body parameters

module string Example: orders
data object Example:
[]
Was this article helpful? Yes No
Next Products / Create a Product Item
Request

                            
Example result
{
  "success": true,
  "data": {
    "content": [
      {
        "id": "1",
        "client_id": "1",
        "order_date": "2024-12-12",
        "note": "",
        "status_id": "2",
        "tax_id": "0",
        "tax_id2": "0",
        "discount_amount": "0",
        "discount_amount_type": "percentage",
        "discount_type": "before_tax",
        "created_by": "2",
        "project_id": "0",
        "files": "a:0:{}",
        "company_id": "1",
        "deleted": "0",
        "created_by_hash": "oIIGyfwVMQ"
      },
      {
        "id": "2",
        "client_id": "1",
        "order_date": "2024-12-13",
        "note": "",
        "status_id": "1",
        "tax_id": "0",
        "tax_id2": "0",
        "discount_amount": "0",
        "discount_amount_type": "percentage",
        "discount_type": "before_tax",
        "created_by": "1",
        "project_id": "0",
        "files": "a:0:{}",
        "company_id": "1",
        "deleted": "0",
        "created_by_hash": "bIbHuHztRk"
      },
      {
        "id": "3",
        "client_id": "1",
        "order_date": "2024-12-14",
        "note": "",
        "status_id": "1",
        "tax_id": "0",
        "tax_id2": "0",
        "discount_amount": "0",
        "discount_amount_type": "percentage",
        "discount_type": "before_tax",
        "created_by": "2",
        "project_id": "0",
        "files": "a:0:{}",
        "company_id": "1",
        "deleted": "0",
        "created_by_hash": "oIIGyfwVMQ"
      },
      {
        "id": "4",
        "client_id": "1",
        "order_date": "2025-01-18",
        "note": "",
        "status_id": "1",
        "tax_id": "0",
        "tax_id2": "0",
        "discount_amount": "0",
        "discount_amount_type": "percentage",
        "discount_type": "before_tax",
        "created_by": "1",
        "project_id": "0",
        "files": "a:0:{}",
        "company_id": "1",
        "deleted": "0",
        "created_by_hash": "oIIGyfwVMQ"
      },
      {
        "id": "5",
        "client_id": "205",
        "order_date": "2025-07-31",
        "note": "",
        "status_id": "1",
        "tax_id": "1",
        "tax_id2": "0",
        "discount_amount": "0",
        "discount_amount_type": "percentage",
        "discount_type": "before_tax",
        "created_by": "1",
        "project_id": "0",
        "files": "a:0:{}",
        "company_id": "1",
        "deleted": "0",
        "created_by_hash": "oIIGyfwVMQ"
      }
    ],
    "total": 5
  }
}
Copyright NIZU OÜ 2026

Delete?

Are you sure? You won't be able to undo this action!