Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

DEVDOCS-3540: Corrected product option value type from single to array #622

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reference/catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18091,7 +18091,9 @@ definitions:
example: 1
description: 'Order in which the option is displayed on the storefront. '
option_values:
$ref: '#/definitions/productOptionOptionValue_Full'
type: array
items:
$ref: '#/definitions/productOptionOptionValue_Full'
productOption_Full:
allOf:
- $ref: '#/definitions/productOption_Base'
Expand Down