#AmusedGrape-metadata

1 messages · Page 1 of 1 (latest)

worthy garnet
#

Hi @spring crown is your question related to customer portal or checkout session? or both?

spring crown
#

more so the customer portal, if i can just pass something through the API to only show a single subscription

worthy garnet
spring crown
#

i don't think that'll work, i'd like to provide the sub_xxxxxxxxx id to only update that.

worst case scenario i can make my own interface for that but if i can avoid it the better

worthy garnet
#

Let me give you an example.

A customer has subscribed to prod_A and prod_B, and you only want the customer to make changes to prod_A, not prod_B.

You can pass prod_A to this products array to limit the update to prod_A only.

spring crown
#

ohhh okay, i can try that