---
title: "PetrochemicalProduct"
url: "https://developer.argaam.com/apis/macroeconomic-layer-api-production-v1/versions/eeada0b4-178b-4972-8713-f497c9940530/schemas/PetrochemicalProduct"
---

> Full API specification: https://developer.argaam.com/apis/macroeconomic-layer-api-production-v1/versions/eeada0b4-178b-4972-8713-f497c9940530.md

# PetrochemicalProduct

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Macroeconomic Layer API
  version: v1.1
servers:
  - url: https://api.argaam.com
    description: Argaam API Gateway (Production)
components:
  schemas:
    PetrochemicalProduct:
      type: object
      properties:
        productID:
          type: integer
          format: int32
        productNameAr:
          type: string
          nullable: true
        productNameEn:
          type: string
          nullable: true
        descriptionAr:
          type: string
          nullable: true
        descriptionEn:
          type: string
          nullable: true
        utilizationEn:
          type: string
          nullable: true
        utilizationAr:
          type: string
          nullable: true
        categoryID:
          type: integer
          format: int32
        attributeID:
          type: integer
          format: int32
          nullable: true
        isPublic:
          type: boolean
        isChartEnabledForReport:
          type: boolean
          nullable: true
        regionID:
          type: integer
          format: int32
        regionNameAr:
          type: string
          nullable: true
        regionNameEn:
          type: string
          nullable: true
        productPrice:
          type: number
          format: double
        changeInPrice:
          type: number
          format: double
          nullable: true
        entryDate:
          type: string
          format: date-time
      additionalProperties: false
```
