Inputs
ProductPackageSelectionType
Type containing an option selection for a product package group
Type containing an option selection for a product package group
input ProductPackageSelectionType {
groupId: Int!
optionId: Int!
skuId: Int!
}
Fields
groupId ● Int! non-null scalar required
The group id that the selection is made in
optionId ● Int! non-null scalar required
The selected option id
skuId ● Int! non-null scalar required
The selected SKU
Member Of
addPackageToCart mutation