# Retrieve a product collection

Only available to Buyer Users.

Endpoint: GET /me/productcollections/{productCollectionID}
Version: 1.0.457.36910
Security: OAuth2

## Path parameters:

  - `productCollectionID` (string, required)
    ID of the product collection.

## Response 200 fields (application/json):

  - `ID` (string)

  - `Name` (string)

  - `xp` (object)
    Example: {}

  - `AccessLevel` (string)
    Enum: "Private", "Public", "Shareable"

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

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

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

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

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


