v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Products

get/v3/catalogproduct

Query parameters

idstring required

Catalog ID

Response

201

recordCountinteger

Example response

{
  "records": [
    {
      "id": 477766,
      "name": "Product 4",
      "clientNumber": "0.952852592258378",
      "description": "Product 4",
      "active": true,
      "modified": "2021-09-15T16:48:33.313Z",
      "created": "2021-09-15T16:39:02.36Z",
      "taxable": true,
      "minPrice": "1",
      "maxPrice": "1"
    }
  ],
  "recordCount": 3
}