Продукт Amazon API недоступен (но доступен на веб-сайте Amazon)

У меня проблема со многими продуктами, извлеченными из функций поиска и поиска в Amazon Product API. Сведения о продукте отображаются как недоступные, и я не могу выполнить для них функцию cartAdd. В документации Amazon говорится, что я должен проверить OfferListingId, чтобы убедиться, что продукт действительно доступен. Продукты также показывают 0 предложений

[Offers] => stdClass Object ( [TotalOffers] => 0 [TotalOfferPages] => 0 [MoreOffersUrl] => 0 )

Когда вы нажимаете на URL-адрес Amazon для продукта, он отображается как доступный на Amazon! Я пытаюсь либо отфильтровать товары, которые пользователь не может добавить в корзину (я использую функцию CartAdd), либо найти способ использовать функцию CartAdd для их добавления. Продукты, которые необходимо добавить в корзину, часто имеют такие параметры, как размер. Кто-нибудь имел дело с этой проблемой раньше. Вот пример продукта, который делает это (у меня есть выход на странице или см. Ниже):

http://acmebillingco.com/amazonStoreStage/details.php?id=B010L5B3HW

stdClass Object ( [ASIN] => B010L5B3HW [ParentASIN] => B010L5B3HW [DetailPageURL] => http://www.amazon.com/Ularmo-Popular-Gothic-Temptation-Earring/dp/B010L5B3HW%3FSubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB010L5B3HW [ItemLinks] => stdClass Object ( [ItemLink] => Array ( [0] => stdClass Object ( [Description] => Technical Details [URL] => http://www.amazon.com/Ularmo-Popular-Gothic-Temptation-Earring/dp/tech-data/B010L5B3HW%3FSubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) [1] => stdClass Object ( [Description] => Add To Baby Registry [URL] => http://www.amazon.com/gp/registry/baby/add-item.html%3Fasin.0%3DB010L5B3HW%26SubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) [2] => stdClass Object ( [Description] => Add To Wedding Registry [URL] => http://www.amazon.com/gp/registry/wedding/add-item.html%3Fasin.0%3DB010L5B3HW%26SubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) [3] => stdClass Object ( [Description] => Add To Wishlist [URL] => http://www.amazon.com/gp/registry/wishlist/add-item.html%3Fasin.0%3DB010L5B3HW%26SubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) [4] => stdClass Object ( [Description] => Tell A Friend [URL] => http://www.amazon.com/gp/pdp/taf/B010L5B3HW%3FSubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) [5] => stdClass Object ( [Description] => All Customer Reviews [URL] => http://www.amazon.com/review/product/B010L5B3HW%3FSubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) [6] => stdClass Object ( [Description] => All Offers [URL] => http://www.amazon.com/gp/offer-listing/B010L5B3HW%3FSubscriptionId%3DAKIAJEBEDTZ6GV7BOLTQ%26tag%3Dxgfcom-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D386001%26creativeASIN%3DB010L5B3HW ) ) ) [SmallImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL75_.jpg [Height] => 75 [Width] => 75 ) [MediumImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL160_.jpg [Height] => 160 [Width] => 160 ) [LargeImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL.jpg [Height] => 500 [Width] => 500 ) [ImageSets] => stdClass Object ( [ImageSet] => stdClass Object ( [@attributes] => stdClass Object ( [Category] => primary ) [SwatchImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL30_.jpg [Height] => 30 [Width] => 30 ) [SmallImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL75_.jpg [Height] => 75 [Width] => 75 ) [ThumbnailImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL75_.jpg [Height] => 75 [Width] => 75 ) [TinyImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL110_.jpg [Height] => 110 [Width] => 110 ) [MediumImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL._SL160_.jpg [Height] => 160 [Width] => 160 ) [LargeImage] => stdClass Object ( [URL] => http://ecx.images-amazon.com/images/I/51nTjejZ4rL.jpg [Height] => 500 [Width] => 500 ) ) ) [ItemAttributes] => stdClass Object ( [Binding] => Misc. [Brand] => Ularmo® [Department] => womens [Feature] => Array ( [0] => Material: Alloy, Quantity: 1PC [1] => Catch this beautiful accessories for you [2] => Wonderful gift for you and your friends [3] => Match with suitable apparel for different occasion [4] => Special design and unique structure, a popular item ) [IsAutographed] => 0 [IsMemorabilia] => 0 [Label] => Ularmo [ListPrice] => stdClass Object ( [Amount] => 330 [CurrencyCode] => USD [FormattedPrice] => $3.30 ) [Manufacturer] => Ularmo [MPN] => Ularmo-015 [NumberOfItems] => 1 [PackageQuantity] => 1 [PartNumber] => Ularmo-015 [ProductGroup] => Sports [ProductTypeName] => SPORTING_GOODS [Publisher] => Ularmo [Studio] => Ularmo [Title] => Ularmo Popular Gothic Punk Temptation Ear Cuff Wrap Clip Cool Earring ) [OfferSummary] => stdClass Object ( [TotalNew] => 0 [TotalUsed] => 0 [TotalCollectible] => 0 [TotalRefurbished] => 0 ) [Offers] => stdClass Object ( [TotalOffers] => 0 [TotalOfferPages] => 0 [MoreOffersUrl] => 0 ) [CustomerReviews] => stdClass Object ( [IFrameURL] => http://www.amazon.com/reviews/iframe?akid=AKIAJEBEDTZ6GV7BOLTQ&alinkCode=xm2&asin=B010L5B3HW&atag=xgfcom-20&exp=2016-04-28T20%3A55%3A33Z&v=2&sig=kgke5B0b4kklDKiJmIG59pWuaNHnHEEVG6SAtKOKL9k%3D [HasReviews] => true ) [EditorialReviews] => stdClass Object ( [EditorialReview] => stdClass Object ( [Source] => Product Description [Content] => Package Include:
1X Earring(Without retail package) [IsLinkSuppressed] => 0 ) ) )

0

Решение

Задача ещё не решена.

Другие решения

Других решений пока нет …

По вопросам рекламы ammmcru@yandex.ru
Adblock
detector