---
title: "SupplierReturnItemProduct"
url: "https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/d3750347-3c58-45e9-b3b1-b23a00e713ed/schemas/SupplierReturnItemProduct"
---

> Full API specification: https://developer.retailexpress.com.au/apis/retail-express-api-21-v2/versions/d3750347-3c58-45e9-b3b1-b23a00e713ed.md

# SupplierReturnItemProduct

Supplier Return Item Product Model

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Retail Express API
  version: V2
servers:
  - url: https://api.retailexpress.com.au/v2
components:
  schemas:
    ProductAttributeValue:
      title: ""
      type: object
      properties:
        id:
          type: integer
          description: Attribute Value Id
          format: int32
          nullable: true
        name:
          type: string
          description: Attribute Value Name
          nullable: true
        list_order:
          type: integer
          description: List order
          format: int32
          nullable: true
      additionalProperties: false
    SupplierReturnItemProduct:
      title: ""
      type: object
      properties:
        id:
          type: integer
          description: Product Id.
          format: int32
          nullable: true
        supplier_sku:
          type: string
          description: Supplier SKU.
          nullable: true
        manufacturer_sku:
          type: string
          description: Manufacture SKU
          nullable: true
        supplier_sku2:
          type: string
          description: Supplier SKU 2.
          nullable: true
        short_description:
          type: string
          description: Product description.
          nullable: true
        size:
          $ref: "#/components/schemas/ProductAttributeValue"
        colour:
          $ref: "#/components/schemas/ProductAttributeValue"
      additionalProperties: false
      description: Supplier Return Item Product Model
```
