get:
  tags:
    - All Resources
    - Products
  summary: 'Get one ProductVersion'
  operationId: product_versions.get
  description: >-
    Resource route for getting a single `ProductVersion`.

    A Product Version is a group of Products that contain the same contents on different Configurations.
    Configurations include formats like cassette, vinyl, CD, digital audio, etc.
    A Product Version typically contains between 1 and <10 Products, and is mostly synonymous with a Product Family.
    When users are discussing a Product Family, they typically are referring to a Product Version that is the head
    of the Product Family.
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/product_version_no_path.yaml'
  responses:
    200:
      $ref: '../responses/ProductVersionResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'