-
Notifications
You must be signed in to change notification settings - Fork 0
/
order-change.html
152 lines (152 loc) · 10.5 KB
/
order-change.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html lang="en-US" data-preset="contrast" data-primary-color="#307FFF"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="robots" content="noindex"><meta name="built-on" content="2024-05-13T07:41:58.7834908"><title>Order change | Amazon</title><script type="application/json" id="virtual-toc-data">[]</script><script type="application/json" id="topic-shortcuts"></script><link href="https://resources.jetbrains.com/writerside/apidoc/6.10.0-b259/app.css" rel="stylesheet"><meta name="msapplication-TileColor" content="#000000"><link rel="apple-touch-icon" sizes="180x180" href="https://jetbrains.com/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="https://jetbrains.com/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="https://jetbrains.com/favicon-16x16.png"><meta name="msapplication-TileImage" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-144x144.png"><meta name="msapplication-square70x70logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-70x70.png"><meta name="msapplication-square150x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-150x150.png"><meta name="msapplication-wide310x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x150.png"><meta name="msapplication-square310x310logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x310.png"><meta name="image" content=""><!-- Open Graph --><meta property="og:title" content="Order change | Amazon"><meta property="og:description" content=""><meta property="og:image" content=""><meta property="og:site_name" content="Amazon Help"><meta property="og:type" content="website"><meta property="og:locale" content="en_US"><meta property="og:url" content="writerside-documentation/amazon/1.0.0/order-change.html"><!-- End Open Graph --><!-- Twitter Card --><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content=""><meta name="twitter:title" content="Order change | Amazon"><meta name="twitter:description" content=""><meta name="twitter:creator" content=""><meta name="twitter:image:src" content=""><!-- End Twitter Card --><!-- Schema.org WebPage --><script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "WebPage",
"@id": "writerside-documentation/amazon/1.0.0/order-change.html#webpage",
"url": "writerside-documentation/amazon/1.0.0/order-change.html",
"name": "Order change | Amazon",
"description": "",
"image": "",
"inLanguage":"en-US"
}</script><!-- End Schema.org --><!-- Schema.org WebSite --><script type="application/ld+json">{
"@type": "WebSite",
"@id": "writerside-documentation/amazon/#website",
"url": "writerside-documentation/amazon/",
"name": "Amazon Help"
}</script><!-- End Schema.org --></head><body data-id="Order-change" data-main-title="Order change" data-article-props="{"seeAlsoStyle":"links"}" data-template="article" data-breadcrumbs="Api.md|Api///Events.md|Events///EventBridge.md|EventBridge"><div class="wrapper"><main class="panel _main"><header class="panel__header"><div class="container"><h3>Amazon 1.0.0 Help</h3><div class="panel-trigger"></div></div></header><section class="panel__content"><div class="container"><article class="article" data-shortcut-switcher="inactive"><h1 data-toc="Order-change" id="Order-change.md">Order change</h1><div class="tabs" id="-xnhm2n_2" data-anchors="[-xnhm2n_3,-xnhm2n_7]"><div class="tabs__content" data-gtm="tab" id="-xnhm2n_3" data-title="Schema"><div class="code-block" data-lang="json" data-title="JSON" data-disable-link-processing="true">{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"$id": "http://example.com/example.json",
"title": "Account status changed notification",
"description": "The notification response schema that comprises the entire JSON document for AccountStatusChange notification.",
"default": {},
"examples": [
{
"notificationVersion": "1.0",
"notificationType": "ACCOUNT_STATUS_CHANGED",
"payloadVersion": "2021-01-01",
"eventTime": "2020-12-11T19:42:04.284Z",
"payload": {
"accountStatusChangeNotification": {
"previousAccountStatus" : "NORMAL",
"currentAccountStatus" : "AT_RISK"
}
},
"notificationMetadata": {
"applicationId": "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746",
"subscriptionId": "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746",
"publishTime": "2020-12-11T19:45:04.284Z",
"notificationId": "d0e9e693-c3ad-4373-979f-ed4ec98dd746"
}
}
],
"required": [
"notificationVersion",
"notificationType",
"payloadVersion",
"eventTime",
"payload",
"notificationMetadata"
],
"additionalProperties": true,
"properties": {
"notificationVersion": {
"type": "string",
"description": "The notification version."
},
"notificationType": {
"type": "string",
"description": "The notification type."
},
"payloadVersion": {
"type": "string",
"description": "The payload version of the notification."
},
"eventTime": {
"type": "string",
"description": "The time the notification was sent."
},
"notificationMetadata": {
"type": "object",
"description": "The notification's metadata.",
"required": [
"applicationId",
"subscriptionId",
"publishTime",
"notificationId"
],
"properties": {
"applicationId": {
"type": "string",
"description": "The application ID."
},
"subscriptionId": {
"type": "string",
"description": "The subscription ID."
},
"publishTime": {
"type": "string",
"description": "The time the notification was published."
},
"notificationId": {
"type": "string",
"description": "The notification ID."
}
}
},
"payload": {
"type": "object",
"description": "The payload part of the notification that will provide more in-depth detail about the notification",
"required": [
"accountStatusChangeNotification"
],
"properties": {
"accountStatusChangeNotification": {
"type": "object",
"description": "This payload contains both the previous account status, prior to the change, as well as the new account status for the seller.",
"required": [
"previousAccountStatus",
"currentAccountStatus"
],
"properties": {
"previousAccountStatus": {
"type": "string",
"description": "The seller's account status prior to this update.",
"enum": [
"NORMAL",
"AT_RISK",
"DEACTIVATED"
]
},
"currentAccountStatus": {
"type": "string",
"description": "The seller's new account status.",
"enum": [
"NORMAL",
"AT_RISK",
"DEACTIVATED"
]
}
}
}
}
}
}
}</div><aside class="prompt" data-type="tip" data-title="" id="-xnhm2n_5"><p>Original schema: <a href="https://amazonservicesstatic.com/json-schemas/notifications/AccountStatusChangedNotification.json" id="-xnhm2n_6" data-external="true" rel="noopener noreferrer">HERE</a></p></aside></div><div class="tabs__content" data-gtm="tab" id="-xnhm2n_7" data-title="Example"><div class="code-block" data-lang="json" data-title="JSON" data-disable-link-processing="true">{
"notificationVersion": "1.0",
"notificationType": "ACCOUNT_STATUS_CHANGED",
"payloadVersion": "2021-01-01",
"eventTime": "2020-12-11T19:42:04.284Z",
"payload": {
"accountStatusChangeNotification": {
"previousAccountStatus" : "NORMAL",
"currentAccountStatus" : "AT_RISK"
}
},
"notificationMetadata": {
"applicationId": "amzn1.sellerapps.app.aacccfff-44aa-4b7c-b42b-ed4ec98dd746",
"subscriptionId": "subscription-id-d0e9e693-c3ad-4373-979f-ed4ec98dd746",
"publishTime": "2020-12-11T19:45:04.284Z",
"notificationId": "d0e9e693-c3ad-4373-979f-ed4ec98dd746"
}
}</div><aside class="prompt" data-type="tip" data-title="" id="-xnhm2n_9"><p>Original JSON: <a href="https://developer-docs.amazon.com/sp-api/docs/notification-type-values#branded_item_content_change" id="-xnhm2n_10" data-external="true" rel="noopener noreferrer">HERE</a></p></aside></div></div><div class="last-modified">Last modified: 13 May 2024</div><div data-feedback-placeholder="true"></div><div class="navigation-links _bottom"><a href="listings-item-issues-change.html" class="navigation-links__prev">Listings item issues change</a><a href="sqs.html" class="navigation-links__next">SQS</a></div></article><div id="disqus_thread"></div></div></section></main></div><script src="https://resources.jetbrains.com/writerside/apidoc/6.10.0-b259/app.js"></script></body></html>