n8n-nodes-commercetools 1.0.8 → 1.0.9

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/README.md CHANGED
@@ -26,7 +26,7 @@ Operations are **auto-generated** from the official commercetools Postman collec
26
26
 
27
27
  ## Highlights
28
28
 
29
- - Full CRUD coverage for Products, Customers, Carts, Orders, Business Units, Categories, Channels, Associate Roles, Inventory, Reviews, Shopping Lists, Types, Custom Objects, Payments, Payment Methods, and Shipping Methods
29
+ - Full CRUD coverage for Products, Customers, Carts, Orders, Business Units, Categories, Channels, Associate Roles, Inventory, Reviews, Shopping Lists, Types, Custom Objects, Payments, Payment Methods, Shipping Methods, Zones, Subscriptions, and States
30
30
  - Auto-generated operations from the official Postman collection — always in sync
31
31
  - Product image upload: downloads from a URL, posts raw binary to commercetools
32
32
  - Product, Order, and Business Unit search with structured query, sort, limit, and offset fields
@@ -73,6 +73,9 @@ Select a **Resource** and **Operation** to interact with the commercetools API.
73
73
  | **Payment** | Create, Get by ID, Get by Key, Query, Update, Delete, HEAD checks |
74
74
  | **Payment Method** | Create, Get by ID, Get by Key, Query, Update, Delete, HEAD checks |
75
75
  | **Shipping Method** | Create, Get by ID, Get by Key, Query, Update, Delete, Get matching methods for Cart / Location / OrderEdit, HEAD checks |
76
+ | **Zone** | Create, Get by ID, Get by Key, Query, Update, Delete, HEAD checks |
77
+ | **Subscription** | Create, Get by ID, Get by Key, Query, Update, Delete, HEAD checks |
78
+ | **State** | Create, Get by ID, Get by Key, Query, Update, Delete, HEAD checks |
76
79
 
77
80
  #### How field generation works
78
81
 
@@ -173,6 +176,12 @@ Listens for real-time commercetools events via webhook subscription. On activati
173
176
 
174
177
  **Shipping Methods** — no message triggers
175
178
 
179
+ **Zones** — no message triggers (change subscriptions only)
180
+
181
+ **Subscriptions** — no message triggers (change subscriptions only)
182
+
183
+ **States** — change notifications only (CT does not support message subscriptions for states)
184
+
176
185
  #### Subscription routing
177
186
 
178
187
  Events are routed to the correct commercetools subscription arrays automatically using the generated event registry (produced by `generateCtpRegistry.ts` from the `@commercetools/platform-sdk` type declarations):
@@ -381,10 +390,10 @@ New API endpoints and fields appear in the node automatically without manual dev
381
390
 
382
391
  | Version | Changes |
383
392
  | ------- | ------------------------------------------------------------------------------------------------ |
393
+ | v1.0.8 | Added Custom Objects, Payments, Payment Methods, and Shipping Methods |
384
394
  | v1.0.7 | Added Types feature. |
385
395
  | v1.0.6 | Added Reviews and Shopping Lists. |
386
396
  | v1.0.5 | Added Inventory feature. |
387
- | v1.0.4 | Added Channels and Associate Roles. |
388
397
 
389
398
 
390
399