Troubleshoot Events
Buy with Prime API is now available for early access
Sign up for early access to the Buy with Prime API using the 'Sign Up' button below. The API may change as Amazon receives feedback and iterates on it.
This topic describes errors that you can encounter when you call the Buy with Prime Event interface and suggests corrective actions that you can take.
Errors creating subscriptions
The following errors can occur when you call the createEventSubscription
mutation.
Error Type | Error Code | Description | Suggested Action |
---|---|---|---|
AccessDeniedError | N/A | You don't have sufficient access to perform this action. |
|
ValidationError | DestinationNameAlreadyExists | The provided Amazon Partner Event Source name already exists. | The partner event source name must be globally unique. Use a different partnerEventSource name in the call to the createEventSubscription . |
ValidationError | SubscriptionAlreadyExists | You attempted to create a subscription with the same event types and the same destination as an existing subscription. | Make another request to the createEventSubscription mutation and exclude the event types that you provided in the failed request. |
Errors deleting subscriptions
The following errors can occur when you call the deleteEventSubscription
mutation.
Error Type | Error Code | Description | Suggested Action |
---|---|---|---|
AccessDeniedError | N/A | You don't have sufficient access to perform this action. |
|
Errors getting a subscription
The following errors can occur when you call the eventSubscription
query.
Error Type | Error Code | Description | Suggested Action |
---|---|---|---|
AccessDeniedError | N/A | You don't have sufficient access to perform this action. |
|
Errors listing subscriptions
The following errors can occur when you call the eventSubscriptions
query.
Error Type | Error Code | Description | Suggested Action |
---|---|---|---|
AccessDeniedError | N/A | You don't have sufficient access to perform this action. |
|
Related topics
Updated 15 days ago