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.