Package Product
object
Represents a product that’s been included in a package, along with the subset of the variants of that product that the creator specified to be bookable through the package.
Attributes
package_product.id
string
The unique id of the package product.
package_product.product
The specific product that’s associated to the Package Product.
package_product.variants
Array of Variant
The variants of the package_product.product
that the creator has included in the package and are eligible for booking by the customer.
package_product.items
Array of Package Step Item
An array of package step items for the package_product.product
.