Discussions

Ask a Question
Back to All

Custom API

Rebuy's custom APIs that we use for our discount rules work with the GET method. While this works well for regular items in the shopping cart, we encounter errors when adding a large and complex property to an item in the cart. The issue seems to arise because the API uses GET, which has limitations for handling large query strings. Does anyone have a solution for this?