# list products

`GET https://api.suger.cloud/org/{orgId}/product`

list all products under the given organization

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `partner` | query | string | no | Filter by partner |
| `limit` | query | integer | no | List pagination size, default 100, max value is 1000 |
| `offset` | query | integer | no | List pagination offset, default 0 |
| `view` | query | string | no | Response format: 'lite' or 'full' (default: full). 'lite' excludes info/metaInfo fields. |
| `forCreateOffer` | query | boolean | no | Enable product filtering for create offer purpose |
| `salesforceOpportunityId` | query | string | no | Salesforce Opportunity ID for product filtering (used with forCreateOffer=true) |
| `salesforceQuoteId` | query | string | no | Salesforce Quote ID for product filtering (used with forCreateOffer=true) |
| `hubspotDealId` | query | string | no | HubSpot Deal ID for product filtering (used with forCreateOffer=true) |
| `dynamics365OpportunityId` | query | string | no | Microsoft Dynamics 365 Opportunity GUID for product filtering (used with forCreateOffer=true) |

## Responses

### 200 — OK

Content-Type: `application/json`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
