cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to Apply Percentage Discount to Single Item via Create Item Promotion Call

Hi everyone,

 

I’m currently working on automating promotions for my eBay listings using the eBay Marketing API. However, I’ve encountered an issue:

 

I want to create a coupon code that applies a percentage discount to a single item, setting the minimum purchase quantity to one. Unfortunately, it seems that the Create Item Promotion call doesn’t support this setup. I’ve tried various payload configurations but haven’t succeeded.

 

I've attached below  a screenshot of the page in the discounts manager to illustrate the flow I'm trying to achieve:

 

Screenshot 2025-02-15 at 16.41.49.png

 

Has anyone else faced this issue, or know if there’s a way to achieve this through the API?

 

Any insights or suggestions would be greatly appreciated!

 

Thanks in advance.


Rules I'm using:

"discountRules": [
{
"discountSpecification": {
"forEachQuantity": "1"
},
"discountBenefit": {
"percentageOffItem": "50"
},
"maxDiscountAmount": {
"currency": "GBP",
"value": "100"
},
"ruleOrder": "1"
Message 1 of 1
latest reply
0 REPLIES 0