Return the List of all Bundle Variants that are purchasable.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user.
A comma-separated list of relationships to include. Multiple parameters are allowed.
productVariants, purchasableSubscription, purchasableSubscription.subscriptionPlan "productVariants"
[
{
"uuid": "3739e605-9d90-3077-9f9e-26d93deada17",
"name": "Aut vero.",
"short_description": "Consectetur repellendus est vel.",
"type": "bundle_variant",
"price": {
"currency": "USD",
"amount": "697.00",
"amount_minor": 69700
}
},
{
"uuid": "431161b2-2a79-3b74-afb9-e71cb47b2892",
"name": "Animi velit inventore.",
"short_description": "Sint similique maxime nemo consequatur.",
"type": "bundle_variant",
"price": {
"currency": "USD",
"amount": "381.00",
"amount_minor": 38100
}
}
]