@commercelayer/cli-plugin-triggers 4.14.3 → 4.15.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/README.md +24 -0
- package/lib/commands/line_item/reset_restocked_quantity.d.ts +9 -0
- package/lib/commands/line_item/reset_restocked_quantity.js +22 -0
- package/lib/triggers/line_items.d.ts +1 -1
- package/lib/triggers/line_items.js +5 -0
- package/oclif.manifest.json +623 -535
- package/package.json +10 -10
package/oclif.manifest.json
CHANGED
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
"refresh.js"
|
|
2925
2925
|
]
|
|
2926
2926
|
},
|
|
2927
|
-
"
|
|
2927
|
+
"cleanup": {
|
|
2928
2928
|
"aliases": [],
|
|
2929
2929
|
"args": {
|
|
2930
2930
|
"id": {
|
|
@@ -2933,7 +2933,7 @@
|
|
|
2933
2933
|
"required": true
|
|
2934
2934
|
}
|
|
2935
2935
|
},
|
|
2936
|
-
"description": "
|
|
2936
|
+
"description": "execute an action on a resource of type cleanups",
|
|
2937
2937
|
"flags": {
|
|
2938
2938
|
"organization": {
|
|
2939
2939
|
"char": "o",
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
},
|
|
2999
2999
|
"hasDynamicHelp": false,
|
|
3000
3000
|
"hiddenAliases": [],
|
|
3001
|
-
"id": "
|
|
3001
|
+
"id": "cleanup",
|
|
3002
3002
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3003
3003
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3004
3004
|
"pluginType": "core",
|
|
@@ -3008,11 +3008,11 @@
|
|
|
3008
3008
|
"relativePath": [
|
|
3009
3009
|
"lib",
|
|
3010
3010
|
"commands",
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3011
|
+
"cleanup",
|
|
3012
|
+
"index.js"
|
|
3013
3013
|
]
|
|
3014
3014
|
},
|
|
3015
|
-
"
|
|
3015
|
+
"cleanup:interrupt": {
|
|
3016
3016
|
"aliases": [],
|
|
3017
3017
|
"args": {
|
|
3018
3018
|
"id": {
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
"required": true
|
|
3022
3022
|
}
|
|
3023
3023
|
},
|
|
3024
|
-
"description": "
|
|
3024
|
+
"description": "Send this attribute if you want to mark status as 'interrupted'.",
|
|
3025
3025
|
"flags": {
|
|
3026
3026
|
"organization": {
|
|
3027
3027
|
"char": "o",
|
|
@@ -3086,7 +3086,7 @@
|
|
|
3086
3086
|
},
|
|
3087
3087
|
"hasDynamicHelp": false,
|
|
3088
3088
|
"hiddenAliases": [],
|
|
3089
|
-
"id": "
|
|
3089
|
+
"id": "cleanup:interrupt",
|
|
3090
3090
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3091
3091
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3092
3092
|
"pluginType": "core",
|
|
@@ -3096,11 +3096,11 @@
|
|
|
3096
3096
|
"relativePath": [
|
|
3097
3097
|
"lib",
|
|
3098
3098
|
"commands",
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3099
|
+
"cleanup",
|
|
3100
|
+
"interrupt.js"
|
|
3101
3101
|
]
|
|
3102
3102
|
},
|
|
3103
|
-
"coupon:
|
|
3103
|
+
"coupon:add_tags": {
|
|
3104
3104
|
"aliases": [],
|
|
3105
3105
|
"args": {
|
|
3106
3106
|
"id": {
|
|
@@ -3109,7 +3109,7 @@
|
|
|
3109
3109
|
"required": true
|
|
3110
3110
|
}
|
|
3111
3111
|
},
|
|
3112
|
-
"description": "Comma separated list of tags to be
|
|
3112
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
3113
3113
|
"flags": {
|
|
3114
3114
|
"organization": {
|
|
3115
3115
|
"char": "o",
|
|
@@ -3174,7 +3174,7 @@
|
|
|
3174
3174
|
},
|
|
3175
3175
|
"hasDynamicHelp": false,
|
|
3176
3176
|
"hiddenAliases": [],
|
|
3177
|
-
"id": "coupon:
|
|
3177
|
+
"id": "coupon:add_tags",
|
|
3178
3178
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3179
3179
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3180
3180
|
"pluginType": "core",
|
|
@@ -3185,10 +3185,10 @@
|
|
|
3185
3185
|
"lib",
|
|
3186
3186
|
"commands",
|
|
3187
3187
|
"coupon",
|
|
3188
|
-
"
|
|
3188
|
+
"add_tags.js"
|
|
3189
3189
|
]
|
|
3190
3190
|
},
|
|
3191
|
-
"
|
|
3191
|
+
"coupon": {
|
|
3192
3192
|
"aliases": [],
|
|
3193
3193
|
"args": {
|
|
3194
3194
|
"id": {
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
"required": true
|
|
3198
3198
|
}
|
|
3199
3199
|
},
|
|
3200
|
-
"description": "
|
|
3200
|
+
"description": "execute an action on a resource of type coupons",
|
|
3201
3201
|
"flags": {
|
|
3202
3202
|
"organization": {
|
|
3203
3203
|
"char": "o",
|
|
@@ -3262,7 +3262,7 @@
|
|
|
3262
3262
|
},
|
|
3263
3263
|
"hasDynamicHelp": false,
|
|
3264
3264
|
"hiddenAliases": [],
|
|
3265
|
-
"id": "
|
|
3265
|
+
"id": "coupon",
|
|
3266
3266
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3267
3267
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3268
3268
|
"pluginType": "core",
|
|
@@ -3272,11 +3272,11 @@
|
|
|
3272
3272
|
"relativePath": [
|
|
3273
3273
|
"lib",
|
|
3274
3274
|
"commands",
|
|
3275
|
-
"
|
|
3276
|
-
"
|
|
3275
|
+
"coupon",
|
|
3276
|
+
"index.js"
|
|
3277
3277
|
]
|
|
3278
3278
|
},
|
|
3279
|
-
"
|
|
3279
|
+
"coupon:remove_tags": {
|
|
3280
3280
|
"aliases": [],
|
|
3281
3281
|
"args": {
|
|
3282
3282
|
"id": {
|
|
@@ -3285,7 +3285,7 @@
|
|
|
3285
3285
|
"required": true
|
|
3286
3286
|
}
|
|
3287
3287
|
},
|
|
3288
|
-
"description": "
|
|
3288
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
3289
3289
|
"flags": {
|
|
3290
3290
|
"organization": {
|
|
3291
3291
|
"char": "o",
|
|
@@ -3350,7 +3350,7 @@
|
|
|
3350
3350
|
},
|
|
3351
3351
|
"hasDynamicHelp": false,
|
|
3352
3352
|
"hiddenAliases": [],
|
|
3353
|
-
"id": "
|
|
3353
|
+
"id": "coupon:remove_tags",
|
|
3354
3354
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3355
3355
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3356
3356
|
"pluginType": "core",
|
|
@@ -3360,11 +3360,11 @@
|
|
|
3360
3360
|
"relativePath": [
|
|
3361
3361
|
"lib",
|
|
3362
3362
|
"commands",
|
|
3363
|
-
"
|
|
3364
|
-
"
|
|
3363
|
+
"coupon",
|
|
3364
|
+
"remove_tags.js"
|
|
3365
3365
|
]
|
|
3366
3366
|
},
|
|
3367
|
-
"customer": {
|
|
3367
|
+
"customer:add_tags": {
|
|
3368
3368
|
"aliases": [],
|
|
3369
3369
|
"args": {
|
|
3370
3370
|
"id": {
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
"required": true
|
|
3374
3374
|
}
|
|
3375
3375
|
},
|
|
3376
|
-
"description": "
|
|
3376
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
3377
3377
|
"flags": {
|
|
3378
3378
|
"organization": {
|
|
3379
3379
|
"char": "o",
|
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
},
|
|
3439
3439
|
"hasDynamicHelp": false,
|
|
3440
3440
|
"hiddenAliases": [],
|
|
3441
|
-
"id": "customer",
|
|
3441
|
+
"id": "customer:add_tags",
|
|
3442
3442
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3443
3443
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3444
3444
|
"pluginType": "core",
|
|
@@ -3449,10 +3449,10 @@
|
|
|
3449
3449
|
"lib",
|
|
3450
3450
|
"commands",
|
|
3451
3451
|
"customer",
|
|
3452
|
-
"
|
|
3452
|
+
"add_tags.js"
|
|
3453
3453
|
]
|
|
3454
3454
|
},
|
|
3455
|
-
"customer:
|
|
3455
|
+
"customer:cancel_anonymization": {
|
|
3456
3456
|
"aliases": [],
|
|
3457
3457
|
"args": {
|
|
3458
3458
|
"id": {
|
|
@@ -3461,7 +3461,7 @@
|
|
|
3461
3461
|
"required": true
|
|
3462
3462
|
}
|
|
3463
3463
|
},
|
|
3464
|
-
"description": "
|
|
3464
|
+
"description": "Send this attribute if you want to trigger a cancellation of anonymization. Cannot be passed by sales channels.",
|
|
3465
3465
|
"flags": {
|
|
3466
3466
|
"organization": {
|
|
3467
3467
|
"char": "o",
|
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
},
|
|
3527
3527
|
"hasDynamicHelp": false,
|
|
3528
3528
|
"hiddenAliases": [],
|
|
3529
|
-
"id": "customer:
|
|
3529
|
+
"id": "customer:cancel_anonymization",
|
|
3530
3530
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3531
3531
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3532
3532
|
"pluginType": "core",
|
|
@@ -3537,10 +3537,10 @@
|
|
|
3537
3537
|
"lib",
|
|
3538
3538
|
"commands",
|
|
3539
3539
|
"customer",
|
|
3540
|
-
"
|
|
3540
|
+
"cancel_anonymization.js"
|
|
3541
3541
|
]
|
|
3542
3542
|
},
|
|
3543
|
-
"customer
|
|
3543
|
+
"customer": {
|
|
3544
3544
|
"aliases": [],
|
|
3545
3545
|
"args": {
|
|
3546
3546
|
"id": {
|
|
@@ -3549,7 +3549,7 @@
|
|
|
3549
3549
|
"required": true
|
|
3550
3550
|
}
|
|
3551
3551
|
},
|
|
3552
|
-
"description": "
|
|
3552
|
+
"description": "execute an action on a resource of type customers",
|
|
3553
3553
|
"flags": {
|
|
3554
3554
|
"organization": {
|
|
3555
3555
|
"char": "o",
|
|
@@ -3614,7 +3614,7 @@
|
|
|
3614
3614
|
},
|
|
3615
3615
|
"hasDynamicHelp": false,
|
|
3616
3616
|
"hiddenAliases": [],
|
|
3617
|
-
"id": "customer
|
|
3617
|
+
"id": "customer",
|
|
3618
3618
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3619
3619
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3620
3620
|
"pluginType": "core",
|
|
@@ -3625,10 +3625,10 @@
|
|
|
3625
3625
|
"lib",
|
|
3626
3626
|
"commands",
|
|
3627
3627
|
"customer",
|
|
3628
|
-
"
|
|
3628
|
+
"index.js"
|
|
3629
3629
|
]
|
|
3630
3630
|
},
|
|
3631
|
-
"
|
|
3631
|
+
"customer:remove_tags": {
|
|
3632
3632
|
"aliases": [],
|
|
3633
3633
|
"args": {
|
|
3634
3634
|
"id": {
|
|
@@ -3637,7 +3637,7 @@
|
|
|
3637
3637
|
"required": true
|
|
3638
3638
|
}
|
|
3639
3639
|
},
|
|
3640
|
-
"description": "
|
|
3640
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
3641
3641
|
"flags": {
|
|
3642
3642
|
"organization": {
|
|
3643
3643
|
"char": "o",
|
|
@@ -3702,7 +3702,7 @@
|
|
|
3702
3702
|
},
|
|
3703
3703
|
"hasDynamicHelp": false,
|
|
3704
3704
|
"hiddenAliases": [],
|
|
3705
|
-
"id": "
|
|
3705
|
+
"id": "customer:remove_tags",
|
|
3706
3706
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3707
3707
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3708
3708
|
"pluginType": "core",
|
|
@@ -3712,11 +3712,11 @@
|
|
|
3712
3712
|
"relativePath": [
|
|
3713
3713
|
"lib",
|
|
3714
3714
|
"commands",
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3715
|
+
"customer",
|
|
3716
|
+
"remove_tags.js"
|
|
3717
3717
|
]
|
|
3718
3718
|
},
|
|
3719
|
-
"
|
|
3719
|
+
"customer:request_anonymization": {
|
|
3720
3720
|
"aliases": [],
|
|
3721
3721
|
"args": {
|
|
3722
3722
|
"id": {
|
|
@@ -3725,7 +3725,7 @@
|
|
|
3725
3725
|
"required": true
|
|
3726
3726
|
}
|
|
3727
3727
|
},
|
|
3728
|
-
"description": "Send this attribute if you want to
|
|
3728
|
+
"description": "Send this attribute if you want to trigger anonymization. Cannot be passed by sales channels.",
|
|
3729
3729
|
"flags": {
|
|
3730
3730
|
"organization": {
|
|
3731
3731
|
"char": "o",
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
},
|
|
3791
3791
|
"hasDynamicHelp": false,
|
|
3792
3792
|
"hiddenAliases": [],
|
|
3793
|
-
"id": "
|
|
3793
|
+
"id": "customer:request_anonymization",
|
|
3794
3794
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
3795
3795
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
3796
3796
|
"pluginType": "core",
|
|
@@ -3800,8 +3800,8 @@
|
|
|
3800
3800
|
"relativePath": [
|
|
3801
3801
|
"lib",
|
|
3802
3802
|
"commands",
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3803
|
+
"customer",
|
|
3804
|
+
"request_anonymization.js"
|
|
3805
3805
|
]
|
|
3806
3806
|
},
|
|
3807
3807
|
"customer_password_reset": {
|
|
@@ -6708,7 +6708,7 @@
|
|
|
6708
6708
|
"remove_tags.js"
|
|
6709
6709
|
]
|
|
6710
6710
|
},
|
|
6711
|
-
"
|
|
6711
|
+
"free_shipping_promotion:add_tags": {
|
|
6712
6712
|
"aliases": [],
|
|
6713
6713
|
"args": {
|
|
6714
6714
|
"id": {
|
|
@@ -6782,7 +6782,7 @@
|
|
|
6782
6782
|
},
|
|
6783
6783
|
"hasDynamicHelp": false,
|
|
6784
6784
|
"hiddenAliases": [],
|
|
6785
|
-
"id": "
|
|
6785
|
+
"id": "free_shipping_promotion:add_tags",
|
|
6786
6786
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6787
6787
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6788
6788
|
"pluginType": "core",
|
|
@@ -6792,11 +6792,11 @@
|
|
|
6792
6792
|
"relativePath": [
|
|
6793
6793
|
"lib",
|
|
6794
6794
|
"commands",
|
|
6795
|
-
"
|
|
6795
|
+
"free_shipping_promotion",
|
|
6796
6796
|
"add_tags.js"
|
|
6797
6797
|
]
|
|
6798
6798
|
},
|
|
6799
|
-
"
|
|
6799
|
+
"free_shipping_promotion:disable": {
|
|
6800
6800
|
"aliases": [],
|
|
6801
6801
|
"args": {
|
|
6802
6802
|
"id": {
|
|
@@ -6870,7 +6870,7 @@
|
|
|
6870
6870
|
},
|
|
6871
6871
|
"hasDynamicHelp": false,
|
|
6872
6872
|
"hiddenAliases": [],
|
|
6873
|
-
"id": "
|
|
6873
|
+
"id": "free_shipping_promotion:disable",
|
|
6874
6874
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6875
6875
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6876
6876
|
"pluginType": "core",
|
|
@@ -6880,11 +6880,11 @@
|
|
|
6880
6880
|
"relativePath": [
|
|
6881
6881
|
"lib",
|
|
6882
6882
|
"commands",
|
|
6883
|
-
"
|
|
6883
|
+
"free_shipping_promotion",
|
|
6884
6884
|
"disable.js"
|
|
6885
6885
|
]
|
|
6886
6886
|
},
|
|
6887
|
-
"
|
|
6887
|
+
"free_shipping_promotion:enable": {
|
|
6888
6888
|
"aliases": [],
|
|
6889
6889
|
"args": {
|
|
6890
6890
|
"id": {
|
|
@@ -6958,7 +6958,7 @@
|
|
|
6958
6958
|
},
|
|
6959
6959
|
"hasDynamicHelp": false,
|
|
6960
6960
|
"hiddenAliases": [],
|
|
6961
|
-
"id": "
|
|
6961
|
+
"id": "free_shipping_promotion:enable",
|
|
6962
6962
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6963
6963
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6964
6964
|
"pluginType": "core",
|
|
@@ -6968,11 +6968,11 @@
|
|
|
6968
6968
|
"relativePath": [
|
|
6969
6969
|
"lib",
|
|
6970
6970
|
"commands",
|
|
6971
|
-
"
|
|
6971
|
+
"free_shipping_promotion",
|
|
6972
6972
|
"enable.js"
|
|
6973
6973
|
]
|
|
6974
6974
|
},
|
|
6975
|
-
"
|
|
6975
|
+
"free_shipping_promotion": {
|
|
6976
6976
|
"aliases": [],
|
|
6977
6977
|
"args": {
|
|
6978
6978
|
"id": {
|
|
@@ -6981,7 +6981,7 @@
|
|
|
6981
6981
|
"required": true
|
|
6982
6982
|
}
|
|
6983
6983
|
},
|
|
6984
|
-
"description": "execute an action on a resource of type
|
|
6984
|
+
"description": "execute an action on a resource of type free_shipping_promotions",
|
|
6985
6985
|
"flags": {
|
|
6986
6986
|
"organization": {
|
|
6987
6987
|
"char": "o",
|
|
@@ -7046,7 +7046,7 @@
|
|
|
7046
7046
|
},
|
|
7047
7047
|
"hasDynamicHelp": false,
|
|
7048
7048
|
"hiddenAliases": [],
|
|
7049
|
-
"id": "
|
|
7049
|
+
"id": "free_shipping_promotion",
|
|
7050
7050
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7051
7051
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7052
7052
|
"pluginType": "core",
|
|
@@ -7056,11 +7056,11 @@
|
|
|
7056
7056
|
"relativePath": [
|
|
7057
7057
|
"lib",
|
|
7058
7058
|
"commands",
|
|
7059
|
-
"
|
|
7059
|
+
"free_shipping_promotion",
|
|
7060
7060
|
"index.js"
|
|
7061
7061
|
]
|
|
7062
7062
|
},
|
|
7063
|
-
"
|
|
7063
|
+
"free_shipping_promotion:remove_tags": {
|
|
7064
7064
|
"aliases": [],
|
|
7065
7065
|
"args": {
|
|
7066
7066
|
"id": {
|
|
@@ -7134,7 +7134,7 @@
|
|
|
7134
7134
|
},
|
|
7135
7135
|
"hasDynamicHelp": false,
|
|
7136
7136
|
"hiddenAliases": [],
|
|
7137
|
-
"id": "
|
|
7137
|
+
"id": "free_shipping_promotion:remove_tags",
|
|
7138
7138
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7139
7139
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7140
7140
|
"pluginType": "core",
|
|
@@ -7144,11 +7144,11 @@
|
|
|
7144
7144
|
"relativePath": [
|
|
7145
7145
|
"lib",
|
|
7146
7146
|
"commands",
|
|
7147
|
-
"
|
|
7147
|
+
"free_shipping_promotion",
|
|
7148
7148
|
"remove_tags.js"
|
|
7149
7149
|
]
|
|
7150
7150
|
},
|
|
7151
|
-
"
|
|
7151
|
+
"free_gift_promotion:add_tags": {
|
|
7152
7152
|
"aliases": [],
|
|
7153
7153
|
"args": {
|
|
7154
7154
|
"id": {
|
|
@@ -7222,7 +7222,7 @@
|
|
|
7222
7222
|
},
|
|
7223
7223
|
"hasDynamicHelp": false,
|
|
7224
7224
|
"hiddenAliases": [],
|
|
7225
|
-
"id": "
|
|
7225
|
+
"id": "free_gift_promotion:add_tags",
|
|
7226
7226
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7227
7227
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7228
7228
|
"pluginType": "core",
|
|
@@ -7232,11 +7232,11 @@
|
|
|
7232
7232
|
"relativePath": [
|
|
7233
7233
|
"lib",
|
|
7234
7234
|
"commands",
|
|
7235
|
-
"
|
|
7235
|
+
"free_gift_promotion",
|
|
7236
7236
|
"add_tags.js"
|
|
7237
7237
|
]
|
|
7238
7238
|
},
|
|
7239
|
-
"
|
|
7239
|
+
"free_gift_promotion:disable": {
|
|
7240
7240
|
"aliases": [],
|
|
7241
7241
|
"args": {
|
|
7242
7242
|
"id": {
|
|
@@ -7310,7 +7310,7 @@
|
|
|
7310
7310
|
},
|
|
7311
7311
|
"hasDynamicHelp": false,
|
|
7312
7312
|
"hiddenAliases": [],
|
|
7313
|
-
"id": "
|
|
7313
|
+
"id": "free_gift_promotion:disable",
|
|
7314
7314
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7315
7315
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7316
7316
|
"pluginType": "core",
|
|
@@ -7320,11 +7320,11 @@
|
|
|
7320
7320
|
"relativePath": [
|
|
7321
7321
|
"lib",
|
|
7322
7322
|
"commands",
|
|
7323
|
-
"
|
|
7323
|
+
"free_gift_promotion",
|
|
7324
7324
|
"disable.js"
|
|
7325
7325
|
]
|
|
7326
7326
|
},
|
|
7327
|
-
"
|
|
7327
|
+
"free_gift_promotion:enable": {
|
|
7328
7328
|
"aliases": [],
|
|
7329
7329
|
"args": {
|
|
7330
7330
|
"id": {
|
|
@@ -7398,7 +7398,7 @@
|
|
|
7398
7398
|
},
|
|
7399
7399
|
"hasDynamicHelp": false,
|
|
7400
7400
|
"hiddenAliases": [],
|
|
7401
|
-
"id": "
|
|
7401
|
+
"id": "free_gift_promotion:enable",
|
|
7402
7402
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7403
7403
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7404
7404
|
"pluginType": "core",
|
|
@@ -7408,11 +7408,11 @@
|
|
|
7408
7408
|
"relativePath": [
|
|
7409
7409
|
"lib",
|
|
7410
7410
|
"commands",
|
|
7411
|
-
"
|
|
7411
|
+
"free_gift_promotion",
|
|
7412
7412
|
"enable.js"
|
|
7413
7413
|
]
|
|
7414
7414
|
},
|
|
7415
|
-
"
|
|
7415
|
+
"free_gift_promotion": {
|
|
7416
7416
|
"aliases": [],
|
|
7417
7417
|
"args": {
|
|
7418
7418
|
"id": {
|
|
@@ -7421,7 +7421,7 @@
|
|
|
7421
7421
|
"required": true
|
|
7422
7422
|
}
|
|
7423
7423
|
},
|
|
7424
|
-
"description": "execute an action on a resource of type
|
|
7424
|
+
"description": "execute an action on a resource of type free_gift_promotions",
|
|
7425
7425
|
"flags": {
|
|
7426
7426
|
"organization": {
|
|
7427
7427
|
"char": "o",
|
|
@@ -7486,7 +7486,7 @@
|
|
|
7486
7486
|
},
|
|
7487
7487
|
"hasDynamicHelp": false,
|
|
7488
7488
|
"hiddenAliases": [],
|
|
7489
|
-
"id": "
|
|
7489
|
+
"id": "free_gift_promotion",
|
|
7490
7490
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7491
7491
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7492
7492
|
"pluginType": "core",
|
|
@@ -7496,11 +7496,11 @@
|
|
|
7496
7496
|
"relativePath": [
|
|
7497
7497
|
"lib",
|
|
7498
7498
|
"commands",
|
|
7499
|
-
"
|
|
7499
|
+
"free_gift_promotion",
|
|
7500
7500
|
"index.js"
|
|
7501
7501
|
]
|
|
7502
7502
|
},
|
|
7503
|
-
"
|
|
7503
|
+
"free_gift_promotion:remove_tags": {
|
|
7504
7504
|
"aliases": [],
|
|
7505
7505
|
"args": {
|
|
7506
7506
|
"id": {
|
|
@@ -7574,7 +7574,7 @@
|
|
|
7574
7574
|
},
|
|
7575
7575
|
"hasDynamicHelp": false,
|
|
7576
7576
|
"hiddenAliases": [],
|
|
7577
|
-
"id": "
|
|
7577
|
+
"id": "free_gift_promotion:remove_tags",
|
|
7578
7578
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7579
7579
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7580
7580
|
"pluginType": "core",
|
|
@@ -7584,11 +7584,11 @@
|
|
|
7584
7584
|
"relativePath": [
|
|
7585
7585
|
"lib",
|
|
7586
7586
|
"commands",
|
|
7587
|
-
"
|
|
7587
|
+
"free_gift_promotion",
|
|
7588
7588
|
"remove_tags.js"
|
|
7589
7589
|
]
|
|
7590
7590
|
},
|
|
7591
|
-
"
|
|
7591
|
+
"gift_card:activate": {
|
|
7592
7592
|
"aliases": [],
|
|
7593
7593
|
"args": {
|
|
7594
7594
|
"id": {
|
|
@@ -7597,7 +7597,7 @@
|
|
|
7597
7597
|
"required": true
|
|
7598
7598
|
}
|
|
7599
7599
|
},
|
|
7600
|
-
"description": "
|
|
7600
|
+
"description": "Send this attribute if you want to activate a gift card.",
|
|
7601
7601
|
"flags": {
|
|
7602
7602
|
"organization": {
|
|
7603
7603
|
"char": "o",
|
|
@@ -7662,7 +7662,7 @@
|
|
|
7662
7662
|
},
|
|
7663
7663
|
"hasDynamicHelp": false,
|
|
7664
7664
|
"hiddenAliases": [],
|
|
7665
|
-
"id": "
|
|
7665
|
+
"id": "gift_card:activate",
|
|
7666
7666
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7667
7667
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7668
7668
|
"pluginType": "core",
|
|
@@ -7672,11 +7672,11 @@
|
|
|
7672
7672
|
"relativePath": [
|
|
7673
7673
|
"lib",
|
|
7674
7674
|
"commands",
|
|
7675
|
-
"
|
|
7676
|
-
"
|
|
7675
|
+
"gift_card",
|
|
7676
|
+
"activate.js"
|
|
7677
7677
|
]
|
|
7678
7678
|
},
|
|
7679
|
-
"
|
|
7679
|
+
"gift_card:add_tags": {
|
|
7680
7680
|
"aliases": [],
|
|
7681
7681
|
"args": {
|
|
7682
7682
|
"id": {
|
|
@@ -7685,7 +7685,7 @@
|
|
|
7685
7685
|
"required": true
|
|
7686
7686
|
}
|
|
7687
7687
|
},
|
|
7688
|
-
"description": "
|
|
7688
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
7689
7689
|
"flags": {
|
|
7690
7690
|
"organization": {
|
|
7691
7691
|
"char": "o",
|
|
@@ -7750,7 +7750,7 @@
|
|
|
7750
7750
|
},
|
|
7751
7751
|
"hasDynamicHelp": false,
|
|
7752
7752
|
"hiddenAliases": [],
|
|
7753
|
-
"id": "
|
|
7753
|
+
"id": "gift_card:add_tags",
|
|
7754
7754
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7755
7755
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7756
7756
|
"pluginType": "core",
|
|
@@ -7760,11 +7760,11 @@
|
|
|
7760
7760
|
"relativePath": [
|
|
7761
7761
|
"lib",
|
|
7762
7762
|
"commands",
|
|
7763
|
-
"
|
|
7764
|
-
"
|
|
7763
|
+
"gift_card",
|
|
7764
|
+
"add_tags.js"
|
|
7765
7765
|
]
|
|
7766
7766
|
},
|
|
7767
|
-
"gift_card:
|
|
7767
|
+
"gift_card:balance_change_cents": {
|
|
7768
7768
|
"aliases": [],
|
|
7769
7769
|
"args": {
|
|
7770
7770
|
"id": {
|
|
@@ -7773,7 +7773,7 @@
|
|
|
7773
7773
|
"required": true
|
|
7774
7774
|
}
|
|
7775
7775
|
},
|
|
7776
|
-
"description": "
|
|
7776
|
+
"description": "The balance change, in cents. Send a negative value to reduces the card balance by the specified amount. Send a positive value to recharge the gift card (if rechargeable).",
|
|
7777
7777
|
"flags": {
|
|
7778
7778
|
"organization": {
|
|
7779
7779
|
"char": "o",
|
|
@@ -7838,7 +7838,7 @@
|
|
|
7838
7838
|
},
|
|
7839
7839
|
"hasDynamicHelp": false,
|
|
7840
7840
|
"hiddenAliases": [],
|
|
7841
|
-
"id": "gift_card:
|
|
7841
|
+
"id": "gift_card:balance_change_cents",
|
|
7842
7842
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7843
7843
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7844
7844
|
"pluginType": "core",
|
|
@@ -7849,10 +7849,10 @@
|
|
|
7849
7849
|
"lib",
|
|
7850
7850
|
"commands",
|
|
7851
7851
|
"gift_card",
|
|
7852
|
-
"
|
|
7852
|
+
"balance_change_cents.js"
|
|
7853
7853
|
]
|
|
7854
7854
|
},
|
|
7855
|
-
"gift_card:
|
|
7855
|
+
"gift_card:deactivate": {
|
|
7856
7856
|
"aliases": [],
|
|
7857
7857
|
"args": {
|
|
7858
7858
|
"id": {
|
|
@@ -7861,7 +7861,7 @@
|
|
|
7861
7861
|
"required": true
|
|
7862
7862
|
}
|
|
7863
7863
|
},
|
|
7864
|
-
"description": "
|
|
7864
|
+
"description": "Send this attribute if you want to deactivate a gift card.",
|
|
7865
7865
|
"flags": {
|
|
7866
7866
|
"organization": {
|
|
7867
7867
|
"char": "o",
|
|
@@ -7926,7 +7926,7 @@
|
|
|
7926
7926
|
},
|
|
7927
7927
|
"hasDynamicHelp": false,
|
|
7928
7928
|
"hiddenAliases": [],
|
|
7929
|
-
"id": "gift_card:
|
|
7929
|
+
"id": "gift_card:deactivate",
|
|
7930
7930
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7931
7931
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7932
7932
|
"pluginType": "core",
|
|
@@ -7937,10 +7937,10 @@
|
|
|
7937
7937
|
"lib",
|
|
7938
7938
|
"commands",
|
|
7939
7939
|
"gift_card",
|
|
7940
|
-
"
|
|
7940
|
+
"deactivate.js"
|
|
7941
7941
|
]
|
|
7942
7942
|
},
|
|
7943
|
-
"gift_card
|
|
7943
|
+
"gift_card": {
|
|
7944
7944
|
"aliases": [],
|
|
7945
7945
|
"args": {
|
|
7946
7946
|
"id": {
|
|
@@ -7949,7 +7949,7 @@
|
|
|
7949
7949
|
"required": true
|
|
7950
7950
|
}
|
|
7951
7951
|
},
|
|
7952
|
-
"description": "
|
|
7952
|
+
"description": "execute an action on a resource of type gift_cards",
|
|
7953
7953
|
"flags": {
|
|
7954
7954
|
"organization": {
|
|
7955
7955
|
"char": "o",
|
|
@@ -8014,7 +8014,7 @@
|
|
|
8014
8014
|
},
|
|
8015
8015
|
"hasDynamicHelp": false,
|
|
8016
8016
|
"hiddenAliases": [],
|
|
8017
|
-
"id": "gift_card
|
|
8017
|
+
"id": "gift_card",
|
|
8018
8018
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8019
8019
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8020
8020
|
"pluginType": "core",
|
|
@@ -8025,10 +8025,10 @@
|
|
|
8025
8025
|
"lib",
|
|
8026
8026
|
"commands",
|
|
8027
8027
|
"gift_card",
|
|
8028
|
-
"
|
|
8028
|
+
"index.js"
|
|
8029
8029
|
]
|
|
8030
8030
|
},
|
|
8031
|
-
"gift_card:
|
|
8031
|
+
"gift_card:purchase": {
|
|
8032
8032
|
"aliases": [],
|
|
8033
8033
|
"args": {
|
|
8034
8034
|
"id": {
|
|
@@ -8037,7 +8037,7 @@
|
|
|
8037
8037
|
"required": true
|
|
8038
8038
|
}
|
|
8039
8039
|
},
|
|
8040
|
-
"description": "Send this attribute if you want to
|
|
8040
|
+
"description": "Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated.",
|
|
8041
8041
|
"flags": {
|
|
8042
8042
|
"organization": {
|
|
8043
8043
|
"char": "o",
|
|
@@ -8102,7 +8102,7 @@
|
|
|
8102
8102
|
},
|
|
8103
8103
|
"hasDynamicHelp": false,
|
|
8104
8104
|
"hiddenAliases": [],
|
|
8105
|
-
"id": "gift_card:
|
|
8105
|
+
"id": "gift_card:purchase",
|
|
8106
8106
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8107
8107
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8108
8108
|
"pluginType": "core",
|
|
@@ -8113,10 +8113,10 @@
|
|
|
8113
8113
|
"lib",
|
|
8114
8114
|
"commands",
|
|
8115
8115
|
"gift_card",
|
|
8116
|
-
"
|
|
8116
|
+
"purchase.js"
|
|
8117
8117
|
]
|
|
8118
8118
|
},
|
|
8119
|
-
"gift_card": {
|
|
8119
|
+
"gift_card:remove_tags": {
|
|
8120
8120
|
"aliases": [],
|
|
8121
8121
|
"args": {
|
|
8122
8122
|
"id": {
|
|
@@ -8125,7 +8125,7 @@
|
|
|
8125
8125
|
"required": true
|
|
8126
8126
|
}
|
|
8127
8127
|
},
|
|
8128
|
-
"description": "
|
|
8128
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
8129
8129
|
"flags": {
|
|
8130
8130
|
"organization": {
|
|
8131
8131
|
"char": "o",
|
|
@@ -8190,7 +8190,7 @@
|
|
|
8190
8190
|
},
|
|
8191
8191
|
"hasDynamicHelp": false,
|
|
8192
8192
|
"hiddenAliases": [],
|
|
8193
|
-
"id": "gift_card",
|
|
8193
|
+
"id": "gift_card:remove_tags",
|
|
8194
8194
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8195
8195
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8196
8196
|
"pluginType": "core",
|
|
@@ -8201,10 +8201,10 @@
|
|
|
8201
8201
|
"lib",
|
|
8202
8202
|
"commands",
|
|
8203
8203
|
"gift_card",
|
|
8204
|
-
"
|
|
8204
|
+
"remove_tags.js"
|
|
8205
8205
|
]
|
|
8206
8206
|
},
|
|
8207
|
-
"
|
|
8207
|
+
"import": {
|
|
8208
8208
|
"aliases": [],
|
|
8209
8209
|
"args": {
|
|
8210
8210
|
"id": {
|
|
@@ -8213,7 +8213,7 @@
|
|
|
8213
8213
|
"required": true
|
|
8214
8214
|
}
|
|
8215
8215
|
},
|
|
8216
|
-
"description": "
|
|
8216
|
+
"description": "execute an action on a resource of type imports",
|
|
8217
8217
|
"flags": {
|
|
8218
8218
|
"organization": {
|
|
8219
8219
|
"char": "o",
|
|
@@ -8278,7 +8278,7 @@
|
|
|
8278
8278
|
},
|
|
8279
8279
|
"hasDynamicHelp": false,
|
|
8280
8280
|
"hiddenAliases": [],
|
|
8281
|
-
"id": "
|
|
8281
|
+
"id": "import",
|
|
8282
8282
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8283
8283
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8284
8284
|
"pluginType": "core",
|
|
@@ -8288,11 +8288,11 @@
|
|
|
8288
8288
|
"relativePath": [
|
|
8289
8289
|
"lib",
|
|
8290
8290
|
"commands",
|
|
8291
|
-
"
|
|
8292
|
-
"
|
|
8291
|
+
"import",
|
|
8292
|
+
"index.js"
|
|
8293
8293
|
]
|
|
8294
8294
|
},
|
|
8295
|
-
"
|
|
8295
|
+
"import:interrupt": {
|
|
8296
8296
|
"aliases": [],
|
|
8297
8297
|
"args": {
|
|
8298
8298
|
"id": {
|
|
@@ -8301,7 +8301,7 @@
|
|
|
8301
8301
|
"required": true
|
|
8302
8302
|
}
|
|
8303
8303
|
},
|
|
8304
|
-
"description": "
|
|
8304
|
+
"description": "Send this attribute if you want to mark status as 'interrupted'.",
|
|
8305
8305
|
"flags": {
|
|
8306
8306
|
"organization": {
|
|
8307
8307
|
"char": "o",
|
|
@@ -8366,7 +8366,7 @@
|
|
|
8366
8366
|
},
|
|
8367
8367
|
"hasDynamicHelp": false,
|
|
8368
8368
|
"hiddenAliases": [],
|
|
8369
|
-
"id": "
|
|
8369
|
+
"id": "import:interrupt",
|
|
8370
8370
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8371
8371
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8372
8372
|
"pluginType": "core",
|
|
@@ -8376,8 +8376,8 @@
|
|
|
8376
8376
|
"relativePath": [
|
|
8377
8377
|
"lib",
|
|
8378
8378
|
"commands",
|
|
8379
|
-
"
|
|
8380
|
-
"
|
|
8379
|
+
"import",
|
|
8380
|
+
"interrupt.js"
|
|
8381
8381
|
]
|
|
8382
8382
|
},
|
|
8383
8383
|
"in_stock_subscription:activate": {
|
|
@@ -8820,7 +8820,7 @@
|
|
|
8820
8820
|
"update.js"
|
|
8821
8821
|
]
|
|
8822
8822
|
},
|
|
8823
|
-
"
|
|
8823
|
+
"line_item:add_tags": {
|
|
8824
8824
|
"aliases": [],
|
|
8825
8825
|
"args": {
|
|
8826
8826
|
"id": {
|
|
@@ -8894,7 +8894,7 @@
|
|
|
8894
8894
|
},
|
|
8895
8895
|
"hasDynamicHelp": false,
|
|
8896
8896
|
"hiddenAliases": [],
|
|
8897
|
-
"id": "
|
|
8897
|
+
"id": "line_item:add_tags",
|
|
8898
8898
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8899
8899
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8900
8900
|
"pluginType": "core",
|
|
@@ -8904,11 +8904,11 @@
|
|
|
8904
8904
|
"relativePath": [
|
|
8905
8905
|
"lib",
|
|
8906
8906
|
"commands",
|
|
8907
|
-
"
|
|
8907
|
+
"line_item",
|
|
8908
8908
|
"add_tags.js"
|
|
8909
8909
|
]
|
|
8910
8910
|
},
|
|
8911
|
-
"
|
|
8911
|
+
"line_item:external_price": {
|
|
8912
8912
|
"aliases": [],
|
|
8913
8913
|
"args": {
|
|
8914
8914
|
"id": {
|
|
@@ -8917,7 +8917,7 @@
|
|
|
8917
8917
|
"required": true
|
|
8918
8918
|
}
|
|
8919
8919
|
},
|
|
8920
|
-
"description": "
|
|
8920
|
+
"description": "When creating or updating a new line item, set this attribute to '1' if you want to inject the unit_amount_cents price from an external source. Any successive price computation will be done externally, until the attribute is reset to '0'.",
|
|
8921
8921
|
"flags": {
|
|
8922
8922
|
"organization": {
|
|
8923
8923
|
"char": "o",
|
|
@@ -8982,7 +8982,7 @@
|
|
|
8982
8982
|
},
|
|
8983
8983
|
"hasDynamicHelp": false,
|
|
8984
8984
|
"hiddenAliases": [],
|
|
8985
|
-
"id": "
|
|
8985
|
+
"id": "line_item:external_price",
|
|
8986
8986
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8987
8987
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8988
8988
|
"pluginType": "core",
|
|
@@ -8992,11 +8992,11 @@
|
|
|
8992
8992
|
"relativePath": [
|
|
8993
8993
|
"lib",
|
|
8994
8994
|
"commands",
|
|
8995
|
-
"
|
|
8996
|
-
"
|
|
8995
|
+
"line_item",
|
|
8996
|
+
"external_price.js"
|
|
8997
8997
|
]
|
|
8998
8998
|
},
|
|
8999
|
-
"
|
|
8999
|
+
"line_item": {
|
|
9000
9000
|
"aliases": [],
|
|
9001
9001
|
"args": {
|
|
9002
9002
|
"id": {
|
|
@@ -9005,7 +9005,7 @@
|
|
|
9005
9005
|
"required": true
|
|
9006
9006
|
}
|
|
9007
9007
|
},
|
|
9008
|
-
"description": "
|
|
9008
|
+
"description": "execute an action on a resource of type line_items",
|
|
9009
9009
|
"flags": {
|
|
9010
9010
|
"organization": {
|
|
9011
9011
|
"char": "o",
|
|
@@ -9070,7 +9070,7 @@
|
|
|
9070
9070
|
},
|
|
9071
9071
|
"hasDynamicHelp": false,
|
|
9072
9072
|
"hiddenAliases": [],
|
|
9073
|
-
"id": "
|
|
9073
|
+
"id": "line_item",
|
|
9074
9074
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9075
9075
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9076
9076
|
"pluginType": "core",
|
|
@@ -9080,11 +9080,11 @@
|
|
|
9080
9080
|
"relativePath": [
|
|
9081
9081
|
"lib",
|
|
9082
9082
|
"commands",
|
|
9083
|
-
"
|
|
9084
|
-
"
|
|
9083
|
+
"line_item",
|
|
9084
|
+
"index.js"
|
|
9085
9085
|
]
|
|
9086
9086
|
},
|
|
9087
|
-
"line_item:
|
|
9087
|
+
"line_item:remove_tags": {
|
|
9088
9088
|
"aliases": [],
|
|
9089
9089
|
"args": {
|
|
9090
9090
|
"id": {
|
|
@@ -9093,7 +9093,7 @@
|
|
|
9093
9093
|
"required": true
|
|
9094
9094
|
}
|
|
9095
9095
|
},
|
|
9096
|
-
"description": "Comma separated list of tags to be
|
|
9096
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
9097
9097
|
"flags": {
|
|
9098
9098
|
"organization": {
|
|
9099
9099
|
"char": "o",
|
|
@@ -9158,7 +9158,7 @@
|
|
|
9158
9158
|
},
|
|
9159
9159
|
"hasDynamicHelp": false,
|
|
9160
9160
|
"hiddenAliases": [],
|
|
9161
|
-
"id": "line_item:
|
|
9161
|
+
"id": "line_item:remove_tags",
|
|
9162
9162
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9163
9163
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9164
9164
|
"pluginType": "core",
|
|
@@ -9169,10 +9169,10 @@
|
|
|
9169
9169
|
"lib",
|
|
9170
9170
|
"commands",
|
|
9171
9171
|
"line_item",
|
|
9172
|
-
"
|
|
9172
|
+
"remove_tags.js"
|
|
9173
9173
|
]
|
|
9174
9174
|
},
|
|
9175
|
-
"line_item:
|
|
9175
|
+
"line_item:reserve_stock": {
|
|
9176
9176
|
"aliases": [],
|
|
9177
9177
|
"args": {
|
|
9178
9178
|
"id": {
|
|
@@ -9181,7 +9181,7 @@
|
|
|
9181
9181
|
"required": true
|
|
9182
9182
|
}
|
|
9183
9183
|
},
|
|
9184
|
-
"description": "
|
|
9184
|
+
"description": "Send this attribute if you want to reserve the stock for the line item's SKUs quantity. Stock reservations expiration depends on the inventory model's cutoff. When used on update the existing active stock reservations are renewed. Cannot be passed by sales channels.",
|
|
9185
9185
|
"flags": {
|
|
9186
9186
|
"organization": {
|
|
9187
9187
|
"char": "o",
|
|
@@ -9246,7 +9246,7 @@
|
|
|
9246
9246
|
},
|
|
9247
9247
|
"hasDynamicHelp": false,
|
|
9248
9248
|
"hiddenAliases": [],
|
|
9249
|
-
"id": "line_item:
|
|
9249
|
+
"id": "line_item:reserve_stock",
|
|
9250
9250
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9251
9251
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9252
9252
|
"pluginType": "core",
|
|
@@ -9257,10 +9257,10 @@
|
|
|
9257
9257
|
"lib",
|
|
9258
9258
|
"commands",
|
|
9259
9259
|
"line_item",
|
|
9260
|
-
"
|
|
9260
|
+
"reserve_stock.js"
|
|
9261
9261
|
]
|
|
9262
9262
|
},
|
|
9263
|
-
"line_item": {
|
|
9263
|
+
"line_item:reset_circuit": {
|
|
9264
9264
|
"aliases": [],
|
|
9265
9265
|
"args": {
|
|
9266
9266
|
"id": {
|
|
@@ -9269,7 +9269,7 @@
|
|
|
9269
9269
|
"required": true
|
|
9270
9270
|
}
|
|
9271
9271
|
},
|
|
9272
|
-
"description": "
|
|
9272
|
+
"description": "Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.",
|
|
9273
9273
|
"flags": {
|
|
9274
9274
|
"organization": {
|
|
9275
9275
|
"char": "o",
|
|
@@ -9334,7 +9334,7 @@
|
|
|
9334
9334
|
},
|
|
9335
9335
|
"hasDynamicHelp": false,
|
|
9336
9336
|
"hiddenAliases": [],
|
|
9337
|
-
"id": "line_item",
|
|
9337
|
+
"id": "line_item:reset_circuit",
|
|
9338
9338
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9339
9339
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9340
9340
|
"pluginType": "core",
|
|
@@ -9345,10 +9345,10 @@
|
|
|
9345
9345
|
"lib",
|
|
9346
9346
|
"commands",
|
|
9347
9347
|
"line_item",
|
|
9348
|
-
"
|
|
9348
|
+
"reset_circuit.js"
|
|
9349
9349
|
]
|
|
9350
9350
|
},
|
|
9351
|
-
"line_item:
|
|
9351
|
+
"line_item:reset_restocked_quantity": {
|
|
9352
9352
|
"aliases": [],
|
|
9353
9353
|
"args": {
|
|
9354
9354
|
"id": {
|
|
@@ -9357,7 +9357,7 @@
|
|
|
9357
9357
|
"required": true
|
|
9358
9358
|
}
|
|
9359
9359
|
},
|
|
9360
|
-
"description": "
|
|
9360
|
+
"description": "Send this attribute if you want to reset the quantity restocked by a return or by an order/shipment cancel. This will allow for multiple returns, albeit you need to adjust the stock manually. Cannot be passed by sales channels.",
|
|
9361
9361
|
"flags": {
|
|
9362
9362
|
"organization": {
|
|
9363
9363
|
"char": "o",
|
|
@@ -9422,7 +9422,7 @@
|
|
|
9422
9422
|
},
|
|
9423
9423
|
"hasDynamicHelp": false,
|
|
9424
9424
|
"hiddenAliases": [],
|
|
9425
|
-
"id": "line_item:
|
|
9425
|
+
"id": "line_item:reset_restocked_quantity",
|
|
9426
9426
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9427
9427
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9428
9428
|
"pluginType": "core",
|
|
@@ -9433,10 +9433,10 @@
|
|
|
9433
9433
|
"lib",
|
|
9434
9434
|
"commands",
|
|
9435
9435
|
"line_item",
|
|
9436
|
-
"
|
|
9436
|
+
"reset_restocked_quantity.js"
|
|
9437
9437
|
]
|
|
9438
9438
|
},
|
|
9439
|
-
"
|
|
9439
|
+
"line_item_option:add_tags": {
|
|
9440
9440
|
"aliases": [],
|
|
9441
9441
|
"args": {
|
|
9442
9442
|
"id": {
|
|
@@ -9445,7 +9445,7 @@
|
|
|
9445
9445
|
"required": true
|
|
9446
9446
|
}
|
|
9447
9447
|
},
|
|
9448
|
-
"description": "
|
|
9448
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
9449
9449
|
"flags": {
|
|
9450
9450
|
"organization": {
|
|
9451
9451
|
"char": "o",
|
|
@@ -9510,7 +9510,7 @@
|
|
|
9510
9510
|
},
|
|
9511
9511
|
"hasDynamicHelp": false,
|
|
9512
9512
|
"hiddenAliases": [],
|
|
9513
|
-
"id": "
|
|
9513
|
+
"id": "line_item_option:add_tags",
|
|
9514
9514
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9515
9515
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9516
9516
|
"pluginType": "core",
|
|
@@ -9520,11 +9520,11 @@
|
|
|
9520
9520
|
"relativePath": [
|
|
9521
9521
|
"lib",
|
|
9522
9522
|
"commands",
|
|
9523
|
-
"
|
|
9524
|
-
"
|
|
9523
|
+
"line_item_option",
|
|
9524
|
+
"add_tags.js"
|
|
9525
9525
|
]
|
|
9526
9526
|
},
|
|
9527
|
-
"
|
|
9527
|
+
"line_item_option": {
|
|
9528
9528
|
"aliases": [],
|
|
9529
9529
|
"args": {
|
|
9530
9530
|
"id": {
|
|
@@ -9533,7 +9533,7 @@
|
|
|
9533
9533
|
"required": true
|
|
9534
9534
|
}
|
|
9535
9535
|
},
|
|
9536
|
-
"description": "
|
|
9536
|
+
"description": "execute an action on a resource of type line_item_options",
|
|
9537
9537
|
"flags": {
|
|
9538
9538
|
"organization": {
|
|
9539
9539
|
"char": "o",
|
|
@@ -9598,7 +9598,7 @@
|
|
|
9598
9598
|
},
|
|
9599
9599
|
"hasDynamicHelp": false,
|
|
9600
9600
|
"hiddenAliases": [],
|
|
9601
|
-
"id": "
|
|
9601
|
+
"id": "line_item_option",
|
|
9602
9602
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9603
9603
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9604
9604
|
"pluginType": "core",
|
|
@@ -9608,8 +9608,96 @@
|
|
|
9608
9608
|
"relativePath": [
|
|
9609
9609
|
"lib",
|
|
9610
9610
|
"commands",
|
|
9611
|
-
"
|
|
9612
|
-
"
|
|
9611
|
+
"line_item_option",
|
|
9612
|
+
"index.js"
|
|
9613
|
+
]
|
|
9614
|
+
},
|
|
9615
|
+
"line_item_option:remove_tags": {
|
|
9616
|
+
"aliases": [],
|
|
9617
|
+
"args": {
|
|
9618
|
+
"id": {
|
|
9619
|
+
"description": "the unique id of the resource",
|
|
9620
|
+
"name": "id",
|
|
9621
|
+
"required": true
|
|
9622
|
+
}
|
|
9623
|
+
},
|
|
9624
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
9625
|
+
"flags": {
|
|
9626
|
+
"organization": {
|
|
9627
|
+
"char": "o",
|
|
9628
|
+
"description": "the slug of your organization",
|
|
9629
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
9630
|
+
"hidden": true,
|
|
9631
|
+
"name": "organization",
|
|
9632
|
+
"required": true,
|
|
9633
|
+
"hasDynamicHelp": false,
|
|
9634
|
+
"multiple": false,
|
|
9635
|
+
"type": "option"
|
|
9636
|
+
},
|
|
9637
|
+
"domain": {
|
|
9638
|
+
"char": "d",
|
|
9639
|
+
"dependsOn": [
|
|
9640
|
+
"organization"
|
|
9641
|
+
],
|
|
9642
|
+
"env": "CL_CLI_DOMAIN",
|
|
9643
|
+
"hidden": true,
|
|
9644
|
+
"name": "domain",
|
|
9645
|
+
"required": false,
|
|
9646
|
+
"hasDynamicHelp": false,
|
|
9647
|
+
"multiple": false,
|
|
9648
|
+
"type": "option"
|
|
9649
|
+
},
|
|
9650
|
+
"accessToken": {
|
|
9651
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
9652
|
+
"hidden": true,
|
|
9653
|
+
"name": "accessToken",
|
|
9654
|
+
"required": true,
|
|
9655
|
+
"hasDynamicHelp": false,
|
|
9656
|
+
"multiple": false,
|
|
9657
|
+
"type": "option"
|
|
9658
|
+
},
|
|
9659
|
+
"print": {
|
|
9660
|
+
"char": "p",
|
|
9661
|
+
"description": "print out the modified resource",
|
|
9662
|
+
"name": "print",
|
|
9663
|
+
"allowNo": false,
|
|
9664
|
+
"type": "boolean"
|
|
9665
|
+
},
|
|
9666
|
+
"json": {
|
|
9667
|
+
"char": "j",
|
|
9668
|
+
"dependsOn": [
|
|
9669
|
+
"print"
|
|
9670
|
+
],
|
|
9671
|
+
"description": "print result in JSON format",
|
|
9672
|
+
"name": "json",
|
|
9673
|
+
"allowNo": false,
|
|
9674
|
+
"type": "boolean"
|
|
9675
|
+
},
|
|
9676
|
+
"unformatted": {
|
|
9677
|
+
"char": "u",
|
|
9678
|
+
"dependsOn": [
|
|
9679
|
+
"json"
|
|
9680
|
+
],
|
|
9681
|
+
"description": "print JSON output without indentation",
|
|
9682
|
+
"name": "unformatted",
|
|
9683
|
+
"allowNo": false,
|
|
9684
|
+
"type": "boolean"
|
|
9685
|
+
}
|
|
9686
|
+
},
|
|
9687
|
+
"hasDynamicHelp": false,
|
|
9688
|
+
"hiddenAliases": [],
|
|
9689
|
+
"id": "line_item_option:remove_tags",
|
|
9690
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9691
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9692
|
+
"pluginType": "core",
|
|
9693
|
+
"strict": true,
|
|
9694
|
+
"enableJsonFlag": false,
|
|
9695
|
+
"isESM": false,
|
|
9696
|
+
"relativePath": [
|
|
9697
|
+
"lib",
|
|
9698
|
+
"commands",
|
|
9699
|
+
"line_item_option",
|
|
9700
|
+
"remove_tags.js"
|
|
9613
9701
|
]
|
|
9614
9702
|
},
|
|
9615
9703
|
"link:disable": {
|
|
@@ -10756,7 +10844,7 @@
|
|
|
10756
10844
|
"remove_tags.js"
|
|
10757
10845
|
]
|
|
10758
10846
|
},
|
|
10759
|
-
"
|
|
10847
|
+
"payment_method:disable": {
|
|
10760
10848
|
"aliases": [],
|
|
10761
10849
|
"args": {
|
|
10762
10850
|
"id": {
|
|
@@ -10765,7 +10853,7 @@
|
|
|
10765
10853
|
"required": true
|
|
10766
10854
|
}
|
|
10767
10855
|
},
|
|
10768
|
-
"description": "
|
|
10856
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
10769
10857
|
"flags": {
|
|
10770
10858
|
"organization": {
|
|
10771
10859
|
"char": "o",
|
|
@@ -10830,7 +10918,7 @@
|
|
|
10830
10918
|
},
|
|
10831
10919
|
"hasDynamicHelp": false,
|
|
10832
10920
|
"hiddenAliases": [],
|
|
10833
|
-
"id": "
|
|
10921
|
+
"id": "payment_method:disable",
|
|
10834
10922
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10835
10923
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10836
10924
|
"pluginType": "core",
|
|
@@ -10840,11 +10928,11 @@
|
|
|
10840
10928
|
"relativePath": [
|
|
10841
10929
|
"lib",
|
|
10842
10930
|
"commands",
|
|
10843
|
-
"
|
|
10844
|
-
"
|
|
10931
|
+
"payment_method",
|
|
10932
|
+
"disable.js"
|
|
10845
10933
|
]
|
|
10846
10934
|
},
|
|
10847
|
-
"
|
|
10935
|
+
"payment_method:enable": {
|
|
10848
10936
|
"aliases": [],
|
|
10849
10937
|
"args": {
|
|
10850
10938
|
"id": {
|
|
@@ -10853,7 +10941,7 @@
|
|
|
10853
10941
|
"required": true
|
|
10854
10942
|
}
|
|
10855
10943
|
},
|
|
10856
|
-
"description": "Send this attribute if you want to
|
|
10944
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
10857
10945
|
"flags": {
|
|
10858
10946
|
"organization": {
|
|
10859
10947
|
"char": "o",
|
|
@@ -10918,7 +11006,7 @@
|
|
|
10918
11006
|
},
|
|
10919
11007
|
"hasDynamicHelp": false,
|
|
10920
11008
|
"hiddenAliases": [],
|
|
10921
|
-
"id": "
|
|
11009
|
+
"id": "payment_method:enable",
|
|
10922
11010
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10923
11011
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10924
11012
|
"pluginType": "core",
|
|
@@ -10928,11 +11016,11 @@
|
|
|
10928
11016
|
"relativePath": [
|
|
10929
11017
|
"lib",
|
|
10930
11018
|
"commands",
|
|
10931
|
-
"
|
|
10932
|
-
"
|
|
11019
|
+
"payment_method",
|
|
11020
|
+
"enable.js"
|
|
10933
11021
|
]
|
|
10934
11022
|
},
|
|
10935
|
-
"
|
|
11023
|
+
"payment_method": {
|
|
10936
11024
|
"aliases": [],
|
|
10937
11025
|
"args": {
|
|
10938
11026
|
"id": {
|
|
@@ -10941,7 +11029,7 @@
|
|
|
10941
11029
|
"required": true
|
|
10942
11030
|
}
|
|
10943
11031
|
},
|
|
10944
|
-
"description": "
|
|
11032
|
+
"description": "execute an action on a resource of type payment_methods",
|
|
10945
11033
|
"flags": {
|
|
10946
11034
|
"organization": {
|
|
10947
11035
|
"char": "o",
|
|
@@ -11006,7 +11094,7 @@
|
|
|
11006
11094
|
},
|
|
11007
11095
|
"hasDynamicHelp": false,
|
|
11008
11096
|
"hiddenAliases": [],
|
|
11009
|
-
"id": "
|
|
11097
|
+
"id": "payment_method",
|
|
11010
11098
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11011
11099
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11012
11100
|
"pluginType": "core",
|
|
@@ -11016,11 +11104,11 @@
|
|
|
11016
11104
|
"relativePath": [
|
|
11017
11105
|
"lib",
|
|
11018
11106
|
"commands",
|
|
11019
|
-
"
|
|
11020
|
-
"
|
|
11107
|
+
"payment_method",
|
|
11108
|
+
"index.js"
|
|
11021
11109
|
]
|
|
11022
11110
|
},
|
|
11023
|
-
"order:
|
|
11111
|
+
"order:add_tags": {
|
|
11024
11112
|
"aliases": [],
|
|
11025
11113
|
"args": {
|
|
11026
11114
|
"id": {
|
|
@@ -11029,7 +11117,7 @@
|
|
|
11029
11117
|
"required": true
|
|
11030
11118
|
}
|
|
11031
11119
|
},
|
|
11032
|
-
"description": "
|
|
11120
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
11033
11121
|
"flags": {
|
|
11034
11122
|
"organization": {
|
|
11035
11123
|
"char": "o",
|
|
@@ -11094,7 +11182,7 @@
|
|
|
11094
11182
|
},
|
|
11095
11183
|
"hasDynamicHelp": false,
|
|
11096
11184
|
"hiddenAliases": [],
|
|
11097
|
-
"id": "order:
|
|
11185
|
+
"id": "order:add_tags",
|
|
11098
11186
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11099
11187
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11100
11188
|
"pluginType": "core",
|
|
@@ -11105,10 +11193,10 @@
|
|
|
11105
11193
|
"lib",
|
|
11106
11194
|
"commands",
|
|
11107
11195
|
"order",
|
|
11108
|
-
"
|
|
11196
|
+
"add_tags.js"
|
|
11109
11197
|
]
|
|
11110
11198
|
},
|
|
11111
|
-
"order:
|
|
11199
|
+
"order:approve": {
|
|
11112
11200
|
"aliases": [],
|
|
11113
11201
|
"args": {
|
|
11114
11202
|
"id": {
|
|
@@ -11117,7 +11205,7 @@
|
|
|
11117
11205
|
"required": true
|
|
11118
11206
|
}
|
|
11119
11207
|
},
|
|
11120
|
-
"description": "Send this attribute
|
|
11208
|
+
"description": "Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.",
|
|
11121
11209
|
"flags": {
|
|
11122
11210
|
"organization": {
|
|
11123
11211
|
"char": "o",
|
|
@@ -11182,7 +11270,7 @@
|
|
|
11182
11270
|
},
|
|
11183
11271
|
"hasDynamicHelp": false,
|
|
11184
11272
|
"hiddenAliases": [],
|
|
11185
|
-
"id": "order:
|
|
11273
|
+
"id": "order:approve",
|
|
11186
11274
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11187
11275
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11188
11276
|
"pluginType": "core",
|
|
@@ -11193,10 +11281,10 @@
|
|
|
11193
11281
|
"lib",
|
|
11194
11282
|
"commands",
|
|
11195
11283
|
"order",
|
|
11196
|
-
"
|
|
11284
|
+
"approve.js"
|
|
11197
11285
|
]
|
|
11198
11286
|
},
|
|
11199
|
-
"order:
|
|
11287
|
+
"order:approve_and_capture": {
|
|
11200
11288
|
"aliases": [],
|
|
11201
11289
|
"args": {
|
|
11202
11290
|
"id": {
|
|
@@ -11205,7 +11293,7 @@
|
|
|
11205
11293
|
"required": true
|
|
11206
11294
|
}
|
|
11207
11295
|
},
|
|
11208
|
-
"description": "Send this attribute if you want to
|
|
11296
|
+
"description": "Send this attribute if you want to approve and capture a placed order. Cannot be passed by sales channels.",
|
|
11209
11297
|
"flags": {
|
|
11210
11298
|
"organization": {
|
|
11211
11299
|
"char": "o",
|
|
@@ -11270,7 +11358,7 @@
|
|
|
11270
11358
|
},
|
|
11271
11359
|
"hasDynamicHelp": false,
|
|
11272
11360
|
"hiddenAliases": [],
|
|
11273
|
-
"id": "order:
|
|
11361
|
+
"id": "order:approve_and_capture",
|
|
11274
11362
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11275
11363
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11276
11364
|
"pluginType": "core",
|
|
@@ -11281,10 +11369,10 @@
|
|
|
11281
11369
|
"lib",
|
|
11282
11370
|
"commands",
|
|
11283
11371
|
"order",
|
|
11284
|
-
"
|
|
11372
|
+
"approve_and_capture.js"
|
|
11285
11373
|
]
|
|
11286
11374
|
},
|
|
11287
|
-
"order:
|
|
11375
|
+
"order:archive": {
|
|
11288
11376
|
"aliases": [],
|
|
11289
11377
|
"args": {
|
|
11290
11378
|
"id": {
|
|
@@ -11293,7 +11381,7 @@
|
|
|
11293
11381
|
"required": true
|
|
11294
11382
|
}
|
|
11295
11383
|
},
|
|
11296
|
-
"description": "
|
|
11384
|
+
"description": "Send this attribute if you want to archive the order.",
|
|
11297
11385
|
"flags": {
|
|
11298
11386
|
"organization": {
|
|
11299
11387
|
"char": "o",
|
|
@@ -11354,20 +11442,11 @@
|
|
|
11354
11442
|
"name": "unformatted",
|
|
11355
11443
|
"allowNo": false,
|
|
11356
11444
|
"type": "boolean"
|
|
11357
|
-
},
|
|
11358
|
-
"value": {
|
|
11359
|
-
"char": "v",
|
|
11360
|
-
"description": "the trigger attribute value",
|
|
11361
|
-
"name": "value",
|
|
11362
|
-
"required": true,
|
|
11363
|
-
"hasDynamicHelp": false,
|
|
11364
|
-
"multiple": false,
|
|
11365
|
-
"type": "option"
|
|
11366
11445
|
}
|
|
11367
11446
|
},
|
|
11368
11447
|
"hasDynamicHelp": false,
|
|
11369
11448
|
"hiddenAliases": [],
|
|
11370
|
-
"id": "order:
|
|
11449
|
+
"id": "order:archive",
|
|
11371
11450
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11372
11451
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11373
11452
|
"pluginType": "core",
|
|
@@ -11378,10 +11457,10 @@
|
|
|
11378
11457
|
"lib",
|
|
11379
11458
|
"commands",
|
|
11380
11459
|
"order",
|
|
11381
|
-
"
|
|
11460
|
+
"archive.js"
|
|
11382
11461
|
]
|
|
11383
11462
|
},
|
|
11384
|
-
"order:
|
|
11463
|
+
"order:authorization_amount_cents": {
|
|
11385
11464
|
"aliases": [],
|
|
11386
11465
|
"args": {
|
|
11387
11466
|
"id": {
|
|
@@ -11390,7 +11469,7 @@
|
|
|
11390
11469
|
"required": true
|
|
11391
11470
|
}
|
|
11392
11471
|
},
|
|
11393
|
-
"description": "Send this attribute
|
|
11472
|
+
"description": "Send this attribute as a value in cents if you want to overwrite the amount to be authorized.",
|
|
11394
11473
|
"flags": {
|
|
11395
11474
|
"organization": {
|
|
11396
11475
|
"char": "o",
|
|
@@ -11455,7 +11534,7 @@
|
|
|
11455
11534
|
},
|
|
11456
11535
|
"hasDynamicHelp": false,
|
|
11457
11536
|
"hiddenAliases": [],
|
|
11458
|
-
"id": "order:
|
|
11537
|
+
"id": "order:authorization_amount_cents",
|
|
11459
11538
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11460
11539
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11461
11540
|
"pluginType": "core",
|
|
@@ -11466,10 +11545,10 @@
|
|
|
11466
11545
|
"lib",
|
|
11467
11546
|
"commands",
|
|
11468
11547
|
"order",
|
|
11469
|
-
"
|
|
11548
|
+
"authorization_amount_cents.js"
|
|
11470
11549
|
]
|
|
11471
11550
|
},
|
|
11472
|
-
"order:
|
|
11551
|
+
"order:authorize": {
|
|
11473
11552
|
"aliases": [],
|
|
11474
11553
|
"args": {
|
|
11475
11554
|
"id": {
|
|
@@ -11478,7 +11557,7 @@
|
|
|
11478
11557
|
"required": true
|
|
11479
11558
|
}
|
|
11480
11559
|
},
|
|
11481
|
-
"description": "Send this attribute if you want to
|
|
11560
|
+
"description": "Send this attribute if you want to authorize the order's payment source.",
|
|
11482
11561
|
"flags": {
|
|
11483
11562
|
"organization": {
|
|
11484
11563
|
"char": "o",
|
|
@@ -11543,7 +11622,7 @@
|
|
|
11543
11622
|
},
|
|
11544
11623
|
"hasDynamicHelp": false,
|
|
11545
11624
|
"hiddenAliases": [],
|
|
11546
|
-
"id": "order:
|
|
11625
|
+
"id": "order:authorize",
|
|
11547
11626
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11548
11627
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11549
11628
|
"pluginType": "core",
|
|
@@ -11554,10 +11633,10 @@
|
|
|
11554
11633
|
"lib",
|
|
11555
11634
|
"commands",
|
|
11556
11635
|
"order",
|
|
11557
|
-
"
|
|
11636
|
+
"authorize.js"
|
|
11558
11637
|
]
|
|
11559
11638
|
},
|
|
11560
|
-
"order:
|
|
11639
|
+
"order:billing_address_clone_id": {
|
|
11561
11640
|
"aliases": [],
|
|
11562
11641
|
"args": {
|
|
11563
11642
|
"id": {
|
|
@@ -11566,7 +11645,7 @@
|
|
|
11566
11645
|
"required": true
|
|
11567
11646
|
}
|
|
11568
11647
|
},
|
|
11569
|
-
"description": "
|
|
11648
|
+
"description": "The id of the address that you want to clone to create the order's billing address.",
|
|
11570
11649
|
"flags": {
|
|
11571
11650
|
"organization": {
|
|
11572
11651
|
"char": "o",
|
|
@@ -11627,11 +11706,20 @@
|
|
|
11627
11706
|
"name": "unformatted",
|
|
11628
11707
|
"allowNo": false,
|
|
11629
11708
|
"type": "boolean"
|
|
11709
|
+
},
|
|
11710
|
+
"value": {
|
|
11711
|
+
"char": "v",
|
|
11712
|
+
"description": "the trigger attribute value",
|
|
11713
|
+
"name": "value",
|
|
11714
|
+
"required": true,
|
|
11715
|
+
"hasDynamicHelp": false,
|
|
11716
|
+
"multiple": false,
|
|
11717
|
+
"type": "option"
|
|
11630
11718
|
}
|
|
11631
11719
|
},
|
|
11632
11720
|
"hasDynamicHelp": false,
|
|
11633
11721
|
"hiddenAliases": [],
|
|
11634
|
-
"id": "order:
|
|
11722
|
+
"id": "order:billing_address_clone_id",
|
|
11635
11723
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11636
11724
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11637
11725
|
"pluginType": "core",
|
|
@@ -11642,10 +11730,10 @@
|
|
|
11642
11730
|
"lib",
|
|
11643
11731
|
"commands",
|
|
11644
11732
|
"order",
|
|
11645
|
-
"
|
|
11733
|
+
"billing_address_clone_id.js"
|
|
11646
11734
|
]
|
|
11647
11735
|
},
|
|
11648
|
-
"order:
|
|
11736
|
+
"order:billing_address_same_as_shipping": {
|
|
11649
11737
|
"aliases": [],
|
|
11650
11738
|
"args": {
|
|
11651
11739
|
"id": {
|
|
@@ -11654,7 +11742,7 @@
|
|
|
11654
11742
|
"required": true
|
|
11655
11743
|
}
|
|
11656
11744
|
},
|
|
11657
|
-
"description": "Send this attribute if you want
|
|
11745
|
+
"description": "Send this attribute if you want the billing address to be cloned from the order's shipping address.",
|
|
11658
11746
|
"flags": {
|
|
11659
11747
|
"organization": {
|
|
11660
11748
|
"char": "o",
|
|
@@ -11719,7 +11807,7 @@
|
|
|
11719
11807
|
},
|
|
11720
11808
|
"hasDynamicHelp": false,
|
|
11721
11809
|
"hiddenAliases": [],
|
|
11722
|
-
"id": "order:
|
|
11810
|
+
"id": "order:billing_address_same_as_shipping",
|
|
11723
11811
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11724
11812
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11725
11813
|
"pluginType": "core",
|
|
@@ -11730,10 +11818,10 @@
|
|
|
11730
11818
|
"lib",
|
|
11731
11819
|
"commands",
|
|
11732
11820
|
"order",
|
|
11733
|
-
"
|
|
11821
|
+
"billing_address_same_as_shipping.js"
|
|
11734
11822
|
]
|
|
11735
11823
|
},
|
|
11736
|
-
"order:
|
|
11824
|
+
"order:cancel": {
|
|
11737
11825
|
"aliases": [],
|
|
11738
11826
|
"args": {
|
|
11739
11827
|
"id": {
|
|
@@ -11742,7 +11830,7 @@
|
|
|
11742
11830
|
"required": true
|
|
11743
11831
|
}
|
|
11744
11832
|
},
|
|
11745
|
-
"description": "Send this attribute
|
|
11833
|
+
"description": "Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.",
|
|
11746
11834
|
"flags": {
|
|
11747
11835
|
"organization": {
|
|
11748
11836
|
"char": "o",
|
|
@@ -11807,7 +11895,7 @@
|
|
|
11807
11895
|
},
|
|
11808
11896
|
"hasDynamicHelp": false,
|
|
11809
11897
|
"hiddenAliases": [],
|
|
11810
|
-
"id": "order:
|
|
11898
|
+
"id": "order:cancel",
|
|
11811
11899
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11812
11900
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11813
11901
|
"pluginType": "core",
|
|
@@ -11818,10 +11906,10 @@
|
|
|
11818
11906
|
"lib",
|
|
11819
11907
|
"commands",
|
|
11820
11908
|
"order",
|
|
11821
|
-
"
|
|
11909
|
+
"cancel.js"
|
|
11822
11910
|
]
|
|
11823
11911
|
},
|
|
11824
|
-
"order:
|
|
11912
|
+
"order:capture": {
|
|
11825
11913
|
"aliases": [],
|
|
11826
11914
|
"args": {
|
|
11827
11915
|
"id": {
|
|
@@ -11830,7 +11918,7 @@
|
|
|
11830
11918
|
"required": true
|
|
11831
11919
|
}
|
|
11832
11920
|
},
|
|
11833
|
-
"description": "
|
|
11921
|
+
"description": "Send this attribute if you want to capture an authorized order. Cannot be passed by sales channels.",
|
|
11834
11922
|
"flags": {
|
|
11835
11923
|
"organization": {
|
|
11836
11924
|
"char": "o",
|
|
@@ -11891,20 +11979,11 @@
|
|
|
11891
11979
|
"name": "unformatted",
|
|
11892
11980
|
"allowNo": false,
|
|
11893
11981
|
"type": "boolean"
|
|
11894
|
-
},
|
|
11895
|
-
"value": {
|
|
11896
|
-
"char": "v",
|
|
11897
|
-
"description": "the trigger attribute value",
|
|
11898
|
-
"name": "value",
|
|
11899
|
-
"required": true,
|
|
11900
|
-
"hasDynamicHelp": false,
|
|
11901
|
-
"multiple": false,
|
|
11902
|
-
"type": "option"
|
|
11903
11982
|
}
|
|
11904
11983
|
},
|
|
11905
11984
|
"hasDynamicHelp": false,
|
|
11906
11985
|
"hiddenAliases": [],
|
|
11907
|
-
"id": "order:
|
|
11986
|
+
"id": "order:capture",
|
|
11908
11987
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11909
11988
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11910
11989
|
"pluginType": "core",
|
|
@@ -11915,10 +11994,10 @@
|
|
|
11915
11994
|
"lib",
|
|
11916
11995
|
"commands",
|
|
11917
11996
|
"order",
|
|
11918
|
-
"
|
|
11997
|
+
"capture.js"
|
|
11919
11998
|
]
|
|
11920
11999
|
},
|
|
11921
|
-
"order:
|
|
12000
|
+
"order:commit_invoice": {
|
|
11922
12001
|
"aliases": [],
|
|
11923
12002
|
"args": {
|
|
11924
12003
|
"id": {
|
|
@@ -11927,7 +12006,7 @@
|
|
|
11927
12006
|
"required": true
|
|
11928
12007
|
}
|
|
11929
12008
|
},
|
|
11930
|
-
"description": "Send this attribute if you want
|
|
12009
|
+
"description": "Send this attribute if you want commit the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
11931
12010
|
"flags": {
|
|
11932
12011
|
"organization": {
|
|
11933
12012
|
"char": "o",
|
|
@@ -11992,7 +12071,7 @@
|
|
|
11992
12071
|
},
|
|
11993
12072
|
"hasDynamicHelp": false,
|
|
11994
12073
|
"hiddenAliases": [],
|
|
11995
|
-
"id": "order:
|
|
12074
|
+
"id": "order:commit_invoice",
|
|
11996
12075
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11997
12076
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11998
12077
|
"pluginType": "core",
|
|
@@ -12003,10 +12082,10 @@
|
|
|
12003
12082
|
"lib",
|
|
12004
12083
|
"commands",
|
|
12005
12084
|
"order",
|
|
12006
|
-
"
|
|
12085
|
+
"commit_invoice.js"
|
|
12007
12086
|
]
|
|
12008
12087
|
},
|
|
12009
|
-
"order:
|
|
12088
|
+
"order:create_subscriptions": {
|
|
12010
12089
|
"aliases": [],
|
|
12011
12090
|
"args": {
|
|
12012
12091
|
"id": {
|
|
@@ -12015,7 +12094,7 @@
|
|
|
12015
12094
|
"required": true
|
|
12016
12095
|
}
|
|
12017
12096
|
},
|
|
12018
|
-
"description": "Send this attribute
|
|
12097
|
+
"description": "Send this attribute upon/after placing the order if you want to create order subscriptions from the line items that have a frequency.",
|
|
12019
12098
|
"flags": {
|
|
12020
12099
|
"organization": {
|
|
12021
12100
|
"char": "o",
|
|
@@ -12080,7 +12159,7 @@
|
|
|
12080
12159
|
},
|
|
12081
12160
|
"hasDynamicHelp": false,
|
|
12082
12161
|
"hiddenAliases": [],
|
|
12083
|
-
"id": "order:
|
|
12162
|
+
"id": "order:create_subscriptions",
|
|
12084
12163
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12085
12164
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12086
12165
|
"pluginType": "core",
|
|
@@ -12091,10 +12170,10 @@
|
|
|
12091
12170
|
"lib",
|
|
12092
12171
|
"commands",
|
|
12093
12172
|
"order",
|
|
12094
|
-
"
|
|
12173
|
+
"create_subscriptions.js"
|
|
12095
12174
|
]
|
|
12096
12175
|
},
|
|
12097
|
-
"order": {
|
|
12176
|
+
"order:customer_payment_source_id": {
|
|
12098
12177
|
"aliases": [],
|
|
12099
12178
|
"args": {
|
|
12100
12179
|
"id": {
|
|
@@ -12103,7 +12182,7 @@
|
|
|
12103
12182
|
"required": true
|
|
12104
12183
|
}
|
|
12105
12184
|
},
|
|
12106
|
-
"description": "
|
|
12185
|
+
"description": "The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.",
|
|
12107
12186
|
"flags": {
|
|
12108
12187
|
"organization": {
|
|
12109
12188
|
"char": "o",
|
|
@@ -12164,11 +12243,20 @@
|
|
|
12164
12243
|
"name": "unformatted",
|
|
12165
12244
|
"allowNo": false,
|
|
12166
12245
|
"type": "boolean"
|
|
12246
|
+
},
|
|
12247
|
+
"value": {
|
|
12248
|
+
"char": "v",
|
|
12249
|
+
"description": "the trigger attribute value",
|
|
12250
|
+
"name": "value",
|
|
12251
|
+
"required": true,
|
|
12252
|
+
"hasDynamicHelp": false,
|
|
12253
|
+
"multiple": false,
|
|
12254
|
+
"type": "option"
|
|
12167
12255
|
}
|
|
12168
12256
|
},
|
|
12169
12257
|
"hasDynamicHelp": false,
|
|
12170
12258
|
"hiddenAliases": [],
|
|
12171
|
-
"id": "order",
|
|
12259
|
+
"id": "order:customer_payment_source_id",
|
|
12172
12260
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12173
12261
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12174
12262
|
"pluginType": "core",
|
|
@@ -12179,10 +12267,10 @@
|
|
|
12179
12267
|
"lib",
|
|
12180
12268
|
"commands",
|
|
12181
12269
|
"order",
|
|
12182
|
-
"
|
|
12270
|
+
"customer_payment_source_id.js"
|
|
12183
12271
|
]
|
|
12184
12272
|
},
|
|
12185
|
-
"order:
|
|
12273
|
+
"order:fix_payment_source": {
|
|
12186
12274
|
"aliases": [],
|
|
12187
12275
|
"args": {
|
|
12188
12276
|
"id": {
|
|
@@ -12191,7 +12279,7 @@
|
|
|
12191
12279
|
"required": true
|
|
12192
12280
|
}
|
|
12193
12281
|
},
|
|
12194
|
-
"description": "Send this attribute if you want to
|
|
12282
|
+
"description": "Send this attribute if you want to set the payment source associated with the last succeeded authorization. At the end of the fix the order should be placed and authorized and ready to be approved. A tentative to fix the payment source is done before approval automatically. Cannot be passed by sales channels.",
|
|
12195
12283
|
"flags": {
|
|
12196
12284
|
"organization": {
|
|
12197
12285
|
"char": "o",
|
|
@@ -12256,7 +12344,7 @@
|
|
|
12256
12344
|
},
|
|
12257
12345
|
"hasDynamicHelp": false,
|
|
12258
12346
|
"hiddenAliases": [],
|
|
12259
|
-
"id": "order:
|
|
12347
|
+
"id": "order:fix_payment_source",
|
|
12260
12348
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12261
12349
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12262
12350
|
"pluginType": "core",
|
|
@@ -12267,10 +12355,10 @@
|
|
|
12267
12355
|
"lib",
|
|
12268
12356
|
"commands",
|
|
12269
12357
|
"order",
|
|
12270
|
-
"
|
|
12358
|
+
"fix_payment_source.js"
|
|
12271
12359
|
]
|
|
12272
12360
|
},
|
|
12273
|
-
"order:
|
|
12361
|
+
"order:fulfill": {
|
|
12274
12362
|
"aliases": [],
|
|
12275
12363
|
"args": {
|
|
12276
12364
|
"id": {
|
|
@@ -12279,7 +12367,7 @@
|
|
|
12279
12367
|
"required": true
|
|
12280
12368
|
}
|
|
12281
12369
|
},
|
|
12282
|
-
"description": "Send this attribute if you want to
|
|
12370
|
+
"description": "Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered, alternatively order must be approved). Cannot be passed by sales channels.",
|
|
12283
12371
|
"flags": {
|
|
12284
12372
|
"organization": {
|
|
12285
12373
|
"char": "o",
|
|
@@ -12344,7 +12432,7 @@
|
|
|
12344
12432
|
},
|
|
12345
12433
|
"hasDynamicHelp": false,
|
|
12346
12434
|
"hiddenAliases": [],
|
|
12347
|
-
"id": "order:
|
|
12435
|
+
"id": "order:fulfill",
|
|
12348
12436
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12349
12437
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12350
12438
|
"pluginType": "core",
|
|
@@ -12355,10 +12443,10 @@
|
|
|
12355
12443
|
"lib",
|
|
12356
12444
|
"commands",
|
|
12357
12445
|
"order",
|
|
12358
|
-
"
|
|
12446
|
+
"fulfill.js"
|
|
12359
12447
|
]
|
|
12360
12448
|
},
|
|
12361
|
-
"order
|
|
12449
|
+
"order": {
|
|
12362
12450
|
"aliases": [],
|
|
12363
12451
|
"args": {
|
|
12364
12452
|
"id": {
|
|
@@ -12367,7 +12455,7 @@
|
|
|
12367
12455
|
"required": true
|
|
12368
12456
|
}
|
|
12369
12457
|
},
|
|
12370
|
-
"description": "
|
|
12458
|
+
"description": "execute an action on a resource of type orders",
|
|
12371
12459
|
"flags": {
|
|
12372
12460
|
"organization": {
|
|
12373
12461
|
"char": "o",
|
|
@@ -12432,7 +12520,7 @@
|
|
|
12432
12520
|
},
|
|
12433
12521
|
"hasDynamicHelp": false,
|
|
12434
12522
|
"hiddenAliases": [],
|
|
12435
|
-
"id": "order
|
|
12523
|
+
"id": "order",
|
|
12436
12524
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12437
12525
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12438
12526
|
"pluginType": "core",
|
|
@@ -12443,10 +12531,10 @@
|
|
|
12443
12531
|
"lib",
|
|
12444
12532
|
"commands",
|
|
12445
12533
|
"order",
|
|
12446
|
-
"
|
|
12534
|
+
"index.js"
|
|
12447
12535
|
]
|
|
12448
12536
|
},
|
|
12449
|
-
"order:
|
|
12537
|
+
"order:nullify_payment_source": {
|
|
12450
12538
|
"aliases": [],
|
|
12451
12539
|
"args": {
|
|
12452
12540
|
"id": {
|
|
@@ -12455,7 +12543,7 @@
|
|
|
12455
12543
|
"required": true
|
|
12456
12544
|
}
|
|
12457
12545
|
},
|
|
12458
|
-
"description": "Send this attribute if you want to
|
|
12546
|
+
"description": "Send this attribute if you want to nullify the payment source for this order.",
|
|
12459
12547
|
"flags": {
|
|
12460
12548
|
"organization": {
|
|
12461
12549
|
"char": "o",
|
|
@@ -12520,7 +12608,7 @@
|
|
|
12520
12608
|
},
|
|
12521
12609
|
"hasDynamicHelp": false,
|
|
12522
12610
|
"hiddenAliases": [],
|
|
12523
|
-
"id": "order:
|
|
12611
|
+
"id": "order:nullify_payment_source",
|
|
12524
12612
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12525
12613
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12526
12614
|
"pluginType": "core",
|
|
@@ -12531,10 +12619,10 @@
|
|
|
12531
12619
|
"lib",
|
|
12532
12620
|
"commands",
|
|
12533
12621
|
"order",
|
|
12534
|
-
"
|
|
12622
|
+
"nullify_payment_source.js"
|
|
12535
12623
|
]
|
|
12536
12624
|
},
|
|
12537
|
-
"order:
|
|
12625
|
+
"order:pending": {
|
|
12538
12626
|
"aliases": [],
|
|
12539
12627
|
"args": {
|
|
12540
12628
|
"id": {
|
|
@@ -12543,7 +12631,7 @@
|
|
|
12543
12631
|
"required": true
|
|
12544
12632
|
}
|
|
12545
12633
|
},
|
|
12546
|
-
"description": "Send this attribute if you want to
|
|
12634
|
+
"description": "Send this attribute if you want to move a draft or placing order to pending. Cannot be passed by sales channels.",
|
|
12547
12635
|
"flags": {
|
|
12548
12636
|
"organization": {
|
|
12549
12637
|
"char": "o",
|
|
@@ -12608,7 +12696,7 @@
|
|
|
12608
12696
|
},
|
|
12609
12697
|
"hasDynamicHelp": false,
|
|
12610
12698
|
"hiddenAliases": [],
|
|
12611
|
-
"id": "order:
|
|
12699
|
+
"id": "order:pending",
|
|
12612
12700
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12613
12701
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12614
12702
|
"pluginType": "core",
|
|
@@ -12619,10 +12707,10 @@
|
|
|
12619
12707
|
"lib",
|
|
12620
12708
|
"commands",
|
|
12621
12709
|
"order",
|
|
12622
|
-
"
|
|
12710
|
+
"pending.js"
|
|
12623
12711
|
]
|
|
12624
12712
|
},
|
|
12625
|
-
"order:
|
|
12713
|
+
"order:place": {
|
|
12626
12714
|
"aliases": [],
|
|
12627
12715
|
"args": {
|
|
12628
12716
|
"id": {
|
|
@@ -12631,7 +12719,7 @@
|
|
|
12631
12719
|
"required": true
|
|
12632
12720
|
}
|
|
12633
12721
|
},
|
|
12634
|
-
"description": "Send this attribute if you want
|
|
12722
|
+
"description": "Send this attribute if you want to place the order.",
|
|
12635
12723
|
"flags": {
|
|
12636
12724
|
"organization": {
|
|
12637
12725
|
"char": "o",
|
|
@@ -12696,7 +12784,7 @@
|
|
|
12696
12784
|
},
|
|
12697
12785
|
"hasDynamicHelp": false,
|
|
12698
12786
|
"hiddenAliases": [],
|
|
12699
|
-
"id": "order:
|
|
12787
|
+
"id": "order:place",
|
|
12700
12788
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12701
12789
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12702
12790
|
"pluginType": "core",
|
|
@@ -12707,10 +12795,10 @@
|
|
|
12707
12795
|
"lib",
|
|
12708
12796
|
"commands",
|
|
12709
12797
|
"order",
|
|
12710
|
-
"
|
|
12798
|
+
"place.js"
|
|
12711
12799
|
]
|
|
12712
12800
|
},
|
|
12713
|
-
"order:
|
|
12801
|
+
"order:refresh": {
|
|
12714
12802
|
"aliases": [],
|
|
12715
12803
|
"args": {
|
|
12716
12804
|
"id": {
|
|
@@ -12719,7 +12807,7 @@
|
|
|
12719
12807
|
"required": true
|
|
12720
12808
|
}
|
|
12721
12809
|
},
|
|
12722
|
-
"description": "
|
|
12810
|
+
"description": "Send this attribute if you want to manually refresh the order.",
|
|
12723
12811
|
"flags": {
|
|
12724
12812
|
"organization": {
|
|
12725
12813
|
"char": "o",
|
|
@@ -12784,7 +12872,7 @@
|
|
|
12784
12872
|
},
|
|
12785
12873
|
"hasDynamicHelp": false,
|
|
12786
12874
|
"hiddenAliases": [],
|
|
12787
|
-
"id": "order:
|
|
12875
|
+
"id": "order:refresh",
|
|
12788
12876
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12789
12877
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12790
12878
|
"pluginType": "core",
|
|
@@ -12795,10 +12883,10 @@
|
|
|
12795
12883
|
"lib",
|
|
12796
12884
|
"commands",
|
|
12797
12885
|
"order",
|
|
12798
|
-
"
|
|
12886
|
+
"refresh.js"
|
|
12799
12887
|
]
|
|
12800
12888
|
},
|
|
12801
|
-
"order:
|
|
12889
|
+
"order:refund": {
|
|
12802
12890
|
"aliases": [],
|
|
12803
12891
|
"args": {
|
|
12804
12892
|
"id": {
|
|
@@ -12807,7 +12895,7 @@
|
|
|
12807
12895
|
"required": true
|
|
12808
12896
|
}
|
|
12809
12897
|
},
|
|
12810
|
-
"description": "Send this attribute if you want to
|
|
12898
|
+
"description": "Send this attribute if you want to refund a captured order. Cannot be passed by sales channels.",
|
|
12811
12899
|
"flags": {
|
|
12812
12900
|
"organization": {
|
|
12813
12901
|
"char": "o",
|
|
@@ -12872,7 +12960,7 @@
|
|
|
12872
12960
|
},
|
|
12873
12961
|
"hasDynamicHelp": false,
|
|
12874
12962
|
"hiddenAliases": [],
|
|
12875
|
-
"id": "order:
|
|
12963
|
+
"id": "order:refund",
|
|
12876
12964
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12877
12965
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12878
12966
|
"pluginType": "core",
|
|
@@ -12883,10 +12971,10 @@
|
|
|
12883
12971
|
"lib",
|
|
12884
12972
|
"commands",
|
|
12885
12973
|
"order",
|
|
12886
|
-
"
|
|
12974
|
+
"refund.js"
|
|
12887
12975
|
]
|
|
12888
12976
|
},
|
|
12889
|
-
"order:
|
|
12977
|
+
"order:refund_invoice": {
|
|
12890
12978
|
"aliases": [],
|
|
12891
12979
|
"args": {
|
|
12892
12980
|
"id": {
|
|
@@ -12895,7 +12983,7 @@
|
|
|
12895
12983
|
"required": true
|
|
12896
12984
|
}
|
|
12897
12985
|
},
|
|
12898
|
-
"description": "Send this attribute if you want the
|
|
12986
|
+
"description": "Send this attribute if you want refund the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
12899
12987
|
"flags": {
|
|
12900
12988
|
"organization": {
|
|
12901
12989
|
"char": "o",
|
|
@@ -12960,7 +13048,7 @@
|
|
|
12960
13048
|
},
|
|
12961
13049
|
"hasDynamicHelp": false,
|
|
12962
13050
|
"hiddenAliases": [],
|
|
12963
|
-
"id": "order:
|
|
13051
|
+
"id": "order:refund_invoice",
|
|
12964
13052
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12965
13053
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12966
13054
|
"pluginType": "core",
|
|
@@ -12971,10 +13059,10 @@
|
|
|
12971
13059
|
"lib",
|
|
12972
13060
|
"commands",
|
|
12973
13061
|
"order",
|
|
12974
|
-
"
|
|
13062
|
+
"refund_invoice.js"
|
|
12975
13063
|
]
|
|
12976
13064
|
},
|
|
12977
|
-
"order:
|
|
13065
|
+
"order:remove_tags": {
|
|
12978
13066
|
"aliases": [],
|
|
12979
13067
|
"args": {
|
|
12980
13068
|
"id": {
|
|
@@ -12983,7 +13071,7 @@
|
|
|
12983
13071
|
"required": true
|
|
12984
13072
|
}
|
|
12985
13073
|
},
|
|
12986
|
-
"description": "
|
|
13074
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
12987
13075
|
"flags": {
|
|
12988
13076
|
"organization": {
|
|
12989
13077
|
"char": "o",
|
|
@@ -13048,7 +13136,7 @@
|
|
|
13048
13136
|
},
|
|
13049
13137
|
"hasDynamicHelp": false,
|
|
13050
13138
|
"hiddenAliases": [],
|
|
13051
|
-
"id": "order:
|
|
13139
|
+
"id": "order:remove_tags",
|
|
13052
13140
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13053
13141
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13054
13142
|
"pluginType": "core",
|
|
@@ -13059,10 +13147,10 @@
|
|
|
13059
13147
|
"lib",
|
|
13060
13148
|
"commands",
|
|
13061
13149
|
"order",
|
|
13062
|
-
"
|
|
13150
|
+
"remove_tags.js"
|
|
13063
13151
|
]
|
|
13064
13152
|
},
|
|
13065
|
-
"order:
|
|
13153
|
+
"order:reset_circuit": {
|
|
13066
13154
|
"aliases": [],
|
|
13067
13155
|
"args": {
|
|
13068
13156
|
"id": {
|
|
@@ -13071,7 +13159,7 @@
|
|
|
13071
13159
|
"required": true
|
|
13072
13160
|
}
|
|
13073
13161
|
},
|
|
13074
|
-
"description": "Send this attribute if you want the
|
|
13162
|
+
"description": "Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.",
|
|
13075
13163
|
"flags": {
|
|
13076
13164
|
"organization": {
|
|
13077
13165
|
"char": "o",
|
|
@@ -13136,7 +13224,7 @@
|
|
|
13136
13224
|
},
|
|
13137
13225
|
"hasDynamicHelp": false,
|
|
13138
13226
|
"hiddenAliases": [],
|
|
13139
|
-
"id": "order:
|
|
13227
|
+
"id": "order:reset_circuit",
|
|
13140
13228
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13141
13229
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13142
13230
|
"pluginType": "core",
|
|
@@ -13147,10 +13235,10 @@
|
|
|
13147
13235
|
"lib",
|
|
13148
13236
|
"commands",
|
|
13149
13237
|
"order",
|
|
13150
|
-
"
|
|
13238
|
+
"reset_circuit.js"
|
|
13151
13239
|
]
|
|
13152
13240
|
},
|
|
13153
|
-
"order:
|
|
13241
|
+
"order:save_billing_address_to_customer_address_book": {
|
|
13154
13242
|
"aliases": [],
|
|
13155
13243
|
"args": {
|
|
13156
13244
|
"id": {
|
|
@@ -13159,7 +13247,7 @@
|
|
|
13159
13247
|
"required": true
|
|
13160
13248
|
}
|
|
13161
13249
|
},
|
|
13162
|
-
"description": "
|
|
13250
|
+
"description": "Send this attribute if you want the order's billing address to be saved in the customer's address book as a customer address.",
|
|
13163
13251
|
"flags": {
|
|
13164
13252
|
"organization": {
|
|
13165
13253
|
"char": "o",
|
|
@@ -13220,20 +13308,11 @@
|
|
|
13220
13308
|
"name": "unformatted",
|
|
13221
13309
|
"allowNo": false,
|
|
13222
13310
|
"type": "boolean"
|
|
13223
|
-
},
|
|
13224
|
-
"value": {
|
|
13225
|
-
"char": "v",
|
|
13226
|
-
"description": "the trigger attribute value",
|
|
13227
|
-
"name": "value",
|
|
13228
|
-
"required": true,
|
|
13229
|
-
"hasDynamicHelp": false,
|
|
13230
|
-
"multiple": false,
|
|
13231
|
-
"type": "option"
|
|
13232
13311
|
}
|
|
13233
13312
|
},
|
|
13234
13313
|
"hasDynamicHelp": false,
|
|
13235
13314
|
"hiddenAliases": [],
|
|
13236
|
-
"id": "order:
|
|
13315
|
+
"id": "order:save_billing_address_to_customer_address_book",
|
|
13237
13316
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13238
13317
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13239
13318
|
"pluginType": "core",
|
|
@@ -13244,10 +13323,10 @@
|
|
|
13244
13323
|
"lib",
|
|
13245
13324
|
"commands",
|
|
13246
13325
|
"order",
|
|
13247
|
-
"
|
|
13326
|
+
"save_billing_address_to_customer_address_book.js"
|
|
13248
13327
|
]
|
|
13249
13328
|
},
|
|
13250
|
-
"order:
|
|
13329
|
+
"order:save_payment_source_to_customer_wallet": {
|
|
13251
13330
|
"aliases": [],
|
|
13252
13331
|
"args": {
|
|
13253
13332
|
"id": {
|
|
@@ -13256,7 +13335,7 @@
|
|
|
13256
13335
|
"required": true
|
|
13257
13336
|
}
|
|
13258
13337
|
},
|
|
13259
|
-
"description": "Send this attribute if you want the
|
|
13338
|
+
"description": "Send this attribute if you want the order's payment source to be saved in the customer's wallet as a customer payment source.",
|
|
13260
13339
|
"flags": {
|
|
13261
13340
|
"organization": {
|
|
13262
13341
|
"char": "o",
|
|
@@ -13321,7 +13400,7 @@
|
|
|
13321
13400
|
},
|
|
13322
13401
|
"hasDynamicHelp": false,
|
|
13323
13402
|
"hiddenAliases": [],
|
|
13324
|
-
"id": "order:
|
|
13403
|
+
"id": "order:save_payment_source_to_customer_wallet",
|
|
13325
13404
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13326
13405
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13327
13406
|
"pluginType": "core",
|
|
@@ -13332,10 +13411,10 @@
|
|
|
13332
13411
|
"lib",
|
|
13333
13412
|
"commands",
|
|
13334
13413
|
"order",
|
|
13335
|
-
"
|
|
13414
|
+
"save_payment_source_to_customer_wallet.js"
|
|
13336
13415
|
]
|
|
13337
13416
|
},
|
|
13338
|
-
"order:
|
|
13417
|
+
"order:save_shipping_address_to_customer_address_book": {
|
|
13339
13418
|
"aliases": [],
|
|
13340
13419
|
"args": {
|
|
13341
13420
|
"id": {
|
|
@@ -13344,7 +13423,7 @@
|
|
|
13344
13423
|
"required": true
|
|
13345
13424
|
}
|
|
13346
13425
|
},
|
|
13347
|
-
"description": "Send this attribute if you want
|
|
13426
|
+
"description": "Send this attribute if you want the order's shipping address to be saved in the customer's address book as a customer address.",
|
|
13348
13427
|
"flags": {
|
|
13349
13428
|
"organization": {
|
|
13350
13429
|
"char": "o",
|
|
@@ -13409,7 +13488,7 @@
|
|
|
13409
13488
|
},
|
|
13410
13489
|
"hasDynamicHelp": false,
|
|
13411
13490
|
"hiddenAliases": [],
|
|
13412
|
-
"id": "order:
|
|
13491
|
+
"id": "order:save_shipping_address_to_customer_address_book",
|
|
13413
13492
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13414
13493
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13415
13494
|
"pluginType": "core",
|
|
@@ -13420,10 +13499,10 @@
|
|
|
13420
13499
|
"lib",
|
|
13421
13500
|
"commands",
|
|
13422
13501
|
"order",
|
|
13423
|
-
"
|
|
13502
|
+
"save_shipping_address_to_customer_address_book.js"
|
|
13424
13503
|
]
|
|
13425
13504
|
},
|
|
13426
|
-
"order:
|
|
13505
|
+
"order:shipping_address_clone_id": {
|
|
13427
13506
|
"aliases": [],
|
|
13428
13507
|
"args": {
|
|
13429
13508
|
"id": {
|
|
@@ -13432,7 +13511,7 @@
|
|
|
13432
13511
|
"required": true
|
|
13433
13512
|
}
|
|
13434
13513
|
},
|
|
13435
|
-
"description": "
|
|
13514
|
+
"description": "The id of the address that you want to clone to create the order's shipping address.",
|
|
13436
13515
|
"flags": {
|
|
13437
13516
|
"organization": {
|
|
13438
13517
|
"char": "o",
|
|
@@ -13493,11 +13572,20 @@
|
|
|
13493
13572
|
"name": "unformatted",
|
|
13494
13573
|
"allowNo": false,
|
|
13495
13574
|
"type": "boolean"
|
|
13575
|
+
},
|
|
13576
|
+
"value": {
|
|
13577
|
+
"char": "v",
|
|
13578
|
+
"description": "the trigger attribute value",
|
|
13579
|
+
"name": "value",
|
|
13580
|
+
"required": true,
|
|
13581
|
+
"hasDynamicHelp": false,
|
|
13582
|
+
"multiple": false,
|
|
13583
|
+
"type": "option"
|
|
13496
13584
|
}
|
|
13497
13585
|
},
|
|
13498
13586
|
"hasDynamicHelp": false,
|
|
13499
13587
|
"hiddenAliases": [],
|
|
13500
|
-
"id": "order:
|
|
13588
|
+
"id": "order:shipping_address_clone_id",
|
|
13501
13589
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13502
13590
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13503
13591
|
"pluginType": "core",
|
|
@@ -13508,10 +13596,10 @@
|
|
|
13508
13596
|
"lib",
|
|
13509
13597
|
"commands",
|
|
13510
13598
|
"order",
|
|
13511
|
-
"
|
|
13599
|
+
"shipping_address_clone_id.js"
|
|
13512
13600
|
]
|
|
13513
13601
|
},
|
|
13514
|
-
"order:
|
|
13602
|
+
"order:shipping_address_same_as_billing": {
|
|
13515
13603
|
"aliases": [],
|
|
13516
13604
|
"args": {
|
|
13517
13605
|
"id": {
|
|
@@ -13520,7 +13608,7 @@
|
|
|
13520
13608
|
"required": true
|
|
13521
13609
|
}
|
|
13522
13610
|
},
|
|
13523
|
-
"description": "Send this attribute if you want to
|
|
13611
|
+
"description": "Send this attribute if you want the shipping address to be cloned from the order's billing address.",
|
|
13524
13612
|
"flags": {
|
|
13525
13613
|
"organization": {
|
|
13526
13614
|
"char": "o",
|
|
@@ -13585,7 +13673,7 @@
|
|
|
13585
13673
|
},
|
|
13586
13674
|
"hasDynamicHelp": false,
|
|
13587
13675
|
"hiddenAliases": [],
|
|
13588
|
-
"id": "order:
|
|
13676
|
+
"id": "order:shipping_address_same_as_billing",
|
|
13589
13677
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13590
13678
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13591
13679
|
"pluginType": "core",
|
|
@@ -13596,10 +13684,10 @@
|
|
|
13596
13684
|
"lib",
|
|
13597
13685
|
"commands",
|
|
13598
13686
|
"order",
|
|
13599
|
-
"
|
|
13687
|
+
"shipping_address_same_as_billing.js"
|
|
13600
13688
|
]
|
|
13601
13689
|
},
|
|
13602
|
-
"order:
|
|
13690
|
+
"order:start_editing": {
|
|
13603
13691
|
"aliases": [],
|
|
13604
13692
|
"args": {
|
|
13605
13693
|
"id": {
|
|
@@ -13608,7 +13696,7 @@
|
|
|
13608
13696
|
"required": true
|
|
13609
13697
|
}
|
|
13610
13698
|
},
|
|
13611
|
-
"description": "Send this attribute if you want to
|
|
13699
|
+
"description": "Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount. Cannot be passed by sales channels.",
|
|
13612
13700
|
"flags": {
|
|
13613
13701
|
"organization": {
|
|
13614
13702
|
"char": "o",
|
|
@@ -13673,7 +13761,7 @@
|
|
|
13673
13761
|
},
|
|
13674
13762
|
"hasDynamicHelp": false,
|
|
13675
13763
|
"hiddenAliases": [],
|
|
13676
|
-
"id": "order:
|
|
13764
|
+
"id": "order:start_editing",
|
|
13677
13765
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13678
13766
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13679
13767
|
"pluginType": "core",
|
|
@@ -13684,10 +13772,10 @@
|
|
|
13684
13772
|
"lib",
|
|
13685
13773
|
"commands",
|
|
13686
13774
|
"order",
|
|
13687
|
-
"
|
|
13775
|
+
"start_editing.js"
|
|
13688
13776
|
]
|
|
13689
13777
|
},
|
|
13690
|
-
"order:
|
|
13778
|
+
"order:stop_editing": {
|
|
13691
13779
|
"aliases": [],
|
|
13692
13780
|
"args": {
|
|
13693
13781
|
"id": {
|
|
@@ -13696,7 +13784,7 @@
|
|
|
13696
13784
|
"required": true
|
|
13697
13785
|
}
|
|
13698
13786
|
},
|
|
13699
|
-
"description": "Send this attribute
|
|
13787
|
+
"description": "Send this attribute to stop the editing for the order and return back to placed status. Cannot be passed by sales channels.",
|
|
13700
13788
|
"flags": {
|
|
13701
13789
|
"organization": {
|
|
13702
13790
|
"char": "o",
|
|
@@ -13761,7 +13849,7 @@
|
|
|
13761
13849
|
},
|
|
13762
13850
|
"hasDynamicHelp": false,
|
|
13763
13851
|
"hiddenAliases": [],
|
|
13764
|
-
"id": "order:
|
|
13852
|
+
"id": "order:stop_editing",
|
|
13765
13853
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13766
13854
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13767
13855
|
"pluginType": "core",
|
|
@@ -13772,10 +13860,10 @@
|
|
|
13772
13860
|
"lib",
|
|
13773
13861
|
"commands",
|
|
13774
13862
|
"order",
|
|
13775
|
-
"
|
|
13863
|
+
"stop_editing.js"
|
|
13776
13864
|
]
|
|
13777
13865
|
},
|
|
13778
|
-
"
|
|
13866
|
+
"order:unarchive": {
|
|
13779
13867
|
"aliases": [],
|
|
13780
13868
|
"args": {
|
|
13781
13869
|
"id": {
|
|
@@ -13784,7 +13872,7 @@
|
|
|
13784
13872
|
"required": true
|
|
13785
13873
|
}
|
|
13786
13874
|
},
|
|
13787
|
-
"description": "Send this attribute if you want to
|
|
13875
|
+
"description": "Send this attribute if you want to unarchive the order.",
|
|
13788
13876
|
"flags": {
|
|
13789
13877
|
"organization": {
|
|
13790
13878
|
"char": "o",
|
|
@@ -13849,7 +13937,7 @@
|
|
|
13849
13937
|
},
|
|
13850
13938
|
"hasDynamicHelp": false,
|
|
13851
13939
|
"hiddenAliases": [],
|
|
13852
|
-
"id": "
|
|
13940
|
+
"id": "order:unarchive",
|
|
13853
13941
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13854
13942
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13855
13943
|
"pluginType": "core",
|
|
@@ -13859,11 +13947,11 @@
|
|
|
13859
13947
|
"relativePath": [
|
|
13860
13948
|
"lib",
|
|
13861
13949
|
"commands",
|
|
13862
|
-
"
|
|
13863
|
-
"
|
|
13950
|
+
"order",
|
|
13951
|
+
"unarchive.js"
|
|
13864
13952
|
]
|
|
13865
13953
|
},
|
|
13866
|
-
"
|
|
13954
|
+
"order:update_taxes": {
|
|
13867
13955
|
"aliases": [],
|
|
13868
13956
|
"args": {
|
|
13869
13957
|
"id": {
|
|
@@ -13872,7 +13960,7 @@
|
|
|
13872
13960
|
"required": true
|
|
13873
13961
|
}
|
|
13874
13962
|
},
|
|
13875
|
-
"description": "Send this attribute if you want to
|
|
13963
|
+
"description": "Send this attribute if you want to force tax calculation for this order (a tax calculator must be associated to the order's market).",
|
|
13876
13964
|
"flags": {
|
|
13877
13965
|
"organization": {
|
|
13878
13966
|
"char": "o",
|
|
@@ -13937,7 +14025,7 @@
|
|
|
13937
14025
|
},
|
|
13938
14026
|
"hasDynamicHelp": false,
|
|
13939
14027
|
"hiddenAliases": [],
|
|
13940
|
-
"id": "
|
|
14028
|
+
"id": "order:update_taxes",
|
|
13941
14029
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13942
14030
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13943
14031
|
"pluginType": "core",
|
|
@@ -13947,11 +14035,11 @@
|
|
|
13947
14035
|
"relativePath": [
|
|
13948
14036
|
"lib",
|
|
13949
14037
|
"commands",
|
|
13950
|
-
"
|
|
13951
|
-
"
|
|
14038
|
+
"order",
|
|
14039
|
+
"update_taxes.js"
|
|
13952
14040
|
]
|
|
13953
14041
|
},
|
|
13954
|
-
"
|
|
14042
|
+
"order:validate": {
|
|
13955
14043
|
"aliases": [],
|
|
13956
14044
|
"args": {
|
|
13957
14045
|
"id": {
|
|
@@ -13960,7 +14048,7 @@
|
|
|
13960
14048
|
"required": true
|
|
13961
14049
|
}
|
|
13962
14050
|
},
|
|
13963
|
-
"description": "
|
|
14051
|
+
"description": "Send this attribute if you want to trigger the external validation for the order.",
|
|
13964
14052
|
"flags": {
|
|
13965
14053
|
"organization": {
|
|
13966
14054
|
"char": "o",
|
|
@@ -14025,7 +14113,7 @@
|
|
|
14025
14113
|
},
|
|
14026
14114
|
"hasDynamicHelp": false,
|
|
14027
14115
|
"hiddenAliases": [],
|
|
14028
|
-
"id": "
|
|
14116
|
+
"id": "order:validate",
|
|
14029
14117
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14030
14118
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14031
14119
|
"pluginType": "core",
|
|
@@ -14035,11 +14123,11 @@
|
|
|
14035
14123
|
"relativePath": [
|
|
14036
14124
|
"lib",
|
|
14037
14125
|
"commands",
|
|
14038
|
-
"
|
|
14039
|
-
"
|
|
14126
|
+
"order",
|
|
14127
|
+
"validate.js"
|
|
14040
14128
|
]
|
|
14041
14129
|
},
|
|
14042
|
-
"
|
|
14130
|
+
"percentage_discount_promotion:add_tags": {
|
|
14043
14131
|
"aliases": [],
|
|
14044
14132
|
"args": {
|
|
14045
14133
|
"id": {
|
|
@@ -14048,7 +14136,7 @@
|
|
|
14048
14136
|
"required": true
|
|
14049
14137
|
}
|
|
14050
14138
|
},
|
|
14051
|
-
"description": "
|
|
14139
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
14052
14140
|
"flags": {
|
|
14053
14141
|
"organization": {
|
|
14054
14142
|
"char": "o",
|
|
@@ -14113,7 +14201,7 @@
|
|
|
14113
14201
|
},
|
|
14114
14202
|
"hasDynamicHelp": false,
|
|
14115
14203
|
"hiddenAliases": [],
|
|
14116
|
-
"id": "
|
|
14204
|
+
"id": "percentage_discount_promotion:add_tags",
|
|
14117
14205
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14118
14206
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14119
14207
|
"pluginType": "core",
|
|
@@ -14123,11 +14211,11 @@
|
|
|
14123
14211
|
"relativePath": [
|
|
14124
14212
|
"lib",
|
|
14125
14213
|
"commands",
|
|
14126
|
-
"
|
|
14127
|
-
"
|
|
14214
|
+
"percentage_discount_promotion",
|
|
14215
|
+
"add_tags.js"
|
|
14128
14216
|
]
|
|
14129
14217
|
},
|
|
14130
|
-
"
|
|
14218
|
+
"percentage_discount_promotion:disable": {
|
|
14131
14219
|
"aliases": [],
|
|
14132
14220
|
"args": {
|
|
14133
14221
|
"id": {
|
|
@@ -14136,7 +14224,7 @@
|
|
|
14136
14224
|
"required": true
|
|
14137
14225
|
}
|
|
14138
14226
|
},
|
|
14139
|
-
"description": "Send this attribute if you want to mark this resource as
|
|
14227
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
14140
14228
|
"flags": {
|
|
14141
14229
|
"organization": {
|
|
14142
14230
|
"char": "o",
|
|
@@ -14201,7 +14289,7 @@
|
|
|
14201
14289
|
},
|
|
14202
14290
|
"hasDynamicHelp": false,
|
|
14203
14291
|
"hiddenAliases": [],
|
|
14204
|
-
"id": "
|
|
14292
|
+
"id": "percentage_discount_promotion:disable",
|
|
14205
14293
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14206
14294
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14207
14295
|
"pluginType": "core",
|
|
@@ -14211,11 +14299,11 @@
|
|
|
14211
14299
|
"relativePath": [
|
|
14212
14300
|
"lib",
|
|
14213
14301
|
"commands",
|
|
14214
|
-
"
|
|
14215
|
-
"
|
|
14302
|
+
"percentage_discount_promotion",
|
|
14303
|
+
"disable.js"
|
|
14216
14304
|
]
|
|
14217
14305
|
},
|
|
14218
|
-
"
|
|
14306
|
+
"percentage_discount_promotion:enable": {
|
|
14219
14307
|
"aliases": [],
|
|
14220
14308
|
"args": {
|
|
14221
14309
|
"id": {
|
|
@@ -14224,7 +14312,7 @@
|
|
|
14224
14312
|
"required": true
|
|
14225
14313
|
}
|
|
14226
14314
|
},
|
|
14227
|
-
"description": "
|
|
14315
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
14228
14316
|
"flags": {
|
|
14229
14317
|
"organization": {
|
|
14230
14318
|
"char": "o",
|
|
@@ -14289,7 +14377,7 @@
|
|
|
14289
14377
|
},
|
|
14290
14378
|
"hasDynamicHelp": false,
|
|
14291
14379
|
"hiddenAliases": [],
|
|
14292
|
-
"id": "
|
|
14380
|
+
"id": "percentage_discount_promotion:enable",
|
|
14293
14381
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14294
14382
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14295
14383
|
"pluginType": "core",
|
|
@@ -14299,11 +14387,11 @@
|
|
|
14299
14387
|
"relativePath": [
|
|
14300
14388
|
"lib",
|
|
14301
14389
|
"commands",
|
|
14302
|
-
"
|
|
14303
|
-
"
|
|
14390
|
+
"percentage_discount_promotion",
|
|
14391
|
+
"enable.js"
|
|
14304
14392
|
]
|
|
14305
14393
|
},
|
|
14306
|
-
"percentage_discount_promotion
|
|
14394
|
+
"percentage_discount_promotion": {
|
|
14307
14395
|
"aliases": [],
|
|
14308
14396
|
"args": {
|
|
14309
14397
|
"id": {
|
|
@@ -14312,7 +14400,7 @@
|
|
|
14312
14400
|
"required": true
|
|
14313
14401
|
}
|
|
14314
14402
|
},
|
|
14315
|
-
"description": "
|
|
14403
|
+
"description": "execute an action on a resource of type percentage_discount_promotions",
|
|
14316
14404
|
"flags": {
|
|
14317
14405
|
"organization": {
|
|
14318
14406
|
"char": "o",
|
|
@@ -14377,7 +14465,7 @@
|
|
|
14377
14465
|
},
|
|
14378
14466
|
"hasDynamicHelp": false,
|
|
14379
14467
|
"hiddenAliases": [],
|
|
14380
|
-
"id": "percentage_discount_promotion
|
|
14468
|
+
"id": "percentage_discount_promotion",
|
|
14381
14469
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14382
14470
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14383
14471
|
"pluginType": "core",
|
|
@@ -14388,10 +14476,10 @@
|
|
|
14388
14476
|
"lib",
|
|
14389
14477
|
"commands",
|
|
14390
14478
|
"percentage_discount_promotion",
|
|
14391
|
-
"
|
|
14479
|
+
"index.js"
|
|
14392
14480
|
]
|
|
14393
14481
|
},
|
|
14394
|
-
"percentage_discount_promotion:
|
|
14482
|
+
"percentage_discount_promotion:remove_tags": {
|
|
14395
14483
|
"aliases": [],
|
|
14396
14484
|
"args": {
|
|
14397
14485
|
"id": {
|
|
@@ -14400,7 +14488,7 @@
|
|
|
14400
14488
|
"required": true
|
|
14401
14489
|
}
|
|
14402
14490
|
},
|
|
14403
|
-
"description": "
|
|
14491
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
14404
14492
|
"flags": {
|
|
14405
14493
|
"organization": {
|
|
14406
14494
|
"char": "o",
|
|
@@ -14465,7 +14553,7 @@
|
|
|
14465
14553
|
},
|
|
14466
14554
|
"hasDynamicHelp": false,
|
|
14467
14555
|
"hiddenAliases": [],
|
|
14468
|
-
"id": "percentage_discount_promotion:
|
|
14556
|
+
"id": "percentage_discount_promotion:remove_tags",
|
|
14469
14557
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14470
14558
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14471
14559
|
"pluginType": "core",
|
|
@@ -14476,10 +14564,10 @@
|
|
|
14476
14564
|
"lib",
|
|
14477
14565
|
"commands",
|
|
14478
14566
|
"percentage_discount_promotion",
|
|
14479
|
-
"
|
|
14567
|
+
"remove_tags.js"
|
|
14480
14568
|
]
|
|
14481
14569
|
},
|
|
14482
|
-
"
|
|
14570
|
+
"price_list_scheduler:disable": {
|
|
14483
14571
|
"aliases": [],
|
|
14484
14572
|
"args": {
|
|
14485
14573
|
"id": {
|
|
@@ -14488,7 +14576,7 @@
|
|
|
14488
14576
|
"required": true
|
|
14489
14577
|
}
|
|
14490
14578
|
},
|
|
14491
|
-
"description": "Send this attribute if you want to mark this resource as
|
|
14579
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
14492
14580
|
"flags": {
|
|
14493
14581
|
"organization": {
|
|
14494
14582
|
"char": "o",
|
|
@@ -14553,7 +14641,7 @@
|
|
|
14553
14641
|
},
|
|
14554
14642
|
"hasDynamicHelp": false,
|
|
14555
14643
|
"hiddenAliases": [],
|
|
14556
|
-
"id": "
|
|
14644
|
+
"id": "price_list_scheduler:disable",
|
|
14557
14645
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14558
14646
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14559
14647
|
"pluginType": "core",
|
|
@@ -14563,11 +14651,11 @@
|
|
|
14563
14651
|
"relativePath": [
|
|
14564
14652
|
"lib",
|
|
14565
14653
|
"commands",
|
|
14566
|
-
"
|
|
14567
|
-
"
|
|
14654
|
+
"price_list_scheduler",
|
|
14655
|
+
"disable.js"
|
|
14568
14656
|
]
|
|
14569
14657
|
},
|
|
14570
|
-
"
|
|
14658
|
+
"price_list_scheduler:enable": {
|
|
14571
14659
|
"aliases": [],
|
|
14572
14660
|
"args": {
|
|
14573
14661
|
"id": {
|
|
@@ -14576,7 +14664,7 @@
|
|
|
14576
14664
|
"required": true
|
|
14577
14665
|
}
|
|
14578
14666
|
},
|
|
14579
|
-
"description": "
|
|
14667
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
14580
14668
|
"flags": {
|
|
14581
14669
|
"organization": {
|
|
14582
14670
|
"char": "o",
|
|
@@ -14641,7 +14729,7 @@
|
|
|
14641
14729
|
},
|
|
14642
14730
|
"hasDynamicHelp": false,
|
|
14643
14731
|
"hiddenAliases": [],
|
|
14644
|
-
"id": "
|
|
14732
|
+
"id": "price_list_scheduler:enable",
|
|
14645
14733
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14646
14734
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14647
14735
|
"pluginType": "core",
|
|
@@ -14651,11 +14739,11 @@
|
|
|
14651
14739
|
"relativePath": [
|
|
14652
14740
|
"lib",
|
|
14653
14741
|
"commands",
|
|
14654
|
-
"
|
|
14655
|
-
"
|
|
14742
|
+
"price_list_scheduler",
|
|
14743
|
+
"enable.js"
|
|
14656
14744
|
]
|
|
14657
14745
|
},
|
|
14658
|
-
"
|
|
14746
|
+
"price_list_scheduler": {
|
|
14659
14747
|
"aliases": [],
|
|
14660
14748
|
"args": {
|
|
14661
14749
|
"id": {
|
|
@@ -14664,7 +14752,7 @@
|
|
|
14664
14752
|
"required": true
|
|
14665
14753
|
}
|
|
14666
14754
|
},
|
|
14667
|
-
"description": "
|
|
14755
|
+
"description": "execute an action on a resource of type price_list_schedulers",
|
|
14668
14756
|
"flags": {
|
|
14669
14757
|
"organization": {
|
|
14670
14758
|
"char": "o",
|
|
@@ -14729,7 +14817,7 @@
|
|
|
14729
14817
|
},
|
|
14730
14818
|
"hasDynamicHelp": false,
|
|
14731
14819
|
"hiddenAliases": [],
|
|
14732
|
-
"id": "
|
|
14820
|
+
"id": "price_list_scheduler",
|
|
14733
14821
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14734
14822
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14735
14823
|
"pluginType": "core",
|
|
@@ -14739,8 +14827,8 @@
|
|
|
14739
14827
|
"relativePath": [
|
|
14740
14828
|
"lib",
|
|
14741
14829
|
"commands",
|
|
14742
|
-
"
|
|
14743
|
-
"
|
|
14830
|
+
"price_list_scheduler",
|
|
14831
|
+
"index.js"
|
|
14744
14832
|
]
|
|
14745
14833
|
},
|
|
14746
14834
|
"refund:forward": {
|
|
@@ -16855,7 +16943,7 @@
|
|
|
16855
16943
|
"reset_circuit.js"
|
|
16856
16944
|
]
|
|
16857
16945
|
},
|
|
16858
|
-
"
|
|
16946
|
+
"shipment:add_tags": {
|
|
16859
16947
|
"aliases": [],
|
|
16860
16948
|
"args": {
|
|
16861
16949
|
"id": {
|
|
@@ -16929,7 +17017,7 @@
|
|
|
16929
17017
|
},
|
|
16930
17018
|
"hasDynamicHelp": false,
|
|
16931
17019
|
"hiddenAliases": [],
|
|
16932
|
-
"id": "
|
|
17020
|
+
"id": "shipment:add_tags",
|
|
16933
17021
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16934
17022
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16935
17023
|
"pluginType": "core",
|
|
@@ -16939,11 +17027,11 @@
|
|
|
16939
17027
|
"relativePath": [
|
|
16940
17028
|
"lib",
|
|
16941
17029
|
"commands",
|
|
16942
|
-
"
|
|
17030
|
+
"shipment",
|
|
16943
17031
|
"add_tags.js"
|
|
16944
17032
|
]
|
|
16945
17033
|
},
|
|
16946
|
-
"
|
|
17034
|
+
"shipment:cancel": {
|
|
16947
17035
|
"aliases": [],
|
|
16948
17036
|
"args": {
|
|
16949
17037
|
"id": {
|
|
@@ -16952,7 +17040,7 @@
|
|
|
16952
17040
|
"required": true
|
|
16953
17041
|
}
|
|
16954
17042
|
},
|
|
16955
|
-
"description": "
|
|
17043
|
+
"description": "Send this attribute if you want to mark this shipment as cancelled (unless already shipped or delivered). Cannot be passed by sales channels.",
|
|
16956
17044
|
"flags": {
|
|
16957
17045
|
"organization": {
|
|
16958
17046
|
"char": "o",
|
|
@@ -17017,7 +17105,7 @@
|
|
|
17017
17105
|
},
|
|
17018
17106
|
"hasDynamicHelp": false,
|
|
17019
17107
|
"hiddenAliases": [],
|
|
17020
|
-
"id": "
|
|
17108
|
+
"id": "shipment:cancel",
|
|
17021
17109
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17022
17110
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17023
17111
|
"pluginType": "core",
|
|
@@ -17027,11 +17115,11 @@
|
|
|
17027
17115
|
"relativePath": [
|
|
17028
17116
|
"lib",
|
|
17029
17117
|
"commands",
|
|
17030
|
-
"
|
|
17031
|
-
"
|
|
17118
|
+
"shipment",
|
|
17119
|
+
"cancel.js"
|
|
17032
17120
|
]
|
|
17033
17121
|
},
|
|
17034
|
-
"
|
|
17122
|
+
"shipment:decrement_stock": {
|
|
17035
17123
|
"aliases": [],
|
|
17036
17124
|
"args": {
|
|
17037
17125
|
"id": {
|
|
@@ -17040,7 +17128,7 @@
|
|
|
17040
17128
|
"required": true
|
|
17041
17129
|
}
|
|
17042
17130
|
},
|
|
17043
|
-
"description": "
|
|
17131
|
+
"description": "Send this attribute if you want to automatically decrement and release the stock for each of the associated stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.",
|
|
17044
17132
|
"flags": {
|
|
17045
17133
|
"organization": {
|
|
17046
17134
|
"char": "o",
|
|
@@ -17105,7 +17193,7 @@
|
|
|
17105
17193
|
},
|
|
17106
17194
|
"hasDynamicHelp": false,
|
|
17107
17195
|
"hiddenAliases": [],
|
|
17108
|
-
"id": "
|
|
17196
|
+
"id": "shipment:decrement_stock",
|
|
17109
17197
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17110
17198
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17111
17199
|
"pluginType": "core",
|
|
@@ -17115,11 +17203,11 @@
|
|
|
17115
17203
|
"relativePath": [
|
|
17116
17204
|
"lib",
|
|
17117
17205
|
"commands",
|
|
17118
|
-
"
|
|
17119
|
-
"
|
|
17206
|
+
"shipment",
|
|
17207
|
+
"decrement_stock.js"
|
|
17120
17208
|
]
|
|
17121
17209
|
},
|
|
17122
|
-
"shipment:
|
|
17210
|
+
"shipment:deliver": {
|
|
17123
17211
|
"aliases": [],
|
|
17124
17212
|
"args": {
|
|
17125
17213
|
"id": {
|
|
@@ -17128,7 +17216,7 @@
|
|
|
17128
17216
|
"required": true
|
|
17129
17217
|
}
|
|
17130
17218
|
},
|
|
17131
|
-
"description": "
|
|
17219
|
+
"description": "Send this attribute if you want to mark this shipment as delivered.",
|
|
17132
17220
|
"flags": {
|
|
17133
17221
|
"organization": {
|
|
17134
17222
|
"char": "o",
|
|
@@ -17193,7 +17281,7 @@
|
|
|
17193
17281
|
},
|
|
17194
17282
|
"hasDynamicHelp": false,
|
|
17195
17283
|
"hiddenAliases": [],
|
|
17196
|
-
"id": "shipment:
|
|
17284
|
+
"id": "shipment:deliver",
|
|
17197
17285
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17198
17286
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17199
17287
|
"pluginType": "core",
|
|
@@ -17204,10 +17292,10 @@
|
|
|
17204
17292
|
"lib",
|
|
17205
17293
|
"commands",
|
|
17206
17294
|
"shipment",
|
|
17207
|
-
"
|
|
17295
|
+
"deliver.js"
|
|
17208
17296
|
]
|
|
17209
17297
|
},
|
|
17210
|
-
"shipment:
|
|
17298
|
+
"shipment:get_rates": {
|
|
17211
17299
|
"aliases": [],
|
|
17212
17300
|
"args": {
|
|
17213
17301
|
"id": {
|
|
@@ -17216,7 +17304,7 @@
|
|
|
17216
17304
|
"required": true
|
|
17217
17305
|
}
|
|
17218
17306
|
},
|
|
17219
|
-
"description": "Send this attribute if you want
|
|
17307
|
+
"description": "Send this attribute if you want get the shipping rates from the associated carrier accounts.",
|
|
17220
17308
|
"flags": {
|
|
17221
17309
|
"organization": {
|
|
17222
17310
|
"char": "o",
|
|
@@ -17281,7 +17369,7 @@
|
|
|
17281
17369
|
},
|
|
17282
17370
|
"hasDynamicHelp": false,
|
|
17283
17371
|
"hiddenAliases": [],
|
|
17284
|
-
"id": "shipment:
|
|
17372
|
+
"id": "shipment:get_rates",
|
|
17285
17373
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17286
17374
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17287
17375
|
"pluginType": "core",
|
|
@@ -17292,10 +17380,10 @@
|
|
|
17292
17380
|
"lib",
|
|
17293
17381
|
"commands",
|
|
17294
17382
|
"shipment",
|
|
17295
|
-
"
|
|
17383
|
+
"get_rates.js"
|
|
17296
17384
|
]
|
|
17297
17385
|
},
|
|
17298
|
-
"shipment
|
|
17386
|
+
"shipment": {
|
|
17299
17387
|
"aliases": [],
|
|
17300
17388
|
"args": {
|
|
17301
17389
|
"id": {
|
|
@@ -17304,7 +17392,7 @@
|
|
|
17304
17392
|
"required": true
|
|
17305
17393
|
}
|
|
17306
17394
|
},
|
|
17307
|
-
"description": "
|
|
17395
|
+
"description": "execute an action on a resource of type shipments",
|
|
17308
17396
|
"flags": {
|
|
17309
17397
|
"organization": {
|
|
17310
17398
|
"char": "o",
|
|
@@ -17369,7 +17457,7 @@
|
|
|
17369
17457
|
},
|
|
17370
17458
|
"hasDynamicHelp": false,
|
|
17371
17459
|
"hiddenAliases": [],
|
|
17372
|
-
"id": "shipment
|
|
17460
|
+
"id": "shipment",
|
|
17373
17461
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17374
17462
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17375
17463
|
"pluginType": "core",
|
|
@@ -17380,10 +17468,10 @@
|
|
|
17380
17468
|
"lib",
|
|
17381
17469
|
"commands",
|
|
17382
17470
|
"shipment",
|
|
17383
|
-
"
|
|
17471
|
+
"index.js"
|
|
17384
17472
|
]
|
|
17385
17473
|
},
|
|
17386
|
-
"shipment:
|
|
17474
|
+
"shipment:on_hold": {
|
|
17387
17475
|
"aliases": [],
|
|
17388
17476
|
"args": {
|
|
17389
17477
|
"id": {
|
|
@@ -17392,7 +17480,7 @@
|
|
|
17392
17480
|
"required": true
|
|
17393
17481
|
}
|
|
17394
17482
|
},
|
|
17395
|
-
"description": "Send this attribute if you want to
|
|
17483
|
+
"description": "Send this attribute if you want to put this shipment on hold.",
|
|
17396
17484
|
"flags": {
|
|
17397
17485
|
"organization": {
|
|
17398
17486
|
"char": "o",
|
|
@@ -17457,7 +17545,7 @@
|
|
|
17457
17545
|
},
|
|
17458
17546
|
"hasDynamicHelp": false,
|
|
17459
17547
|
"hiddenAliases": [],
|
|
17460
|
-
"id": "shipment:
|
|
17548
|
+
"id": "shipment:on_hold",
|
|
17461
17549
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17462
17550
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17463
17551
|
"pluginType": "core",
|
|
@@ -17468,10 +17556,10 @@
|
|
|
17468
17556
|
"lib",
|
|
17469
17557
|
"commands",
|
|
17470
17558
|
"shipment",
|
|
17471
|
-
"
|
|
17559
|
+
"on_hold.js"
|
|
17472
17560
|
]
|
|
17473
17561
|
},
|
|
17474
|
-
"shipment:
|
|
17562
|
+
"shipment:packing": {
|
|
17475
17563
|
"aliases": [],
|
|
17476
17564
|
"args": {
|
|
17477
17565
|
"id": {
|
|
@@ -17480,7 +17568,7 @@
|
|
|
17480
17568
|
"required": true
|
|
17481
17569
|
}
|
|
17482
17570
|
},
|
|
17483
|
-
"description": "Send this attribute if you want
|
|
17571
|
+
"description": "Send this attribute if you want to start packing this shipment.",
|
|
17484
17572
|
"flags": {
|
|
17485
17573
|
"organization": {
|
|
17486
17574
|
"char": "o",
|
|
@@ -17545,7 +17633,7 @@
|
|
|
17545
17633
|
},
|
|
17546
17634
|
"hasDynamicHelp": false,
|
|
17547
17635
|
"hiddenAliases": [],
|
|
17548
|
-
"id": "shipment:
|
|
17636
|
+
"id": "shipment:packing",
|
|
17549
17637
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17550
17638
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17551
17639
|
"pluginType": "core",
|
|
@@ -17556,10 +17644,10 @@
|
|
|
17556
17644
|
"lib",
|
|
17557
17645
|
"commands",
|
|
17558
17646
|
"shipment",
|
|
17559
|
-
"
|
|
17647
|
+
"packing.js"
|
|
17560
17648
|
]
|
|
17561
17649
|
},
|
|
17562
|
-
"shipment": {
|
|
17650
|
+
"shipment:picking": {
|
|
17563
17651
|
"aliases": [],
|
|
17564
17652
|
"args": {
|
|
17565
17653
|
"id": {
|
|
@@ -17568,7 +17656,7 @@
|
|
|
17568
17656
|
"required": true
|
|
17569
17657
|
}
|
|
17570
17658
|
},
|
|
17571
|
-
"description": "
|
|
17659
|
+
"description": "Send this attribute if you want to start picking this shipment.",
|
|
17572
17660
|
"flags": {
|
|
17573
17661
|
"organization": {
|
|
17574
17662
|
"char": "o",
|
|
@@ -17633,7 +17721,7 @@
|
|
|
17633
17721
|
},
|
|
17634
17722
|
"hasDynamicHelp": false,
|
|
17635
17723
|
"hiddenAliases": [],
|
|
17636
|
-
"id": "shipment",
|
|
17724
|
+
"id": "shipment:picking",
|
|
17637
17725
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17638
17726
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17639
17727
|
"pluginType": "core",
|
|
@@ -17644,10 +17732,10 @@
|
|
|
17644
17732
|
"lib",
|
|
17645
17733
|
"commands",
|
|
17646
17734
|
"shipment",
|
|
17647
|
-
"
|
|
17735
|
+
"picking.js"
|
|
17648
17736
|
]
|
|
17649
17737
|
},
|
|
17650
|
-
"shipment:
|
|
17738
|
+
"shipment:purchase": {
|
|
17651
17739
|
"aliases": [],
|
|
17652
17740
|
"args": {
|
|
17653
17741
|
"id": {
|
|
@@ -17656,7 +17744,7 @@
|
|
|
17656
17744
|
"required": true
|
|
17657
17745
|
}
|
|
17658
17746
|
},
|
|
17659
|
-
"description": "Send this attribute if you want to
|
|
17747
|
+
"description": "Send this attribute if you want to purchase this shipment with the selected rate.",
|
|
17660
17748
|
"flags": {
|
|
17661
17749
|
"organization": {
|
|
17662
17750
|
"char": "o",
|
|
@@ -17721,7 +17809,7 @@
|
|
|
17721
17809
|
},
|
|
17722
17810
|
"hasDynamicHelp": false,
|
|
17723
17811
|
"hiddenAliases": [],
|
|
17724
|
-
"id": "shipment:
|
|
17812
|
+
"id": "shipment:purchase",
|
|
17725
17813
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17726
17814
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17727
17815
|
"pluginType": "core",
|
|
@@ -17732,10 +17820,10 @@
|
|
|
17732
17820
|
"lib",
|
|
17733
17821
|
"commands",
|
|
17734
17822
|
"shipment",
|
|
17735
|
-
"
|
|
17823
|
+
"purchase.js"
|
|
17736
17824
|
]
|
|
17737
17825
|
},
|
|
17738
|
-
"shipment:
|
|
17826
|
+
"shipment:ready_to_ship": {
|
|
17739
17827
|
"aliases": [],
|
|
17740
17828
|
"args": {
|
|
17741
17829
|
"id": {
|
|
@@ -17744,7 +17832,7 @@
|
|
|
17744
17832
|
"required": true
|
|
17745
17833
|
}
|
|
17746
17834
|
},
|
|
17747
|
-
"description": "Send this attribute if you want to
|
|
17835
|
+
"description": "Send this attribute if you want to mark this shipment as ready to ship.",
|
|
17748
17836
|
"flags": {
|
|
17749
17837
|
"organization": {
|
|
17750
17838
|
"char": "o",
|
|
@@ -17809,7 +17897,7 @@
|
|
|
17809
17897
|
},
|
|
17810
17898
|
"hasDynamicHelp": false,
|
|
17811
17899
|
"hiddenAliases": [],
|
|
17812
|
-
"id": "shipment:
|
|
17900
|
+
"id": "shipment:ready_to_ship",
|
|
17813
17901
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17814
17902
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17815
17903
|
"pluginType": "core",
|
|
@@ -17820,10 +17908,10 @@
|
|
|
17820
17908
|
"lib",
|
|
17821
17909
|
"commands",
|
|
17822
17910
|
"shipment",
|
|
17823
|
-
"
|
|
17911
|
+
"ready_to_ship.js"
|
|
17824
17912
|
]
|
|
17825
17913
|
},
|
|
17826
|
-
"shipment:
|
|
17914
|
+
"shipment:release_stock": {
|
|
17827
17915
|
"aliases": [],
|
|
17828
17916
|
"args": {
|
|
17829
17917
|
"id": {
|
|
@@ -17832,7 +17920,7 @@
|
|
|
17832
17920
|
"required": true
|
|
17833
17921
|
}
|
|
17834
17922
|
},
|
|
17835
|
-
"description": "Send this attribute if you want to
|
|
17923
|
+
"description": "Send this attribute if you want to automatically destroy the stock reservations for each of the associated stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.",
|
|
17836
17924
|
"flags": {
|
|
17837
17925
|
"organization": {
|
|
17838
17926
|
"char": "o",
|
|
@@ -17897,7 +17985,7 @@
|
|
|
17897
17985
|
},
|
|
17898
17986
|
"hasDynamicHelp": false,
|
|
17899
17987
|
"hiddenAliases": [],
|
|
17900
|
-
"id": "shipment:
|
|
17988
|
+
"id": "shipment:release_stock",
|
|
17901
17989
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17902
17990
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17903
17991
|
"pluginType": "core",
|
|
@@ -17908,10 +17996,10 @@
|
|
|
17908
17996
|
"lib",
|
|
17909
17997
|
"commands",
|
|
17910
17998
|
"shipment",
|
|
17911
|
-
"
|
|
17999
|
+
"release_stock.js"
|
|
17912
18000
|
]
|
|
17913
18001
|
},
|
|
17914
|
-
"shipment:
|
|
18002
|
+
"shipment:remove_tags": {
|
|
17915
18003
|
"aliases": [],
|
|
17916
18004
|
"args": {
|
|
17917
18005
|
"id": {
|
|
@@ -17920,7 +18008,7 @@
|
|
|
17920
18008
|
"required": true
|
|
17921
18009
|
}
|
|
17922
18010
|
},
|
|
17923
|
-
"description": "
|
|
18011
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17924
18012
|
"flags": {
|
|
17925
18013
|
"organization": {
|
|
17926
18014
|
"char": "o",
|
|
@@ -17985,7 +18073,7 @@
|
|
|
17985
18073
|
},
|
|
17986
18074
|
"hasDynamicHelp": false,
|
|
17987
18075
|
"hiddenAliases": [],
|
|
17988
|
-
"id": "shipment:
|
|
18076
|
+
"id": "shipment:remove_tags",
|
|
17989
18077
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17990
18078
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17991
18079
|
"pluginType": "core",
|
|
@@ -17996,10 +18084,10 @@
|
|
|
17996
18084
|
"lib",
|
|
17997
18085
|
"commands",
|
|
17998
18086
|
"shipment",
|
|
17999
|
-
"
|
|
18087
|
+
"remove_tags.js"
|
|
18000
18088
|
]
|
|
18001
18089
|
},
|
|
18002
|
-
"shipment:
|
|
18090
|
+
"shipment:reserve_stock": {
|
|
18003
18091
|
"aliases": [],
|
|
18004
18092
|
"args": {
|
|
18005
18093
|
"id": {
|
|
@@ -18008,7 +18096,7 @@
|
|
|
18008
18096
|
"required": true
|
|
18009
18097
|
}
|
|
18010
18098
|
},
|
|
18011
|
-
"description": "Send this attribute if you want to
|
|
18099
|
+
"description": "Send this attribute if you want to automatically reserve the stock for each of the associated stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.",
|
|
18012
18100
|
"flags": {
|
|
18013
18101
|
"organization": {
|
|
18014
18102
|
"char": "o",
|
|
@@ -18073,7 +18161,7 @@
|
|
|
18073
18161
|
},
|
|
18074
18162
|
"hasDynamicHelp": false,
|
|
18075
18163
|
"hiddenAliases": [],
|
|
18076
|
-
"id": "shipment:
|
|
18164
|
+
"id": "shipment:reserve_stock",
|
|
18077
18165
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18078
18166
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18079
18167
|
"pluginType": "core",
|
|
@@ -18084,10 +18172,10 @@
|
|
|
18084
18172
|
"lib",
|
|
18085
18173
|
"commands",
|
|
18086
18174
|
"shipment",
|
|
18087
|
-
"
|
|
18175
|
+
"reserve_stock.js"
|
|
18088
18176
|
]
|
|
18089
18177
|
},
|
|
18090
|
-
"shipment:
|
|
18178
|
+
"shipment:ship": {
|
|
18091
18179
|
"aliases": [],
|
|
18092
18180
|
"args": {
|
|
18093
18181
|
"id": {
|
|
@@ -18096,7 +18184,7 @@
|
|
|
18096
18184
|
"required": true
|
|
18097
18185
|
}
|
|
18098
18186
|
},
|
|
18099
|
-
"description": "Send this attribute if you want to
|
|
18187
|
+
"description": "Send this attribute if you want to mark this shipment as shipped.",
|
|
18100
18188
|
"flags": {
|
|
18101
18189
|
"organization": {
|
|
18102
18190
|
"char": "o",
|
|
@@ -18161,7 +18249,7 @@
|
|
|
18161
18249
|
},
|
|
18162
18250
|
"hasDynamicHelp": false,
|
|
18163
18251
|
"hiddenAliases": [],
|
|
18164
|
-
"id": "shipment:
|
|
18252
|
+
"id": "shipment:ship",
|
|
18165
18253
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18166
18254
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18167
18255
|
"pluginType": "core",
|
|
@@ -18172,10 +18260,10 @@
|
|
|
18172
18260
|
"lib",
|
|
18173
18261
|
"commands",
|
|
18174
18262
|
"shipment",
|
|
18175
|
-
"
|
|
18263
|
+
"ship.js"
|
|
18176
18264
|
]
|
|
18177
18265
|
},
|
|
18178
|
-
"shipment:
|
|
18266
|
+
"shipment:upcoming": {
|
|
18179
18267
|
"aliases": [],
|
|
18180
18268
|
"args": {
|
|
18181
18269
|
"id": {
|
|
@@ -18184,7 +18272,7 @@
|
|
|
18184
18272
|
"required": true
|
|
18185
18273
|
}
|
|
18186
18274
|
},
|
|
18187
|
-
"description": "
|
|
18275
|
+
"description": "Send this attribute if you want to mark this shipment as upcoming. Cannot be passed by sales channels.",
|
|
18188
18276
|
"flags": {
|
|
18189
18277
|
"organization": {
|
|
18190
18278
|
"char": "o",
|
|
@@ -18249,7 +18337,7 @@
|
|
|
18249
18337
|
},
|
|
18250
18338
|
"hasDynamicHelp": false,
|
|
18251
18339
|
"hiddenAliases": [],
|
|
18252
|
-
"id": "shipment:
|
|
18340
|
+
"id": "shipment:upcoming",
|
|
18253
18341
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18254
18342
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18255
18343
|
"pluginType": "core",
|
|
@@ -18260,10 +18348,10 @@
|
|
|
18260
18348
|
"lib",
|
|
18261
18349
|
"commands",
|
|
18262
18350
|
"shipment",
|
|
18263
|
-
"
|
|
18351
|
+
"upcoming.js"
|
|
18264
18352
|
]
|
|
18265
18353
|
},
|
|
18266
|
-
"
|
|
18354
|
+
"sku:add_tags": {
|
|
18267
18355
|
"aliases": [],
|
|
18268
18356
|
"args": {
|
|
18269
18357
|
"id": {
|
|
@@ -18272,7 +18360,7 @@
|
|
|
18272
18360
|
"required": true
|
|
18273
18361
|
}
|
|
18274
18362
|
},
|
|
18275
|
-
"description": "
|
|
18363
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
18276
18364
|
"flags": {
|
|
18277
18365
|
"organization": {
|
|
18278
18366
|
"char": "o",
|
|
@@ -18337,7 +18425,7 @@
|
|
|
18337
18425
|
},
|
|
18338
18426
|
"hasDynamicHelp": false,
|
|
18339
18427
|
"hiddenAliases": [],
|
|
18340
|
-
"id": "
|
|
18428
|
+
"id": "sku:add_tags",
|
|
18341
18429
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18342
18430
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18343
18431
|
"pluginType": "core",
|
|
@@ -18347,11 +18435,11 @@
|
|
|
18347
18435
|
"relativePath": [
|
|
18348
18436
|
"lib",
|
|
18349
18437
|
"commands",
|
|
18350
|
-
"
|
|
18351
|
-
"
|
|
18438
|
+
"sku",
|
|
18439
|
+
"add_tags.js"
|
|
18352
18440
|
]
|
|
18353
18441
|
},
|
|
18354
|
-
"
|
|
18442
|
+
"sku": {
|
|
18355
18443
|
"aliases": [],
|
|
18356
18444
|
"args": {
|
|
18357
18445
|
"id": {
|
|
@@ -18360,7 +18448,7 @@
|
|
|
18360
18448
|
"required": true
|
|
18361
18449
|
}
|
|
18362
18450
|
},
|
|
18363
|
-
"description": "
|
|
18451
|
+
"description": "execute an action on a resource of type skus",
|
|
18364
18452
|
"flags": {
|
|
18365
18453
|
"organization": {
|
|
18366
18454
|
"char": "o",
|
|
@@ -18425,7 +18513,7 @@
|
|
|
18425
18513
|
},
|
|
18426
18514
|
"hasDynamicHelp": false,
|
|
18427
18515
|
"hiddenAliases": [],
|
|
18428
|
-
"id": "
|
|
18516
|
+
"id": "sku",
|
|
18429
18517
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18430
18518
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18431
18519
|
"pluginType": "core",
|
|
@@ -18435,11 +18523,11 @@
|
|
|
18435
18523
|
"relativePath": [
|
|
18436
18524
|
"lib",
|
|
18437
18525
|
"commands",
|
|
18438
|
-
"
|
|
18439
|
-
"
|
|
18526
|
+
"sku",
|
|
18527
|
+
"index.js"
|
|
18440
18528
|
]
|
|
18441
18529
|
},
|
|
18442
|
-
"
|
|
18530
|
+
"sku:remove_tags": {
|
|
18443
18531
|
"aliases": [],
|
|
18444
18532
|
"args": {
|
|
18445
18533
|
"id": {
|
|
@@ -18448,7 +18536,7 @@
|
|
|
18448
18536
|
"required": true
|
|
18449
18537
|
}
|
|
18450
18538
|
},
|
|
18451
|
-
"description": "
|
|
18539
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
18452
18540
|
"flags": {
|
|
18453
18541
|
"organization": {
|
|
18454
18542
|
"char": "o",
|
|
@@ -18513,7 +18601,7 @@
|
|
|
18513
18601
|
},
|
|
18514
18602
|
"hasDynamicHelp": false,
|
|
18515
18603
|
"hiddenAliases": [],
|
|
18516
|
-
"id": "
|
|
18604
|
+
"id": "sku:remove_tags",
|
|
18517
18605
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18518
18606
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18519
18607
|
"pluginType": "core",
|
|
@@ -18523,8 +18611,8 @@
|
|
|
18523
18611
|
"relativePath": [
|
|
18524
18612
|
"lib",
|
|
18525
18613
|
"commands",
|
|
18526
|
-
"
|
|
18527
|
-
"
|
|
18614
|
+
"sku",
|
|
18615
|
+
"remove_tags.js"
|
|
18528
18616
|
]
|
|
18529
18617
|
},
|
|
18530
18618
|
"sku_option:add_tags": {
|
|
@@ -18967,7 +19055,7 @@
|
|
|
18967
19055
|
"validate.js"
|
|
18968
19056
|
]
|
|
18969
19057
|
},
|
|
18970
|
-
"
|
|
19058
|
+
"stock_line_item:decrement_stock": {
|
|
18971
19059
|
"aliases": [],
|
|
18972
19060
|
"args": {
|
|
18973
19061
|
"id": {
|
|
@@ -18976,7 +19064,7 @@
|
|
|
18976
19064
|
"required": true
|
|
18977
19065
|
}
|
|
18978
19066
|
},
|
|
18979
|
-
"description": "
|
|
19067
|
+
"description": "Send this attribute if you want to automatically decrement and release the stock this stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.",
|
|
18980
19068
|
"flags": {
|
|
18981
19069
|
"organization": {
|
|
18982
19070
|
"char": "o",
|
|
@@ -19041,7 +19129,7 @@
|
|
|
19041
19129
|
},
|
|
19042
19130
|
"hasDynamicHelp": false,
|
|
19043
19131
|
"hiddenAliases": [],
|
|
19044
|
-
"id": "
|
|
19132
|
+
"id": "stock_line_item:decrement_stock",
|
|
19045
19133
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19046
19134
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19047
19135
|
"pluginType": "core",
|
|
@@ -19051,11 +19139,11 @@
|
|
|
19051
19139
|
"relativePath": [
|
|
19052
19140
|
"lib",
|
|
19053
19141
|
"commands",
|
|
19054
|
-
"
|
|
19055
|
-
"
|
|
19142
|
+
"stock_line_item",
|
|
19143
|
+
"decrement_stock.js"
|
|
19056
19144
|
]
|
|
19057
19145
|
},
|
|
19058
|
-
"
|
|
19146
|
+
"stock_line_item": {
|
|
19059
19147
|
"aliases": [],
|
|
19060
19148
|
"args": {
|
|
19061
19149
|
"id": {
|
|
@@ -19064,7 +19152,7 @@
|
|
|
19064
19152
|
"required": true
|
|
19065
19153
|
}
|
|
19066
19154
|
},
|
|
19067
|
-
"description": "
|
|
19155
|
+
"description": "execute an action on a resource of type stock_line_items",
|
|
19068
19156
|
"flags": {
|
|
19069
19157
|
"organization": {
|
|
19070
19158
|
"char": "o",
|
|
@@ -19129,7 +19217,7 @@
|
|
|
19129
19217
|
},
|
|
19130
19218
|
"hasDynamicHelp": false,
|
|
19131
19219
|
"hiddenAliases": [],
|
|
19132
|
-
"id": "
|
|
19220
|
+
"id": "stock_line_item",
|
|
19133
19221
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19134
19222
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19135
19223
|
"pluginType": "core",
|
|
@@ -19139,11 +19227,11 @@
|
|
|
19139
19227
|
"relativePath": [
|
|
19140
19228
|
"lib",
|
|
19141
19229
|
"commands",
|
|
19142
|
-
"
|
|
19143
|
-
"
|
|
19230
|
+
"stock_line_item",
|
|
19231
|
+
"index.js"
|
|
19144
19232
|
]
|
|
19145
19233
|
},
|
|
19146
|
-
"stock_line_item:
|
|
19234
|
+
"stock_line_item:release_stock": {
|
|
19147
19235
|
"aliases": [],
|
|
19148
19236
|
"args": {
|
|
19149
19237
|
"id": {
|
|
@@ -19152,7 +19240,7 @@
|
|
|
19152
19240
|
"required": true
|
|
19153
19241
|
}
|
|
19154
19242
|
},
|
|
19155
|
-
"description": "Send this attribute if you want to automatically
|
|
19243
|
+
"description": "Send this attribute if you want to automatically destroy the stock reservation for this stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.",
|
|
19156
19244
|
"flags": {
|
|
19157
19245
|
"organization": {
|
|
19158
19246
|
"char": "o",
|
|
@@ -19217,7 +19305,7 @@
|
|
|
19217
19305
|
},
|
|
19218
19306
|
"hasDynamicHelp": false,
|
|
19219
19307
|
"hiddenAliases": [],
|
|
19220
|
-
"id": "stock_line_item:
|
|
19308
|
+
"id": "stock_line_item:release_stock",
|
|
19221
19309
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19222
19310
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19223
19311
|
"pluginType": "core",
|
|
@@ -19228,10 +19316,10 @@
|
|
|
19228
19316
|
"lib",
|
|
19229
19317
|
"commands",
|
|
19230
19318
|
"stock_line_item",
|
|
19231
|
-
"
|
|
19319
|
+
"release_stock.js"
|
|
19232
19320
|
]
|
|
19233
19321
|
},
|
|
19234
|
-
"stock_line_item": {
|
|
19322
|
+
"stock_line_item:reserve_stock": {
|
|
19235
19323
|
"aliases": [],
|
|
19236
19324
|
"args": {
|
|
19237
19325
|
"id": {
|
|
@@ -19240,7 +19328,7 @@
|
|
|
19240
19328
|
"required": true
|
|
19241
19329
|
}
|
|
19242
19330
|
},
|
|
19243
|
-
"description": "
|
|
19331
|
+
"description": "Send this attribute if you want to automatically reserve the stock for this stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.",
|
|
19244
19332
|
"flags": {
|
|
19245
19333
|
"organization": {
|
|
19246
19334
|
"char": "o",
|
|
@@ -19305,7 +19393,7 @@
|
|
|
19305
19393
|
},
|
|
19306
19394
|
"hasDynamicHelp": false,
|
|
19307
19395
|
"hiddenAliases": [],
|
|
19308
|
-
"id": "stock_line_item",
|
|
19396
|
+
"id": "stock_line_item:reserve_stock",
|
|
19309
19397
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19310
19398
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19311
19399
|
"pluginType": "core",
|
|
@@ -19316,10 +19404,10 @@
|
|
|
19316
19404
|
"lib",
|
|
19317
19405
|
"commands",
|
|
19318
19406
|
"stock_line_item",
|
|
19319
|
-
"
|
|
19407
|
+
"reserve_stock.js"
|
|
19320
19408
|
]
|
|
19321
19409
|
},
|
|
19322
|
-
"
|
|
19410
|
+
"stock_reservation": {
|
|
19323
19411
|
"aliases": [],
|
|
19324
19412
|
"args": {
|
|
19325
19413
|
"id": {
|
|
@@ -19328,7 +19416,7 @@
|
|
|
19328
19416
|
"required": true
|
|
19329
19417
|
}
|
|
19330
19418
|
},
|
|
19331
|
-
"description": "
|
|
19419
|
+
"description": "execute an action on a resource of type stock_reservations",
|
|
19332
19420
|
"flags": {
|
|
19333
19421
|
"organization": {
|
|
19334
19422
|
"char": "o",
|
|
@@ -19393,7 +19481,7 @@
|
|
|
19393
19481
|
},
|
|
19394
19482
|
"hasDynamicHelp": false,
|
|
19395
19483
|
"hiddenAliases": [],
|
|
19396
|
-
"id": "
|
|
19484
|
+
"id": "stock_reservation",
|
|
19397
19485
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19398
19486
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19399
19487
|
"pluginType": "core",
|
|
@@ -19403,11 +19491,11 @@
|
|
|
19403
19491
|
"relativePath": [
|
|
19404
19492
|
"lib",
|
|
19405
19493
|
"commands",
|
|
19406
|
-
"
|
|
19407
|
-
"
|
|
19494
|
+
"stock_reservation",
|
|
19495
|
+
"index.js"
|
|
19408
19496
|
]
|
|
19409
19497
|
},
|
|
19410
|
-
"
|
|
19498
|
+
"stock_reservation:pending": {
|
|
19411
19499
|
"aliases": [],
|
|
19412
19500
|
"args": {
|
|
19413
19501
|
"id": {
|
|
@@ -19416,7 +19504,7 @@
|
|
|
19416
19504
|
"required": true
|
|
19417
19505
|
}
|
|
19418
19506
|
},
|
|
19419
|
-
"description": "Send this attribute if you want to
|
|
19507
|
+
"description": "Send this attribute if you want to mark this stock reservation as pending.",
|
|
19420
19508
|
"flags": {
|
|
19421
19509
|
"organization": {
|
|
19422
19510
|
"char": "o",
|
|
@@ -19481,7 +19569,7 @@
|
|
|
19481
19569
|
},
|
|
19482
19570
|
"hasDynamicHelp": false,
|
|
19483
19571
|
"hiddenAliases": [],
|
|
19484
|
-
"id": "
|
|
19572
|
+
"id": "stock_reservation:pending",
|
|
19485
19573
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19486
19574
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19487
19575
|
"pluginType": "core",
|
|
@@ -19491,8 +19579,8 @@
|
|
|
19491
19579
|
"relativePath": [
|
|
19492
19580
|
"lib",
|
|
19493
19581
|
"commands",
|
|
19494
|
-
"
|
|
19495
|
-
"
|
|
19582
|
+
"stock_reservation",
|
|
19583
|
+
"pending.js"
|
|
19496
19584
|
]
|
|
19497
19585
|
},
|
|
19498
19586
|
"stripe_payment": {
|
|
@@ -19759,7 +19847,7 @@
|
|
|
19759
19847
|
"update.js"
|
|
19760
19848
|
]
|
|
19761
19849
|
},
|
|
19762
|
-
"
|
|
19850
|
+
"vertex_account": {
|
|
19763
19851
|
"aliases": [],
|
|
19764
19852
|
"args": {
|
|
19765
19853
|
"id": {
|
|
@@ -19768,7 +19856,7 @@
|
|
|
19768
19856
|
"required": true
|
|
19769
19857
|
}
|
|
19770
19858
|
},
|
|
19771
|
-
"description": "
|
|
19859
|
+
"description": "execute an action on a resource of type vertex_accounts",
|
|
19772
19860
|
"flags": {
|
|
19773
19861
|
"organization": {
|
|
19774
19862
|
"char": "o",
|
|
@@ -19833,7 +19921,7 @@
|
|
|
19833
19921
|
},
|
|
19834
19922
|
"hasDynamicHelp": false,
|
|
19835
19923
|
"hiddenAliases": [],
|
|
19836
|
-
"id": "
|
|
19924
|
+
"id": "vertex_account",
|
|
19837
19925
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19838
19926
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19839
19927
|
"pluginType": "core",
|
|
@@ -19843,11 +19931,11 @@
|
|
|
19843
19931
|
"relativePath": [
|
|
19844
19932
|
"lib",
|
|
19845
19933
|
"commands",
|
|
19846
|
-
"
|
|
19847
|
-
"
|
|
19934
|
+
"vertex_account",
|
|
19935
|
+
"index.js"
|
|
19848
19936
|
]
|
|
19849
19937
|
},
|
|
19850
|
-
"
|
|
19938
|
+
"vertex_account:refresh_token": {
|
|
19851
19939
|
"aliases": [],
|
|
19852
19940
|
"args": {
|
|
19853
19941
|
"id": {
|
|
@@ -19856,7 +19944,7 @@
|
|
|
19856
19944
|
"required": true
|
|
19857
19945
|
}
|
|
19858
19946
|
},
|
|
19859
|
-
"description": "Send this attribute if you want to
|
|
19947
|
+
"description": "Send this attribute if you want to manually refresh the access token.",
|
|
19860
19948
|
"flags": {
|
|
19861
19949
|
"organization": {
|
|
19862
19950
|
"char": "o",
|
|
@@ -19921,7 +20009,7 @@
|
|
|
19921
20009
|
},
|
|
19922
20010
|
"hasDynamicHelp": false,
|
|
19923
20011
|
"hiddenAliases": [],
|
|
19924
|
-
"id": "
|
|
20012
|
+
"id": "vertex_account:refresh_token",
|
|
19925
20013
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19926
20014
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19927
20015
|
"pluginType": "core",
|
|
@@ -19931,11 +20019,11 @@
|
|
|
19931
20019
|
"relativePath": [
|
|
19932
20020
|
"lib",
|
|
19933
20021
|
"commands",
|
|
19934
|
-
"
|
|
19935
|
-
"
|
|
20022
|
+
"vertex_account",
|
|
20023
|
+
"refresh_token.js"
|
|
19936
20024
|
]
|
|
19937
20025
|
},
|
|
19938
|
-
"
|
|
20026
|
+
"void:forward": {
|
|
19939
20027
|
"aliases": [],
|
|
19940
20028
|
"args": {
|
|
19941
20029
|
"id": {
|
|
@@ -19944,7 +20032,7 @@
|
|
|
19944
20032
|
"required": true
|
|
19945
20033
|
}
|
|
19946
20034
|
},
|
|
19947
|
-
"description": "Send this attribute if you want to
|
|
20035
|
+
"description": "Send this attribute if you want to forward a stuck transaction to succeeded and update associated order states accordingly.",
|
|
19948
20036
|
"flags": {
|
|
19949
20037
|
"organization": {
|
|
19950
20038
|
"char": "o",
|
|
@@ -20009,7 +20097,7 @@
|
|
|
20009
20097
|
},
|
|
20010
20098
|
"hasDynamicHelp": false,
|
|
20011
20099
|
"hiddenAliases": [],
|
|
20012
|
-
"id": "
|
|
20100
|
+
"id": "void:forward",
|
|
20013
20101
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20014
20102
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20015
20103
|
"pluginType": "core",
|
|
@@ -20019,11 +20107,11 @@
|
|
|
20019
20107
|
"relativePath": [
|
|
20020
20108
|
"lib",
|
|
20021
20109
|
"commands",
|
|
20022
|
-
"
|
|
20023
|
-
"
|
|
20110
|
+
"void",
|
|
20111
|
+
"forward.js"
|
|
20024
20112
|
]
|
|
20025
20113
|
},
|
|
20026
|
-
"
|
|
20114
|
+
"void": {
|
|
20027
20115
|
"aliases": [],
|
|
20028
20116
|
"args": {
|
|
20029
20117
|
"id": {
|
|
@@ -20032,7 +20120,7 @@
|
|
|
20032
20120
|
"required": true
|
|
20033
20121
|
}
|
|
20034
20122
|
},
|
|
20035
|
-
"description": "execute an action on a resource of type
|
|
20123
|
+
"description": "execute an action on a resource of type voids",
|
|
20036
20124
|
"flags": {
|
|
20037
20125
|
"organization": {
|
|
20038
20126
|
"char": "o",
|
|
@@ -20097,7 +20185,7 @@
|
|
|
20097
20185
|
},
|
|
20098
20186
|
"hasDynamicHelp": false,
|
|
20099
20187
|
"hiddenAliases": [],
|
|
20100
|
-
"id": "
|
|
20188
|
+
"id": "void",
|
|
20101
20189
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20102
20190
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20103
20191
|
"pluginType": "core",
|
|
@@ -20107,11 +20195,11 @@
|
|
|
20107
20195
|
"relativePath": [
|
|
20108
20196
|
"lib",
|
|
20109
20197
|
"commands",
|
|
20110
|
-
"
|
|
20198
|
+
"void",
|
|
20111
20199
|
"index.js"
|
|
20112
20200
|
]
|
|
20113
20201
|
},
|
|
20114
|
-
"stock_transfer:
|
|
20202
|
+
"stock_transfer:cancel": {
|
|
20115
20203
|
"aliases": [],
|
|
20116
20204
|
"args": {
|
|
20117
20205
|
"id": {
|
|
@@ -20120,7 +20208,7 @@
|
|
|
20120
20208
|
"required": true
|
|
20121
20209
|
}
|
|
20122
20210
|
},
|
|
20123
|
-
"description": "Send this attribute if you want to
|
|
20211
|
+
"description": "Send this attribute if you want to cancel this stock transfer.",
|
|
20124
20212
|
"flags": {
|
|
20125
20213
|
"organization": {
|
|
20126
20214
|
"char": "o",
|
|
@@ -20185,7 +20273,7 @@
|
|
|
20185
20273
|
},
|
|
20186
20274
|
"hasDynamicHelp": false,
|
|
20187
20275
|
"hiddenAliases": [],
|
|
20188
|
-
"id": "stock_transfer:
|
|
20276
|
+
"id": "stock_transfer:cancel",
|
|
20189
20277
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20190
20278
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20191
20279
|
"pluginType": "core",
|
|
@@ -20196,10 +20284,10 @@
|
|
|
20196
20284
|
"lib",
|
|
20197
20285
|
"commands",
|
|
20198
20286
|
"stock_transfer",
|
|
20199
|
-
"
|
|
20287
|
+
"cancel.js"
|
|
20200
20288
|
]
|
|
20201
20289
|
},
|
|
20202
|
-
"stock_transfer:
|
|
20290
|
+
"stock_transfer:complete": {
|
|
20203
20291
|
"aliases": [],
|
|
20204
20292
|
"args": {
|
|
20205
20293
|
"id": {
|
|
@@ -20208,7 +20296,7 @@
|
|
|
20208
20296
|
"required": true
|
|
20209
20297
|
}
|
|
20210
20298
|
},
|
|
20211
|
-
"description": "Send this attribute if you want to
|
|
20299
|
+
"description": "Send this attribute if you want to complete this stock transfer.",
|
|
20212
20300
|
"flags": {
|
|
20213
20301
|
"organization": {
|
|
20214
20302
|
"char": "o",
|
|
@@ -20273,7 +20361,7 @@
|
|
|
20273
20361
|
},
|
|
20274
20362
|
"hasDynamicHelp": false,
|
|
20275
20363
|
"hiddenAliases": [],
|
|
20276
|
-
"id": "stock_transfer:
|
|
20364
|
+
"id": "stock_transfer:complete",
|
|
20277
20365
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20278
20366
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20279
20367
|
"pluginType": "core",
|
|
@@ -20284,10 +20372,10 @@
|
|
|
20284
20372
|
"lib",
|
|
20285
20373
|
"commands",
|
|
20286
20374
|
"stock_transfer",
|
|
20287
|
-
"
|
|
20375
|
+
"complete.js"
|
|
20288
20376
|
]
|
|
20289
20377
|
},
|
|
20290
|
-
"stock_transfer:
|
|
20378
|
+
"stock_transfer:in_transit": {
|
|
20291
20379
|
"aliases": [],
|
|
20292
20380
|
"args": {
|
|
20293
20381
|
"id": {
|
|
@@ -20296,7 +20384,7 @@
|
|
|
20296
20384
|
"required": true
|
|
20297
20385
|
}
|
|
20298
20386
|
},
|
|
20299
|
-
"description": "Send this attribute if you want to mark this stock transfer as
|
|
20387
|
+
"description": "Send this attribute if you want to mark this stock transfer as in transit.",
|
|
20300
20388
|
"flags": {
|
|
20301
20389
|
"organization": {
|
|
20302
20390
|
"char": "o",
|
|
@@ -20361,7 +20449,7 @@
|
|
|
20361
20449
|
},
|
|
20362
20450
|
"hasDynamicHelp": false,
|
|
20363
20451
|
"hiddenAliases": [],
|
|
20364
|
-
"id": "stock_transfer:
|
|
20452
|
+
"id": "stock_transfer:in_transit",
|
|
20365
20453
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20366
20454
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20367
20455
|
"pluginType": "core",
|
|
@@ -20372,10 +20460,10 @@
|
|
|
20372
20460
|
"lib",
|
|
20373
20461
|
"commands",
|
|
20374
20462
|
"stock_transfer",
|
|
20375
|
-
"
|
|
20463
|
+
"in_transit.js"
|
|
20376
20464
|
]
|
|
20377
20465
|
},
|
|
20378
|
-
"
|
|
20466
|
+
"stock_transfer": {
|
|
20379
20467
|
"aliases": [],
|
|
20380
20468
|
"args": {
|
|
20381
20469
|
"id": {
|
|
@@ -20384,7 +20472,7 @@
|
|
|
20384
20472
|
"required": true
|
|
20385
20473
|
}
|
|
20386
20474
|
},
|
|
20387
|
-
"description": "execute an action on a resource of type
|
|
20475
|
+
"description": "execute an action on a resource of type stock_transfers",
|
|
20388
20476
|
"flags": {
|
|
20389
20477
|
"organization": {
|
|
20390
20478
|
"char": "o",
|
|
@@ -20449,7 +20537,7 @@
|
|
|
20449
20537
|
},
|
|
20450
20538
|
"hasDynamicHelp": false,
|
|
20451
20539
|
"hiddenAliases": [],
|
|
20452
|
-
"id": "
|
|
20540
|
+
"id": "stock_transfer",
|
|
20453
20541
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20454
20542
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20455
20543
|
"pluginType": "core",
|
|
@@ -20459,11 +20547,11 @@
|
|
|
20459
20547
|
"relativePath": [
|
|
20460
20548
|
"lib",
|
|
20461
20549
|
"commands",
|
|
20462
|
-
"
|
|
20550
|
+
"stock_transfer",
|
|
20463
20551
|
"index.js"
|
|
20464
20552
|
]
|
|
20465
20553
|
},
|
|
20466
|
-
"
|
|
20554
|
+
"stock_transfer:on_hold": {
|
|
20467
20555
|
"aliases": [],
|
|
20468
20556
|
"args": {
|
|
20469
20557
|
"id": {
|
|
@@ -20472,7 +20560,7 @@
|
|
|
20472
20560
|
"required": true
|
|
20473
20561
|
}
|
|
20474
20562
|
},
|
|
20475
|
-
"description": "Send this attribute if you want to
|
|
20563
|
+
"description": "Send this attribute if you want to put this stock transfer on hold.",
|
|
20476
20564
|
"flags": {
|
|
20477
20565
|
"organization": {
|
|
20478
20566
|
"char": "o",
|
|
@@ -20537,7 +20625,7 @@
|
|
|
20537
20625
|
},
|
|
20538
20626
|
"hasDynamicHelp": false,
|
|
20539
20627
|
"hiddenAliases": [],
|
|
20540
|
-
"id": "
|
|
20628
|
+
"id": "stock_transfer:on_hold",
|
|
20541
20629
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20542
20630
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20543
20631
|
"pluginType": "core",
|
|
@@ -20547,11 +20635,11 @@
|
|
|
20547
20635
|
"relativePath": [
|
|
20548
20636
|
"lib",
|
|
20549
20637
|
"commands",
|
|
20550
|
-
"
|
|
20551
|
-
"
|
|
20638
|
+
"stock_transfer",
|
|
20639
|
+
"on_hold.js"
|
|
20552
20640
|
]
|
|
20553
20641
|
},
|
|
20554
|
-
"
|
|
20642
|
+
"stock_transfer:picking": {
|
|
20555
20643
|
"aliases": [],
|
|
20556
20644
|
"args": {
|
|
20557
20645
|
"id": {
|
|
@@ -20560,7 +20648,7 @@
|
|
|
20560
20648
|
"required": true
|
|
20561
20649
|
}
|
|
20562
20650
|
},
|
|
20563
|
-
"description": "Send this attribute if you want to
|
|
20651
|
+
"description": "Send this attribute if you want to start picking this stock transfer.",
|
|
20564
20652
|
"flags": {
|
|
20565
20653
|
"organization": {
|
|
20566
20654
|
"char": "o",
|
|
@@ -20625,7 +20713,7 @@
|
|
|
20625
20713
|
},
|
|
20626
20714
|
"hasDynamicHelp": false,
|
|
20627
20715
|
"hiddenAliases": [],
|
|
20628
|
-
"id": "
|
|
20716
|
+
"id": "stock_transfer:picking",
|
|
20629
20717
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20630
20718
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20631
20719
|
"pluginType": "core",
|
|
@@ -20635,11 +20723,11 @@
|
|
|
20635
20723
|
"relativePath": [
|
|
20636
20724
|
"lib",
|
|
20637
20725
|
"commands",
|
|
20638
|
-
"
|
|
20639
|
-
"
|
|
20726
|
+
"stock_transfer",
|
|
20727
|
+
"picking.js"
|
|
20640
20728
|
]
|
|
20641
20729
|
},
|
|
20642
|
-
"
|
|
20730
|
+
"stock_transfer:upcoming": {
|
|
20643
20731
|
"aliases": [],
|
|
20644
20732
|
"args": {
|
|
20645
20733
|
"id": {
|
|
@@ -20648,7 +20736,7 @@
|
|
|
20648
20736
|
"required": true
|
|
20649
20737
|
}
|
|
20650
20738
|
},
|
|
20651
|
-
"description": "
|
|
20739
|
+
"description": "Send this attribute if you want to mark this stock transfer as upcoming.",
|
|
20652
20740
|
"flags": {
|
|
20653
20741
|
"organization": {
|
|
20654
20742
|
"char": "o",
|
|
@@ -20713,7 +20801,7 @@
|
|
|
20713
20801
|
},
|
|
20714
20802
|
"hasDynamicHelp": false,
|
|
20715
20803
|
"hiddenAliases": [],
|
|
20716
|
-
"id": "
|
|
20804
|
+
"id": "stock_transfer:upcoming",
|
|
20717
20805
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20718
20806
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20719
20807
|
"pluginType": "core",
|
|
@@ -20723,8 +20811,8 @@
|
|
|
20723
20811
|
"relativePath": [
|
|
20724
20812
|
"lib",
|
|
20725
20813
|
"commands",
|
|
20726
|
-
"
|
|
20727
|
-
"
|
|
20814
|
+
"stock_transfer",
|
|
20815
|
+
"upcoming.js"
|
|
20728
20816
|
]
|
|
20729
20817
|
},
|
|
20730
20818
|
"webhook:disable": {
|
|
@@ -21080,5 +21168,5 @@
|
|
|
21080
21168
|
]
|
|
21081
21169
|
}
|
|
21082
21170
|
},
|
|
21083
|
-
"version": "4.
|
|
21171
|
+
"version": "4.15.0"
|
|
21084
21172
|
}
|