SP-API Notifications Advice #4322
-
I'm working on implementing SP-API notifications using SQS and have some questions about seller-specific implementations that aren't clear in the documentation. Current Understanding from Docs:
Key Questions:
What I've Tried:
Would greatly appreciate any clarification on how the seller-subscription relationship works in practice. Has anyone implemented this for multiple sellers? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
createSubscription is specific to a selling partner and application. It is NOT a grantless operation and will be using the application credentials and access token used in the call to relate the subscription to the Application-Selling Partner pair. A SubscriptionId is returned as a response to this call. You do need separate subscriptions per seller. You can differentiate notifications specific to a selling partner in the SQS queue by using SubscriptionId in the NotificationMetadata element of the notification (refer to Notification structure) Thanks |
Beta Was this translation helpful? Give feedback.
createSubscription is specific to a selling partner and application. It is NOT a grantless operation and will be using the application credentials and access token used in the call to relate the subscription to the Application-Selling Partner pair. A SubscriptionId is returned as a response to this call. You do need separate subscriptions per seller.
You can differentiate notifications specific to a selling partner in the SQS queue by using SubscriptionId in the NotificationMetadata element of the notification (refer to Notification structure)
Thanks
Meena
Selling Partner Developer Services