Set Merchant Notification Configuration
Sets the notification configuration settings for a merchant, which consist of IPN endpoint URLs and event types.
Description
Call the SetMerchantNotificationConfiguration operation to specify notification configuration details such as IPN endpoint URL and event types which the notification should be sent for.
Request Parameters
For more information about the request parameters that are required for all Amazon MWS operations, see Required request parameters in the Amazon MWS Developer Guide.
Parameter Name | Required | Type | Description |
SellerId | Yes | String | SellerId of the merchant where the notification configuration settings will be applied. |
NotificationConfigurationList | Yes | List | List of one or more NotificationConfiguration Elements. |
Response Elements
This operation returns only the standard response elements.
Examples
Sample query request
POST /OffAmazonPayments/2013-01-01 HTTP/1.1
Content-Type: x-www-form-urlencoded
Host: mws.amazonservices.com
User-Agent: <Your User Agent Header>
AWSAccessKeyId=0GS7553JW74RRM612K02EXAMPLE
&Action=SetMerchantNotificationConfiguration
&SellerId=YOUR_SELLER_ID_HERE
&NotificationConfigurationList.NotificationConfiguration.1.NotificationUrl= URL
&NotificationConfigurationList.NotificationConfiguration.1.EventTypes.EventTypeList.1=EVENT_TYPE
&SignatureMethod=HmacSHA256
&SignatureVersion=2
&Timestamp=2018-03-16T07%3A04%3A47Z
&Version=2013-01-01
&Signature=2RPzkOgQmDybUjk0dA54maCEXAMPLE
Sample response
<SetMerchantNotificationConfigurationResponse xmlns="https://mws.amazonservices.com/schema/OffAmazonPayments/2013-01-01">
<ResponseMetadata>
<RequestId>f42df4b1-8047-11df-8d5c-bf56a38ef3b4</RequestId>
</ResponseMetadata>
</SetMerchantNotificationConfigurationResponse>