1

I am following the official documentation and I can see that sponsored brands has the following endpoint: https://advertising-api-test.amazon.com/v2/sb/campaigns (I suppose it was https://advertising-api-test.amazon.com/v2/hsa/campaigns in the past)

When I make the API call I get:

{"code":"NOT_FOUND","details":"Could not find resource for full path: https://advertising-api-test.amazon.com/v1/sb/campaigns","requestId":"xxxx"}

I tried different endpoints: /v3/sb/campaigns, /sb/campaigns but I still have the same response.

Is the official documentation wrong ? I do get a response when I use /hsa/ but I only get the old API version like when I try to create a campaign I get:

{"code":"405","details":"No resource method found for POST, return 405 with Allow header","requestId":"xxxx"}

  • /sb/campaigns without the version should work – tector Jan 28 '20 at 12:08
  • 1
    ah, i forgot i was told from Amazon Support in November 2019 that: "Sandbox environment for Sponsored Brands campaigns is not currently available for testing. This is in our backlog but not prioritized at the moment. It is recommended to test the functionality on existing campaigns such as list operations." – tector Jan 28 '20 at 12:14
  • 1
    Thanks! Even getting an answer from their support is slow! I appreciate saving me the time. – Hosni Mansour Jan 28 '20 at 16:02
  • 1
    @tector do you have an idea about sponsored display as well ? even without sandbox I still get : {"code":"NOT_FOUND","details":"Could not find resource for full path: https://advertising-api-eu.amazon.com/sd/campaigns","requestId":"xxxxx"} – Hosni Mansour Jan 31 '20 at 09:16
  • 1
    Yes, i got the info from technical support just one week ago that API access for Sponsored Display Campaigns is still beta and currently only available on the NA region. Currently not available in EU and no sandbox at all. :-( – tector Feb 01 '20 at 11:32
  • 1
    They really should mention this on their website! Okey thank :) – Hosni Mansour Feb 02 '20 at 14:15
  • i try this `https://www.amazon.com/ap/oa/sd/campaigns` to get campaigns records gave me error 403 – AmitNayek Mar 23 '21 at 12:07
  • 1
    @AmitNayek you should use this endpoint https://advertising-api.amazon.com/sd/campaigns – Hosni Mansour Mar 24 '21 at 15:28
  • Hi all, related to sponsored brands api, do you have any idea on how to filter Sponsored Brands reports filtered by a product? https://advertising.amazon.com/API/docs/en-us/reference/sponsored-brands/2/reports I meant the post request `/v2/hsa/{recordType}/report` – ira Oct 18 '21 at 04:18

0 Answers0