# Partially update a product facet

Endpoint: PATCH /productfacets/{productFacetID}
Version: 1.0.450.36533
Security: OAuth2

## Path parameters:

  - `productFacetID` (string, required)
    ID of the product facet.

## Request fields (application/json):

  - `ID` (string)

  - `Name` (string)

  - `XpPath` (string)
    Identifies full path to XP field used for this facet. If not provided, facet value assumed to be stored at product.XP.{facet ID}.

  - `ListOrder` (integer)
    Example: 1

  - `MinCount` (integer)
    Minimum count required or a facet value to be returned in list metadata. If you want zero-count values returned, set this to 0.

  - `xp` (object)
    Example: {}

## Response 200 fields (application/json):

  - `ID` (string)

  - `Name` (string)

  - `XpPath` (string)
    Identifies full path to XP field used for this facet. If not provided, facet value assumed to be stored at product.XP.{facet ID}.

  - `ListOrder` (integer)
    Example: 1

  - `MinCount` (integer)
    Minimum count required or a facet value to be returned in list metadata. If you want zero-count values returned, set this to 0.

  - `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":""}


