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

Auction createOffer Buy It Now Price Error: 25003

Hi there -

 

I am trying to create an offer via this api: https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/createOffer

 

However, even though I am passing in the below attributes, I receive an error 25003 that says: " The eBay listing associated with the inventory item, or the unpublished offer has an invalid price. To require immediate payment, you must specify a Buy It Now price."

 

"listingPolicies":{
  "bestOfferTerms":{
    "autoAcceptPrice":{
        "currency":"USD",
        "value":650.0
      },
    "bestOfferEnabled":true
    }
},

 

"pricingSummary":{
  "auctionStartPrice":{
  "currency":"USD",
  "value":599.99
  }
},

Message 1 of 2
latest reply
1 REPLY 1

Auction createOffer Buy It Now Price Error: 25003

To add a Buy-it-now option to an auction, try this:

 

"pricingSummary" :{ /* PricingSummary */
      "auctionStartPrice" :{ /* Amount */
          "currency" : "string",
          "value" : "string"
      },
      "price" : { /* Amount */
          "currency" : "string",
          "value" : "string"
      }
}

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 2
latest reply