Product Bundle No Api Data #3923
Unanswered
damianelder
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.amazon.co.uk/K%C3%A9rastase-Resistance-Conditioner-Contains-Strengthening/dp/B0BLT235DF/ref=sr_1_2?crid=3O7Y2CQZWMXYP&dib=eyJ2IjoiMSJ9.iwLAiMKGX3cORVvWhOKJDQ.HsZ3GWy2RCgTd4_xt_jscyt5QWHFXS3_zp94rkf9rI8&dib_tag=se&keywords=B0BLT235DF&qid=1717063670&sprefix=b0blt235df%2Caps%2C234&sr=8-2
API response for the above ASIN B0BLT235DF returns no data however is sellable on the public website. Curious as to why no data comes back via the API.
API request is getItemOffersBatch
{
"responses": [
{
"headers": {
"x-amzn-RequestId": "0b851913-c9c4-43a2-9caf-708e6a9d9574"
, "Date": "Thu, 30 May 2024 09:34:22 GMT"
},
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {"payload":{"marketplaceId":"A1F83G8C2ARO7P","Identifier":{"ASIN":"B0BLT235DF","MarketplaceId":"A1F83G8C2ARO7P","ItemCondition":"New"},"ASIN":"B0BLT235DF","Summary":{"TotalOfferCount":0,"OffersAvailableTime":"2024-05-30T13:34:22Z"},"Offers":[],"status":"ActiveButTooSoonForProcessing","ItemCondition":"New"}}
,"request": {
"MarketplaceId": "A1F83G8C2ARO7P"
, "CustomerType": "Consumer"
, "ItemCondition": "New"
,
"Asin": "B0BLT235DF"
}
} ]
}
OffersAvailableTime time keeps moving into the future on each new subsequent request.
getCompetitivePricing
{"payload":[{"ASIN":"B0BLT235DF","Product":{"CompetitivePricing":{"CompetitivePrices":[],"NumberOfOfferListings":[]},"Identifiers":{"MarketplaceASIN":{"MarketplaceId":"A1F83G8C2ARO7P","ASIN":"B0BLT235DF"}},"SalesRankings":[]},"status":"Success"}]}
Beta Was this translation helpful? Give feedback.
All reactions