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

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

# PurchaseOrderSupplier

Purchase order supplier 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:
    PurchaseOrderSupplier:
      title: ""
      type: object
      properties:
        id:
          type: integer
          description: Supplier identifier
          format: int32
          nullable: true
        name:
          type: string
          description: Supplier name
          nullable: true
      additionalProperties: false
      description: Purchase order supplier model
```
