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

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

# ProductETA

Product ETA 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:
    ProductETA:
      title: ""
      type: object
      properties:
        product_id:
          type: integer
          description: Product Id
          format: int32
          nullable: true
        sku:
          type: string
          description: Supplier SKU
          nullable: true
        quantity_ordered:
          type: integer
          description: Quantity Ordered
          format: int32
        eta:
          type: string
          description: Estimated Time of Arrival
          format: date-time
          nullable: true
      additionalProperties: false
      description: Product ETA model
```
