Given the API documentation about the Subscription object I should be able to use stripe subscriptions list --customer cus_QgBmuycCay7CGu --expand data.items.data.price.product
however this gives me
<code>{
"error": {
"message": "You cannot expand more than 4 levels of a property. Property: data.items.data.price.product",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_OkWSMMvr4CH5i1?t=1723990163",
"type": "invalid_request_error"
}
}
</code>
<code>{
"error": {
"message": "You cannot expand more than 4 levels of a property. Property: data.items.data.price.product",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_OkWSMMvr4CH5i1?t=1723990163",
"type": "invalid_request_error"
}
}
</code>
{
"error": {
"message": "You cannot expand more than 4 levels of a property. Property: data.items.data.price.product",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_OkWSMMvr4CH5i1?t=1723990163",
"type": "invalid_request_error"
}
}