in: query
name: product_id
required: false
description: 'Primary key identifier for a `Product`.'
schema:
  type: array
  items:
    $ref: '../schemas/properties/product_id.yaml'
examples:
  'Number Ones - GRAS_G0100007046188':
    value: 'GRAS_G0100007046188'
  'Thriller - GRAS_G0100017010721':
    value: 'GRAS_G0100017010721'
  'Dangerous - GRAS_G010001005130B':
    value: 'GRAS_G010001005130B'
  'Number Ones, Thriller, Dangerous':
    value: ['GRAS_G0100007046188', 'GRAS_G0100017010721', 'GRAS_G010001005130B']