내용으로 건너뛰기

Deleting Product Advertising API (PA API)

0

Because I couldn't access Scratchpad, I deleted one of my credentials in order to generate new ones.

Should I go back and 'GetItems' with my new credentials, or will they be okay with the deleted one I had created them with?

질문됨 일 년 전139회 조회

1개 답변
0

When you delete a credential for the Product Advertising API (PA API), it can affect your ability to make API calls. Based on the information available, here are some important points to consider:

  1. Deleting one credential may invalidate other credentials as well. There have been reports that deleting an older key can invalidate newer keys too, potentially requiring a 72-hour waiting period before they become active again.

  2. For the PA API specifically, you should use your newly generated credentials for any "GetItems" operations going forward. Your old deleted credentials will no longer work.

  3. If you're experiencing "InvalidSignature" errors with your new credentials when using Scratchpad, ensure you're:

  • Using the complete secret key (copying from the CSV file in a text editor, not double-clicking)
  • Using PAAPI-specific credentials (not general AWS IAM keys)
  • Using the correct Partner Tag (your store ID)
  • Ensuring your system time is properly synchronized
  1. The PA API allows for two active keys to facilitate key rotation without service interruption. The proper procedure is to generate new keys, implement them in your application, verify functionality, and only then deactivate old keys.

In summary, you should use your new credentials for all future API calls, as the deleted credentials will no longer work. If you're still experiencing issues, verify that you're using the credentials correctly as outlined above.
Sources
Why have two keys for the Product Advertising API | AWS re:Post
Error! "InvalidSignature" | AWS re:Post
Error! "InvalidSignature" | AWS re:Post

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠