#lowell_revetize
1 messages · Page 1 of 1 (latest)
Whats the error, can you share some details?
req_15pcmy9RUaNvmu
here's the id
I'm just trying to change the quantity of a subscription item
Ah yes
you need to specify the existing item id:
items: [
{
id: 'si_12345'
quantity: "1",
price: "price_456abc",
},
],
Otherwise that pattern is for adding a new item
NP!