Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
44 stars 39 forks source link

How do you purchase/add to cart a gift card in the API? #232

Closed loevgaard closed 2 years ago

loevgaard commented 2 years ago

Can we document or figure out if this is possible (with the configurable amount, message etc)

Roshyo commented 2 years ago

It is possible with the regular endpoint to add item to cart image

With this field amount you can define the GC amount you want. It is simply ignored if the product is not a GC. You can also add the custom message there.

I will add some documentation though.

loevgaard commented 2 years ago

Thank you, @Roshyo 🎉