Hello -
Is there a way to get all the possible discounts from the API? Right now, I can only see discounts that are associated with orders - what we need to see is all possible discounts. Is there a way to do so?
Hello -
Is there a way to get all the possible discounts from the API? Right now, I can only see discounts that are associated with orders - what we need to see is all possible discounts. Is there a way to do so?
For example to get all items for a merchant there is
GET /v3/merchants/{mId}/items - there is a high level to get all of the items
is there something analagous to GET /v3/merchants/{mId}/discounts - to get all discounts for a merchant?
I realize there are discounts that can be applied to orders; but is there a place where all the possible discounts reside?
1 Person is following this question.
Facing com.clover.sdk.v1.ClientException when adding Discount in the Order
Is it possible to get if a certain business date is closed?
Getting orders through api not in clover order panel
How to generate data for Payments
Is there a way to retrieve a single item category per order line with REST V3 api?