---
title: "ProductDetailLogProduct"
url: "https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/210b509a-613e-44ac-a87b-ef6c22c23a2c/schemas/ProductDetailLogProduct"
---

> Full API specification: https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/210b509a-613e-44ac-a87b-ef6c22c23a2c.md

# ProductDetailLogProduct

Product Detail Log Product model

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Retail Express API
  version: v2.1
servers:
  - url: https://api.retailexpress.com.au/v2.1
components:
  schemas:
    ProductDetailLogProduct:
      title: ""
      type: object
      properties:
        id:
          type: integer
          format: int32
        supplier_sku:
          type: string
          nullable: true
        short_description:
          type: string
          nullable: true
        created_on:
          type: string
          format: date-time
          nullable: true
      additionalProperties: false
      description: Product Detail Log Product model
```
