v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Variants

get/v3/productvariant

Query parameters

idinteger

Product Id

Response

201

recordCountinteger

Example response

{
  "records": [
    {
      "id": 372281,
      "dateCreated": "2021-09-15T15:53:44.293Z",
      "dateModified": "2021-09-16T12:39:36.21Z",
      "name": "Test Product",
      "productId": 477764,
      "primaryId": "10",
      "price": "1",
      "cost": "1",
      "isActive": true,
      "availableCount": 150
    }
  ],
  "recordCount": 1
}