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

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

# SupplierReturnItemProduct

Supplier Return Item 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:
    AttributeValueLimited:
      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: Attribute Value 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/AttributeValueLimited"
        colour:
          $ref: "#/components/schemas/AttributeValueLimited"
      additionalProperties: false
      description: Supplier Return Item Product Model
```
