Objects

ProductPackageCartItemType

Type containing meta data for the package selection that a cart item was added from

Type containing meta data for the package selection that a cart item was added from

type ProductPackageCartItemType {
  packageId: Int!
  packageName: String!
  groupId: Int!
  optionId: Int!
}

Fields

packageId ● Int! non-null scalar required

The package id

packageName ● String! non-null scalar required

The package name

groupId ● Int! non-null scalar required

The group id

optionId ● Int! non-null scalar required

The option id

Member Of

CartItemType object