@adobe/aio-commerce-lib-webhooks 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/LICENSE +201 -0
- package/README.md +20 -0
- package/dist/cjs/api/index.cjs +201 -0
- package/dist/cjs/api/index.d.cts +199 -0
- package/dist/cjs/responses/index.cjs +151 -0
- package/dist/cjs/responses/index.d.cts +175 -0
- package/dist/es/api/index.d.mts +199 -0
- package/dist/es/api/index.mjs +166 -0
- package/dist/es/responses/index.d.mts +175 -0
- package/dist/es/responses/index.mjs +144 -0
- package/package.json +95 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# @adobe/aio-commerce-lib-webhooks
|
|
2
|
+
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#273](https://github.com/adobe/aio-commerce-sdk/pull/273) [`660cf05`](https://github.com/adobe/aio-commerce-sdk/commit/660cf058d2439de82b3e22376c3d494b2a83045f) Thanks [@oshmyheliuk](https://github.com/oshmyheliuk)! - Added a new package to manage Commerce webhooks.
|
|
8
|
+
This package provides utilities to manage webhooks in Adobe Commerce such as subscribing, unsubscribing, and listing webhooks.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [#186](https://github.com/adobe/aio-commerce-sdk/pull/186) [`cb9c11d`](https://github.com/adobe/aio-commerce-sdk/commit/cb9c11dfd243d3034763374fe5416645015b46a9) Thanks [@obarcelonap](https://github.com/obarcelonap)! - Provide type-safe helpers for Adobe Commerce webhook operations
|
|
13
|
+
|
|
14
|
+
- Updated dependencies []:
|
|
15
|
+
- @adobe/aio-commerce-lib-api@1.0.1
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2025 Adobe
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# `@adobe/aio-commerce-lib-webhooks`
|
|
2
|
+
|
|
3
|
+
> [!WARNING]
|
|
4
|
+
> This package is a work in progress and is not yet ready for use. You may be able to install it, but if you do, expect breaking changes.
|
|
5
|
+
|
|
6
|
+
This package provides an interface to interact with the Adobe Commerce Webhooks API.
|
|
7
|
+
|
|
8
|
+
## Installation
|
|
9
|
+
|
|
10
|
+
```shell
|
|
11
|
+
pnpm add @adobe/aio-commerce-lib-webhooks
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
See the [Usage Guide](./docs/usage.md) for more information.
|
|
17
|
+
|
|
18
|
+
## Contributing
|
|
19
|
+
|
|
20
|
+
This package is part of the Adobe Commerce SDK monorepo. See the [Contributing Guide](https://github.com/adobe/aio-commerce-sdk/blob/main/.github/CONTRIBUTING.md) and [Development Guide](https://github.com/adobe/aio-commerce-sdk/blob/main/.github/DEVELOPMENT.md) for development setup and guidelines.
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2026 Adobe. All rights reserved.
|
|
5
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
7
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
10
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
11
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
12
|
+
* governing permissions and limitations under the License.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
16
|
+
//#region \0rolldown/runtime.js
|
|
17
|
+
var __create = Object.create;
|
|
18
|
+
var __defProp = Object.defineProperty;
|
|
19
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
20
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
21
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
22
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
23
|
+
var __copyProps = (to, from, except, desc) => {
|
|
24
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
25
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
26
|
+
key = keys[i];
|
|
27
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
28
|
+
__defProp(to, key, {
|
|
29
|
+
get: ((k) => from[k]).bind(null, key),
|
|
30
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
return to;
|
|
36
|
+
};
|
|
37
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
38
|
+
value: mod,
|
|
39
|
+
enumerable: true
|
|
40
|
+
}) : target, mod));
|
|
41
|
+
|
|
42
|
+
//#endregion
|
|
43
|
+
let _adobe_aio_commerce_lib_api = require("@adobe/aio-commerce-lib-api");
|
|
44
|
+
let valibot = require("valibot");
|
|
45
|
+
valibot = __toESM(valibot);
|
|
46
|
+
|
|
47
|
+
//#region source/api/webhooks/schema.ts
|
|
48
|
+
function nonEmptyString(fieldName) {
|
|
49
|
+
return valibot.pipe(valibot.string(`Expected a string for ${fieldName}`), valibot.nonEmpty(`${fieldName} must not be empty`));
|
|
50
|
+
}
|
|
51
|
+
function optionalString(fieldName) {
|
|
52
|
+
return valibot.optional(valibot.string(`Expected a string for ${fieldName}`));
|
|
53
|
+
}
|
|
54
|
+
/** Schema for a webhook field mapping ({ name, source? }). */
|
|
55
|
+
const WebhookFieldSchema = valibot.object({
|
|
56
|
+
name: nonEmptyString("field name"),
|
|
57
|
+
source: optionalString("field source")
|
|
58
|
+
});
|
|
59
|
+
/** Schema for a conditional webhook rule ({ field, operator, value }). */
|
|
60
|
+
const WebhookRuleSchema = valibot.object({
|
|
61
|
+
field: nonEmptyString("rule field"),
|
|
62
|
+
operator: nonEmptyString("rule operator"),
|
|
63
|
+
value: valibot.string("Expected a string for rule value")
|
|
64
|
+
});
|
|
65
|
+
/** Schema for a custom HTTP header ({ name, value }). */
|
|
66
|
+
const WebhookHeaderSchema = valibot.object({
|
|
67
|
+
name: nonEmptyString("header name"),
|
|
68
|
+
value: nonEmptyString("header value")
|
|
69
|
+
});
|
|
70
|
+
/** Schema for Developer Console OAuth credentials. */
|
|
71
|
+
const DeveloperConsoleOAuthSchema = valibot.object({
|
|
72
|
+
client_id: nonEmptyString("client_id"),
|
|
73
|
+
client_secret: nonEmptyString("client_secret"),
|
|
74
|
+
org_id: nonEmptyString("org_id"),
|
|
75
|
+
environment: optionalString("environment")
|
|
76
|
+
});
|
|
77
|
+
/**
|
|
78
|
+
* Schema for the webhook payload sent to POST /webhooks/subscribe.
|
|
79
|
+
* Matches the `webhook` property of the request body.
|
|
80
|
+
* Required fields per the Commerce API: webhook_method, webhook_type, batch_name, hook_name, url.
|
|
81
|
+
*/
|
|
82
|
+
const WebhookSubscribeParamsSchema = valibot.object({
|
|
83
|
+
webhook_method: nonEmptyString("webhook_method"),
|
|
84
|
+
webhook_type: nonEmptyString("webhook_type"),
|
|
85
|
+
batch_name: nonEmptyString("batch_name"),
|
|
86
|
+
batch_order: valibot.optional(valibot.number()),
|
|
87
|
+
hook_name: nonEmptyString("hook_name"),
|
|
88
|
+
url: nonEmptyString("url"),
|
|
89
|
+
priority: valibot.optional(valibot.number()),
|
|
90
|
+
required: valibot.optional(valibot.boolean()),
|
|
91
|
+
soft_timeout: valibot.optional(valibot.number()),
|
|
92
|
+
timeout: valibot.optional(valibot.number()),
|
|
93
|
+
method: optionalString("method"),
|
|
94
|
+
fallback_error_message: optionalString("fallback_error_message"),
|
|
95
|
+
ttl: valibot.optional(valibot.number()),
|
|
96
|
+
fields: valibot.optional(valibot.array(WebhookFieldSchema, "Expected an array of field objects")),
|
|
97
|
+
rules: valibot.optional(valibot.array(WebhookRuleSchema, "Expected an array of rule objects")),
|
|
98
|
+
headers: valibot.optional(valibot.array(WebhookHeaderSchema, "Expected an array of header objects")),
|
|
99
|
+
developer_console_oauth: valibot.optional(DeveloperConsoleOAuthSchema)
|
|
100
|
+
});
|
|
101
|
+
/**
|
|
102
|
+
* Schema for the parameters sent to POST /webhooks/unsubscribe.
|
|
103
|
+
* Required: webhook_method, webhook_type, batch_name, hook_name.
|
|
104
|
+
*/
|
|
105
|
+
const WebhookUnsubscribeParamsSchema = valibot.object({
|
|
106
|
+
webhook_method: nonEmptyString("webhook_method"),
|
|
107
|
+
webhook_type: nonEmptyString("webhook_type"),
|
|
108
|
+
batch_name: nonEmptyString("batch_name"),
|
|
109
|
+
hook_name: nonEmptyString("hook_name")
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
//#endregion
|
|
113
|
+
//#region source/api/webhooks/endpoints.ts
|
|
114
|
+
/**
|
|
115
|
+
* Returns a list of all subscribed webhooks in the Commerce instance.
|
|
116
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#get-a-list-of-all-subscribed-webhooks
|
|
117
|
+
*
|
|
118
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
119
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
120
|
+
*/
|
|
121
|
+
function getWebhookList(httpClient, fetchOptions) {
|
|
122
|
+
return httpClient.get("webhooks/list", fetchOptions).json();
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Subscribes a webhook in the Commerce instance.
|
|
126
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#subscribe-a-webhook
|
|
127
|
+
*
|
|
128
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
129
|
+
* @param params - The webhook payload (webhook_method, webhook_type, batch_name, hook_name, url, etc.).
|
|
130
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
131
|
+
*
|
|
132
|
+
* @throws A {@link CommerceSdkValidationError} If the parameters are in the wrong format.
|
|
133
|
+
* @throws An {@link HTTPError} If the status code is not 2XX.
|
|
134
|
+
*/
|
|
135
|
+
function subscribeWebhook(httpClient, params, fetchOptions) {
|
|
136
|
+
const validatedParams = valibot.parse(WebhookSubscribeParamsSchema, params);
|
|
137
|
+
return httpClient.post("webhooks/subscribe", {
|
|
138
|
+
...fetchOptions,
|
|
139
|
+
json: { webhook: validatedParams }
|
|
140
|
+
}).json();
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* Unsubscribes a webhook from the Commerce instance.
|
|
144
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#unsubscribe-a-webhook
|
|
145
|
+
*
|
|
146
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
147
|
+
* @param params - The webhook identifiers (webhook_method, webhook_type, batch_name, hook_name).
|
|
148
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
149
|
+
*
|
|
150
|
+
* @throws A {@link CommerceSdkValidationError} If the parameters are in the wrong format.
|
|
151
|
+
* @throws An {@link HTTPError} If the status code is not 2XX.
|
|
152
|
+
*/
|
|
153
|
+
function unsubscribeWebhook(httpClient, params, fetchOptions) {
|
|
154
|
+
const validatedParams = valibot.parse(WebhookUnsubscribeParamsSchema, params);
|
|
155
|
+
return httpClient.post("webhooks/unsubscribe", {
|
|
156
|
+
...fetchOptions,
|
|
157
|
+
json: { webhook: validatedParams }
|
|
158
|
+
}).json();
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Returns the list of webhooks supported in Adobe Commerce as a Cloud Service (SaaS only).
|
|
162
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#get-supported-webhooks-for-saas
|
|
163
|
+
*
|
|
164
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
165
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
166
|
+
*/
|
|
167
|
+
function getSupportedWebhookList(httpClient, fetchOptions) {
|
|
168
|
+
return httpClient.get("webhooks/supportedList", fetchOptions).json();
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
//#endregion
|
|
172
|
+
//#region source/lib/api-client.ts
|
|
173
|
+
/**
|
|
174
|
+
* Creates a new API client for the Commerce Webhooks API.
|
|
175
|
+
* @param params - The parameters to build the Commerce HTTP client.
|
|
176
|
+
*/
|
|
177
|
+
function createCommerceWebhooksApiClient(params) {
|
|
178
|
+
return _adobe_aio_commerce_lib_api.ApiClient.create(new _adobe_aio_commerce_lib_api.AdobeCommerceHttpClient(params), {
|
|
179
|
+
getWebhookList,
|
|
180
|
+
subscribeWebhook,
|
|
181
|
+
unsubscribeWebhook,
|
|
182
|
+
getSupportedWebhookList
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Creates a customized Commerce Webhooks API client with a user-specified set of endpoint functions.
|
|
187
|
+
* @param params - The parameters to build the Commerce HTTP client.
|
|
188
|
+
* @param functions - The API functions to include in the client.
|
|
189
|
+
*/
|
|
190
|
+
function createCustomCommerceWebhooksApiClient(params, functions) {
|
|
191
|
+
return _adobe_aio_commerce_lib_api.ApiClient.create(new _adobe_aio_commerce_lib_api.AdobeCommerceHttpClient(params), functions);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
//#endregion
|
|
195
|
+
exports.__toESM = __toESM;
|
|
196
|
+
exports.createCommerceWebhooksApiClient = createCommerceWebhooksApiClient;
|
|
197
|
+
exports.createCustomCommerceWebhooksApiClient = createCustomCommerceWebhooksApiClient;
|
|
198
|
+
exports.getSupportedWebhookList = getSupportedWebhookList;
|
|
199
|
+
exports.getWebhookList = getWebhookList;
|
|
200
|
+
exports.subscribeWebhook = subscribeWebhook;
|
|
201
|
+
exports.unsubscribeWebhook = unsubscribeWebhook;
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2026 Adobe. All rights reserved.
|
|
5
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
7
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
10
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
11
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
12
|
+
* governing permissions and limitations under the License.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import * as _adobe_aio_commerce_lib_api0 from "@adobe/aio-commerce-lib-api";
|
|
16
|
+
import { AdobeCommerceHttpClient, ApiFunction, CommerceHttpClientParams } from "@adobe/aio-commerce-lib-api";
|
|
17
|
+
import { Options } from "ky";
|
|
18
|
+
import * as v from "valibot";
|
|
19
|
+
|
|
20
|
+
//#region source/api/webhooks/schema.d.ts
|
|
21
|
+
/**
|
|
22
|
+
* Schema for the webhook payload sent to POST /webhooks/subscribe.
|
|
23
|
+
* Matches the `webhook` property of the request body.
|
|
24
|
+
* Required fields per the Commerce API: webhook_method, webhook_type, batch_name, hook_name, url.
|
|
25
|
+
*/
|
|
26
|
+
declare const WebhookSubscribeParamsSchema: v.ObjectSchema<{
|
|
27
|
+
readonly webhook_method: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
28
|
+
readonly webhook_type: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
29
|
+
readonly batch_name: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
30
|
+
readonly batch_order: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
31
|
+
readonly hook_name: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
32
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
33
|
+
readonly priority: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
34
|
+
readonly required: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
35
|
+
readonly soft_timeout: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
36
|
+
readonly timeout: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
37
|
+
readonly method: v.OptionalSchema<v.StringSchema<`Expected a string for ${string}`>, undefined>;
|
|
38
|
+
readonly fallback_error_message: v.OptionalSchema<v.StringSchema<`Expected a string for ${string}`>, undefined>;
|
|
39
|
+
readonly ttl: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
40
|
+
readonly fields: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
41
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
42
|
+
readonly source: v.OptionalSchema<v.StringSchema<`Expected a string for ${string}`>, undefined>;
|
|
43
|
+
}, undefined>, "Expected an array of field objects">, undefined>;
|
|
44
|
+
readonly rules: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
45
|
+
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
46
|
+
readonly operator: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
47
|
+
readonly value: v.StringSchema<"Expected a string for rule value">;
|
|
48
|
+
}, undefined>, "Expected an array of rule objects">, undefined>;
|
|
49
|
+
readonly headers: v.OptionalSchema<v.ArraySchema<v.ObjectSchema<{
|
|
50
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
51
|
+
readonly value: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
52
|
+
}, undefined>, "Expected an array of header objects">, undefined>;
|
|
53
|
+
readonly developer_console_oauth: v.OptionalSchema<v.ObjectSchema<{
|
|
54
|
+
readonly client_id: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
55
|
+
readonly client_secret: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
56
|
+
readonly org_id: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
57
|
+
readonly environment: v.OptionalSchema<v.StringSchema<`Expected a string for ${string}`>, undefined>;
|
|
58
|
+
}, undefined>, undefined>;
|
|
59
|
+
}, undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Schema for the parameters sent to POST /webhooks/unsubscribe.
|
|
62
|
+
* Required: webhook_method, webhook_type, batch_name, hook_name.
|
|
63
|
+
*/
|
|
64
|
+
declare const WebhookUnsubscribeParamsSchema: v.ObjectSchema<{
|
|
65
|
+
readonly webhook_method: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
66
|
+
readonly webhook_type: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
67
|
+
readonly batch_name: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
68
|
+
readonly hook_name: v.SchemaWithPipe<readonly [v.StringSchema<`Expected a string for ${string}`>, v.NonEmptyAction<string, `${string} must not be empty`>]>;
|
|
69
|
+
}, undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* The parameters for POST /webhooks/subscribe.
|
|
72
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#subscribe-a-webhook
|
|
73
|
+
*/
|
|
74
|
+
type WebhookSubscribeParams = v.InferInput<typeof WebhookSubscribeParamsSchema>;
|
|
75
|
+
/**
|
|
76
|
+
* The parameters for POST /webhooks/unsubscribe.
|
|
77
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#unsubscribe-a-webhook
|
|
78
|
+
*/
|
|
79
|
+
type WebhookUnsubscribeParams = v.InferInput<typeof WebhookUnsubscribeParamsSchema>;
|
|
80
|
+
//#endregion
|
|
81
|
+
//#region source/api/webhooks/types.d.ts
|
|
82
|
+
/** A field mapping in a Commerce webhook subscription. */
|
|
83
|
+
type CommerceWebhookField = {
|
|
84
|
+
name: string;
|
|
85
|
+
source?: string;
|
|
86
|
+
};
|
|
87
|
+
/** A conditional rule in a Commerce webhook subscription. */
|
|
88
|
+
type CommerceWebhookRule = {
|
|
89
|
+
field: string;
|
|
90
|
+
operator: string;
|
|
91
|
+
value: string;
|
|
92
|
+
};
|
|
93
|
+
/** A custom HTTP header in a Commerce webhook subscription. */
|
|
94
|
+
type CommerceWebhookHeader = {
|
|
95
|
+
name: string;
|
|
96
|
+
value: string;
|
|
97
|
+
};
|
|
98
|
+
/** Developer Console OAuth credentials attached to a webhook. */
|
|
99
|
+
type CommerceWebhookDeveloperConsoleOAuth = {
|
|
100
|
+
client_id: string;
|
|
101
|
+
client_secret: string;
|
|
102
|
+
org_id: string;
|
|
103
|
+
environment?: string;
|
|
104
|
+
};
|
|
105
|
+
/** A single Commerce webhook subscription as returned by GET /webhooks/list. */
|
|
106
|
+
type CommerceWebhook = {
|
|
107
|
+
webhook_method: string;
|
|
108
|
+
webhook_type: string;
|
|
109
|
+
batch_name: string;
|
|
110
|
+
batch_order?: number;
|
|
111
|
+
hook_name: string;
|
|
112
|
+
url: string;
|
|
113
|
+
priority?: number;
|
|
114
|
+
required?: boolean;
|
|
115
|
+
soft_timeout?: number;
|
|
116
|
+
timeout?: number;
|
|
117
|
+
method?: string;
|
|
118
|
+
fallback_error_message?: string;
|
|
119
|
+
ttl?: number;
|
|
120
|
+
fields?: CommerceWebhookField[];
|
|
121
|
+
rules?: CommerceWebhookRule[];
|
|
122
|
+
headers?: CommerceWebhookHeader[];
|
|
123
|
+
developer_console_oauth?: CommerceWebhookDeveloperConsoleOAuth;
|
|
124
|
+
};
|
|
125
|
+
/** The response type for GET /webhooks/list. */
|
|
126
|
+
type CommerceWebhookManyResponse = CommerceWebhook[];
|
|
127
|
+
/** A single entry from GET /webhooks/supportedList (SaaS only). */
|
|
128
|
+
type CommerceSupportedWebhook = {
|
|
129
|
+
name: string;
|
|
130
|
+
};
|
|
131
|
+
/** The response type for GET /webhooks/supportedList. */
|
|
132
|
+
type CommerceSupportedWebhookManyResponse = CommerceSupportedWebhook[];
|
|
133
|
+
//#endregion
|
|
134
|
+
//#region source/api/webhooks/endpoints.d.ts
|
|
135
|
+
/**
|
|
136
|
+
* Returns a list of all subscribed webhooks in the Commerce instance.
|
|
137
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#get-a-list-of-all-subscribed-webhooks
|
|
138
|
+
*
|
|
139
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
140
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
141
|
+
*/
|
|
142
|
+
declare function getWebhookList(httpClient: AdobeCommerceHttpClient, fetchOptions?: Options): Promise<CommerceWebhookManyResponse>;
|
|
143
|
+
/**
|
|
144
|
+
* Subscribes a webhook in the Commerce instance.
|
|
145
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#subscribe-a-webhook
|
|
146
|
+
*
|
|
147
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
148
|
+
* @param params - The webhook payload (webhook_method, webhook_type, batch_name, hook_name, url, etc.).
|
|
149
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
150
|
+
*
|
|
151
|
+
* @throws A {@link CommerceSdkValidationError} If the parameters are in the wrong format.
|
|
152
|
+
* @throws An {@link HTTPError} If the status code is not 2XX.
|
|
153
|
+
*/
|
|
154
|
+
declare function subscribeWebhook(httpClient: AdobeCommerceHttpClient, params: WebhookSubscribeParams, fetchOptions?: Options): Promise<void>;
|
|
155
|
+
/**
|
|
156
|
+
* Unsubscribes a webhook from the Commerce instance.
|
|
157
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#unsubscribe-a-webhook
|
|
158
|
+
*
|
|
159
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
160
|
+
* @param params - The webhook identifiers (webhook_method, webhook_type, batch_name, hook_name).
|
|
161
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
162
|
+
*
|
|
163
|
+
* @throws A {@link CommerceSdkValidationError} If the parameters are in the wrong format.
|
|
164
|
+
* @throws An {@link HTTPError} If the status code is not 2XX.
|
|
165
|
+
*/
|
|
166
|
+
declare function unsubscribeWebhook(httpClient: AdobeCommerceHttpClient, params: WebhookUnsubscribeParams, fetchOptions?: Options): Promise<void>;
|
|
167
|
+
/**
|
|
168
|
+
* Returns the list of webhooks supported in Adobe Commerce as a Cloud Service (SaaS only).
|
|
169
|
+
* @see https://developer.adobe.com/commerce/extensibility/webhooks/api/#get-supported-webhooks-for-saas
|
|
170
|
+
*
|
|
171
|
+
* @param httpClient - The {@link AdobeCommerceHttpClient} to use to make the request.
|
|
172
|
+
* @param fetchOptions - The {@link Options} to use to make the request.
|
|
173
|
+
*/
|
|
174
|
+
declare function getSupportedWebhookList(httpClient: AdobeCommerceHttpClient, fetchOptions?: Options): Promise<CommerceSupportedWebhookManyResponse>;
|
|
175
|
+
//#endregion
|
|
176
|
+
//#region source/lib/api-client.d.ts
|
|
177
|
+
/**
|
|
178
|
+
* Creates a new API client for the Commerce Webhooks API.
|
|
179
|
+
* @param params - The parameters to build the Commerce HTTP client.
|
|
180
|
+
*/
|
|
181
|
+
declare function createCommerceWebhooksApiClient(params: CommerceHttpClientParams): _adobe_aio_commerce_lib_api0.ApiClientRecord<AdobeCommerceHttpClient, {
|
|
182
|
+
getWebhookList: typeof getWebhookList;
|
|
183
|
+
subscribeWebhook: typeof subscribeWebhook;
|
|
184
|
+
unsubscribeWebhook: typeof unsubscribeWebhook;
|
|
185
|
+
getSupportedWebhookList: typeof getSupportedWebhookList;
|
|
186
|
+
}>;
|
|
187
|
+
/**
|
|
188
|
+
* An API client for the Commerce Webhooks API.
|
|
189
|
+
* @see {@link createCommerceWebhooksApiClient}
|
|
190
|
+
*/
|
|
191
|
+
type CommerceWebhooksApiClient = ReturnType<typeof createCommerceWebhooksApiClient>;
|
|
192
|
+
/**
|
|
193
|
+
* Creates a customized Commerce Webhooks API client with a user-specified set of endpoint functions.
|
|
194
|
+
* @param params - The parameters to build the Commerce HTTP client.
|
|
195
|
+
* @param functions - The API functions to include in the client.
|
|
196
|
+
*/
|
|
197
|
+
declare function createCustomCommerceWebhooksApiClient<TFunctions extends Record<string, ApiFunction<AdobeCommerceHttpClient, any[], any>>>(params: CommerceHttpClientParams, functions: TFunctions): _adobe_aio_commerce_lib_api0.ApiClientRecord<AdobeCommerceHttpClient, TFunctions>;
|
|
198
|
+
//#endregion
|
|
199
|
+
export { type CommerceSupportedWebhook, type CommerceSupportedWebhookManyResponse, type CommerceWebhook, type CommerceWebhookDeveloperConsoleOAuth, type CommerceWebhookField, type CommerceWebhookHeader, type CommerceWebhookManyResponse, type CommerceWebhookRule, type CommerceWebhooksApiClient, type WebhookSubscribeParams, type WebhookUnsubscribeParams, createCommerceWebhooksApiClient, createCustomCommerceWebhooksApiClient, getSupportedWebhookList, getWebhookList, subscribeWebhook, unsubscribeWebhook };
|