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

"errorId": 2003

Hello, 

 

I'm trying to create a promotion with a coupon code
I get an incomprehensible error. anyone have any ideas?

 

{
"errors": [
{
"errorId": 2003,
"domain": "ACCESS",
"category": "APPLICATION",
"message": "Internal error",
"longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"
}
]
}

 

https://api.sandbox.ebay.com/sell/marketing/v1/item_promotion

request:
{
"name": "promo $20",
"description": "promo $20",
"startDate": "2024-04-21T16:29:13.000Z",
"endDate": "2024-05-06T13:28:00.000Z",
"marketplaceId": "EBAY_US",
"promotionStatus": "DRAFT",
"promotionImageUrl": "https://i.ebayimg.com/images/g/-u8AAOSw29xizrlx/s-l640.jpg",
"priority": "PRIORITY_2",
"inventoryCriterion": {
"inventoryCriterionType": "INVENTORY_ANY",
"inventoryItems": null,
"listingIds": null,
"ruleCriteria": {
"selectionRules": null,
"excludeInventoryItems": null,
"excludeListingIds": null,
"markupListingIds": null,
"markupInventoryItems": null
}
},
"discountRules": [
{
"discountSpecification": {
"minQuantity": 1
},
"discountBenefit": {
"amountOffOrder": {
"value": "20",
"currency": "USD"
}
},
"ruleOrder": -1,
"maxDiscountAmount": {
"value": "20",
"currency": "USD"
}
}
],
"couponConfiguration": {
"couponCode": "20DISCOUNT",
"couponType": "PRIVATE_SINGLE_SELLER_COUPON",
"maxCouponRedemptionPerUser": 1
},
"promotionType": "CODED_COUPON"
}


Message 1 of 1
latest reply
0 REPLIES 0