#lowell_revetize

1 messages · Page 1 of 1 (latest)

arctic iglooBOT
fallow grove
#

Whats the error, can you share some details?

cursive rain
#

req_15pcmy9RUaNvmu

#

here's the id

#

I'm just trying to change the quantity of a subscription item

fallow grove
#

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

cursive rain
#

ah okay

#

gotchaaa

#

yeah i see it now

#

thank you

fallow grove
#

NP!