Selling Plan AdjustmentValue Rounding

Can anyone confirm that Shopify only allows 2 decimal places in the adjustmentValue for selling plans? It looks like it rounds it off if you send more than that.

We are sending a pricingPolicy using GraphQL like the following:

[{'fixed': {'adjustmentType': 'PERCENTAGE', 'adjustmentValue': {'percentage': 2.345}}}]

But what we get back has the percentage rounded to the nearest hundredth:

[{'adjustmentValue': {'percentage': 2.35}, 'adjustmentType': 'PERCENTAGE'}]

Hey @timshaffer - thanks for waiting on this reply. I made a note to check this for you and can confirm that the percentage is going to rounded either up or down to the second decimal point.

At the moment it looks like this is an intentional limitation on our end, but I’m going to pass along a note to our team to consider making more flexible percentage rates possible in the future.

Hope this helps - let us know if we can clarify anything on our end.