# Retrieve a supplier

Endpoint: GET /suppliers/{supplierID}
Version: 1.0.445.36017
Security: OAuth2

## Path parameters:

  - `supplierID` (string, required)
    ID of the supplier.

## Response 200 fields (application/json):

  - `ID` (string)

  - `Name` (string)

  - `Active` (boolean)
    If false, all user authentication is blocked.

  - `DateCreated` (string)
    Example: "2018-01-01T00:00:00-06:00"

  - `AllBuyersCanOrder` (boolean)
    If false, buyers will only be able to set ToCompanyID on an order to the marketplace owner, or suppliers they have an explicit relationship to.

  - `xp` (object)
    Example: {}

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


