question

tg avatar image
tg asked tg commented

Order Level Discount

Is there an API endpoint to access a total of order level discounts?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered tg commented

No. In fact the data on the server is not calculated in any way. Any system built on top of Clover orders needs to manage totaling the order themselves, and sending the total to the server.

I previously created a sample to show you how to total the order. You should be able to get what you need from that.

https://devask.clover.com/question/41...

2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

tg avatar image tg commented ·

Hey Jeff, I think I actually asked the question wrong :/ sorry about that. I am looking for a reporting endpoint to access historical total of order level discounts. I've found something for item level discounts but cannot find anything for order level discounts

0 Likes 0 ·
tg avatar image tg commented ·

Hi @Jeffrey Blattman I noticed the orderLevelDiscountAmount attribute for Line Items in the API explorer, is that now available? I am unable to get it to show using expand...

0 Likes 0 ·

Welcome to the
Clover Developer Community