How to set adjustable_quantity in stripe's Make an API Call module

How to set adjustable_quantity in stripe’s Make an API Call module???

If the quantity is not set and can be adjusted by the customer, it can only display 1 by default. If the adjustment can be set, the customer can set the purchase quantity by himself.

Welcome to the Make community!

According to Make line item quantities adjustable | Stripe Documentation,

Set adjustable_quantity on your line_items when creating a Checkout Session to enable your customers to update the quantity of an item during checkout.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

I set it up using the “Stripe-Make an API Call” module. Should I set the parameters in the ”Query String “or in the ”Body“? Can you take a screenshot for my reference? Thank you very much

Please refer to the documentation, what does it say?

It looks like form data to me, but I could be wrong since I’ve never used Stripe before.

For more information on how to use HTTP, see https://academy.make.com/courses/AdvancedC02

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!