Commit 3f1fc3e
authored
18493 trigger shopify draft order updated (#18599)
* Update Shopify Developer App versions and add new draft order updated source
- Bump main package version to 0.10.0 and update dependencies.
- Increment action versions for multiple actions to reflect updates.
- Introduce new source for "Draft Order Updated" with version 0.0.1.
- Update existing sources and actions to improve versioning consistency.
* pnpm update
* Update draft order updated source key and timestamp parsing
- Changed the key for the draft order updated source to "shopify_developer_app-draft-order-updated" for better clarity.
- Updated timestamp parsing to use 'created_at' instead of 'createdAt' for consistency with resource attributes.
* Update version numbers for create-order, get-order, and refund-order actions to 0.0.11, 0.0.9, and 0.0.3 respectively.1 parent 4c1a754 commit 3f1fc3e
File tree
56 files changed
+232
-59
lines changed- components/shopify_developer_app
- actions
- add-product-to-custom-collection
- add-tags
- create-article
- create-blog
- create-custom-collection
- create-metafield
- create-metaobject
- create-order
- create-page
- create-product-variant
- create-product
- create-smart-collection
- delete-article
- delete-blog
- delete-metafield
- delete-page
- get-articles
- get-metafields
- get-metaobjects
- get-order
- get-pages
- refund-order
- search-custom-collection-by-name
- search-product-variant
- search-products
- update-article
- update-inventory-level
- update-metafield
- update-metaobject
- update-page
- update-product-variant
- sources
- cart-updated
- draft-order-updated
- inventory-level-updated
- new-abandoned-cart
- new-article
- new-cancelled-order
- new-cart-created
- new-customer-created
- new-draft-order
- new-event-emitted
- new-fulfillment-event
- new-order-created
- new-order-fulfilled
- new-page
- new-paid-order
- new-product-created
- new-product-updated
- new-refund-created
- new-updated-customer
- new-updated-order
- product-added-to-custom-collection
- shop-update
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+232
-59
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments