chargebee-node
chargebee-node copied to clipboard
Upgrade portal_sessions
I want to send the min and max quantity selection options, also known as quantity_metadata, through Chargebee.portal_session.create for each portal session that Chargebee has created.
const { portal_session: initialPortalSession } =
await Chargebee.portal_session
.create({
customer: {
id: customerId,
},
// want to send quantity metadata
})
.request();