#Ira-crosssell
1 messages · Page 1 of 1 (latest)
Hi, maybe you mean Subscription Upsell? Yes it's only configurable via Dashboard at this time
Can you clarify why doesn't it work for you?
Thanks, I'm referring to this. https://stripe.com/docs/payments/checkout/cross-sells#cross-sells no subscriptions.
It works fine but as it's currently implemented it doesn't fit our need.
It would be great if it were possible to update/add cross-sell products via the API, or to be able to set them via the API when creating a checkout.
My client wants to add certain products as cross sells when customers are checking out, but all the products have limited stock so they would need to be removed automatically when out of stock. Currently not really possible as it would require manually removing items through the dashboard
Thanks for the link! Yes cross-sell
Let's say your client have product A and B, set product A cross-sell to product B. When the product B is out of stocks they need to go to product A in Dashboard and remove the connection to product B. Is that what you mean?
Ira-crosssell
You can use API to archive the Product first, then archive the Price. After that the connection of cross-sell will automatically disabled
When your stock are up again, you an unarchive the product and the price
Thank you for your help.
I realize this won't work as we will be creating products via the API and there is currently no way to add cross sells via the API.
Hopefully a cross-sell API is added in the future