Skip to main content

CustomerProductVariantSelectedOption

No description

type CustomerProductVariantSelectedOption {
name: String!
value: String!
}

Fields

CustomerProductVariantSelectedOption.name ● String! non-null scalar

選択肢の名前

  • 説明: 選択肢の名前
  • 例: "色"

CustomerProductVariantSelectedOption.value ● String! non-null scalar

選択肢の値

  • 説明: 選択肢の値
  • 例: "赤"

Example

{
"name": "色",
"value": "赤"
}

Member Of

CustomerProductVariant object