---
title: "GetSupplierDetails"
method: GET
path: "/api/Inventory/GetSupplierDetails"
tags: ["Inventory"]
---

# GetSupplierDetails

`GET /api/Inventory/GetSupplierDetails`

Use this call to retrieve details of one Supplier
<b>Permissions Required: </b> GlobalPermissions.Inventory.InventorySettings.SuppliersNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Query parameters

- `supplierId` string, uuid

## Response `200`

OK

- Supplier
  - `pkSupplierID` string, uuid — Supplier Id
  - `SupplierName` string — Supplier Name
  - `ContactName` string — Name of main contact
  - `Address` string — Supplier's address
  - `AlternativeAddress` string — Second line of address
  - `City` string — City
  - `Region` string — Region
  - `Country` string — Country
  - `PostCode` string — Postcode
  - `TelephoneNumber` string — Telephone number
  - `SecondaryTelNumber` string — Secondary telephone number
  - `FaxNumber` string — Fax number
  - `Email` string — E-mail
  - `WebPage` string — Web page
  - `Currency` string — Currency used

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
