---
title: "Retrieves superfund products"
method: GET
path: "/SuperfundProducts"
tags: ["PayrollAu"]
---

# Retrieves superfund products

`GET /SuperfundProducts`

## Query parameters

- `ABN` string
- `USI` string

## Response `200`

search results matching criteria

- SuperFundProducts
  - `SuperFundProducts` SuperFundProduct[]
    - `ABN` string — The ABN of the Regulated SuperFund
    - `USI` string — The USI of the Regulated SuperFund
    - `SPIN` string — The SPIN of the Regulated SuperFund. This field has been deprecated. New superfunds will not have a SPIN value. The USI field should be used instead of SPIN
    - `ProductName` string — The name of the Regulated SuperFund

## Other responses

- `400` — validation error for a bad request

---

[API](https://skmtc.net/xeroapi/apis/xero-payroll-au-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-payroll-au-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-payroll-au-api/revisions/874077d6f401/schema)
