@commercelayer/cli-plugin-triggers 4.14.1 → 4.14.3
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/oclif.manifest.json +628 -628
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
"refresh.js"
|
|
2925
2925
|
]
|
|
2926
2926
|
},
|
|
2927
|
-
"
|
|
2927
|
+
"coupon:add_tags": {
|
|
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": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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": "coupon:add_tags",
|
|
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
|
+
"coupon",
|
|
3012
|
+
"add_tags.js"
|
|
3013
3013
|
]
|
|
3014
3014
|
},
|
|
3015
|
-
"
|
|
3015
|
+
"coupon": {
|
|
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": "execute an action on a resource of type coupons",
|
|
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": "coupon",
|
|
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
|
+
"coupon",
|
|
3100
|
+
"index.js"
|
|
3101
3101
|
]
|
|
3102
3102
|
},
|
|
3103
|
-
"coupon:
|
|
3103
|
+
"coupon:remove_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 removed. 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:remove_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
|
+
"remove_tags.js"
|
|
3189
3189
|
]
|
|
3190
3190
|
},
|
|
3191
|
-
"
|
|
3191
|
+
"customer:add_tags": {
|
|
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": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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": "customer:add_tags",
|
|
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
|
+
"customer",
|
|
3276
|
+
"add_tags.js"
|
|
3277
3277
|
]
|
|
3278
3278
|
},
|
|
3279
|
-
"
|
|
3279
|
+
"customer:cancel_anonymization": {
|
|
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": "Send this attribute if you want to trigger a cancellation of anonymization. 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": "customer:cancel_anonymization",
|
|
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
|
+
"customer",
|
|
3364
|
+
"cancel_anonymization.js"
|
|
3365
3365
|
]
|
|
3366
3366
|
},
|
|
3367
|
-
"customer
|
|
3367
|
+
"customer": {
|
|
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": "execute an action on a resource of type customers",
|
|
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",
|
|
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
|
+
"index.js"
|
|
3453
3453
|
]
|
|
3454
3454
|
},
|
|
3455
|
-
"customer:
|
|
3455
|
+
"customer:remove_tags": {
|
|
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": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. 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:remove_tags",
|
|
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
|
+
"remove_tags.js"
|
|
3541
3541
|
]
|
|
3542
3542
|
},
|
|
3543
|
-
"customer": {
|
|
3543
|
+
"customer:request_anonymization": {
|
|
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": "Send this attribute if you want to trigger anonymization. Cannot be passed by sales channels.",
|
|
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:request_anonymization",
|
|
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
|
+
"request_anonymization.js"
|
|
3629
3629
|
]
|
|
3630
3630
|
},
|
|
3631
|
-
"
|
|
3631
|
+
"cleanup": {
|
|
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": "execute an action on a resource of type cleanups",
|
|
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": "cleanup",
|
|
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
|
+
"cleanup",
|
|
3716
|
+
"index.js"
|
|
3717
3717
|
]
|
|
3718
3718
|
},
|
|
3719
|
-
"
|
|
3719
|
+
"cleanup:interrupt": {
|
|
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 mark status as 'interrupted'.",
|
|
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": "cleanup:interrupt",
|
|
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
|
+
"cleanup",
|
|
3804
|
+
"interrupt.js"
|
|
3805
3805
|
]
|
|
3806
3806
|
},
|
|
3807
3807
|
"customer_password_reset": {
|
|
@@ -7588,7 +7588,7 @@
|
|
|
7588
7588
|
"remove_tags.js"
|
|
7589
7589
|
]
|
|
7590
7590
|
},
|
|
7591
|
-
"
|
|
7591
|
+
"import": {
|
|
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": "execute an action on a resource of type imports",
|
|
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": "import",
|
|
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
|
+
"import",
|
|
7676
|
+
"index.js"
|
|
7677
7677
|
]
|
|
7678
7678
|
},
|
|
7679
|
-
"
|
|
7679
|
+
"import:interrupt": {
|
|
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": "Send this attribute if you want to mark status as 'interrupted'.",
|
|
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": "import:interrupt",
|
|
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
|
+
"import",
|
|
7764
|
+
"interrupt.js"
|
|
7765
7765
|
]
|
|
7766
7766
|
},
|
|
7767
|
-
"gift_card:
|
|
7767
|
+
"gift_card:activate": {
|
|
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": "Send this attribute if you want to activate a gift card.",
|
|
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:activate",
|
|
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
|
+
"activate.js"
|
|
7853
7853
|
]
|
|
7854
7854
|
},
|
|
7855
|
-
"gift_card:
|
|
7855
|
+
"gift_card:add_tags": {
|
|
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": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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:add_tags",
|
|
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
|
+
"add_tags.js"
|
|
7941
7941
|
]
|
|
7942
7942
|
},
|
|
7943
|
-
"gift_card": {
|
|
7943
|
+
"gift_card:balance_change_cents": {
|
|
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": "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).",
|
|
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:balance_change_cents",
|
|
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
|
+
"balance_change_cents.js"
|
|
8029
8029
|
]
|
|
8030
8030
|
},
|
|
8031
|
-
"gift_card:
|
|
8031
|
+
"gift_card:deactivate": {
|
|
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 deactivate a gift card.",
|
|
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:deactivate",
|
|
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
|
+
"deactivate.js"
|
|
8117
8117
|
]
|
|
8118
8118
|
},
|
|
8119
|
-
"gift_card
|
|
8119
|
+
"gift_card": {
|
|
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": "execute an action on a resource of type gift_cards",
|
|
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",
|
|
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
|
+
"index.js"
|
|
8205
8205
|
]
|
|
8206
8206
|
},
|
|
8207
|
-
"
|
|
8207
|
+
"gift_card:purchase": {
|
|
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": "Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated.",
|
|
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": "gift_card:purchase",
|
|
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
|
+
"gift_card",
|
|
8292
|
+
"purchase.js"
|
|
8293
8293
|
]
|
|
8294
8294
|
},
|
|
8295
|
-
"
|
|
8295
|
+
"gift_card:remove_tags": {
|
|
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": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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": "gift_card:remove_tags",
|
|
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
|
+
"gift_card",
|
|
8380
|
+
"remove_tags.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_option: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_option: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_option",
|
|
8908
8908
|
"add_tags.js"
|
|
8909
8909
|
]
|
|
8910
8910
|
},
|
|
8911
|
-
"
|
|
8911
|
+
"line_item_option": {
|
|
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": "execute an action on a resource of type line_item_options",
|
|
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_option",
|
|
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_option",
|
|
8996
|
+
"index.js"
|
|
8997
8997
|
]
|
|
8998
8998
|
},
|
|
8999
|
-
"
|
|
8999
|
+
"line_item_option:remove_tags": {
|
|
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": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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_option:remove_tags",
|
|
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_option",
|
|
9084
|
+
"remove_tags.js"
|
|
9085
9085
|
]
|
|
9086
9086
|
},
|
|
9087
|
-
"line_item:
|
|
9087
|
+
"line_item:add_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 added. 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:add_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
|
+
"add_tags.js"
|
|
9173
9173
|
]
|
|
9174
9174
|
},
|
|
9175
|
-
"line_item:
|
|
9175
|
+
"line_item:external_price": {
|
|
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": "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'.",
|
|
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:external_price",
|
|
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
|
+
"external_price.js"
|
|
9261
9261
|
]
|
|
9262
9262
|
},
|
|
9263
|
-
"line_item
|
|
9263
|
+
"line_item": {
|
|
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": "execute an action on a resource of type line_items",
|
|
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",
|
|
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
|
+
"index.js"
|
|
9349
9349
|
]
|
|
9350
9350
|
},
|
|
9351
|
-
"
|
|
9351
|
+
"line_item:remove_tags": {
|
|
9352
9352
|
"aliases": [],
|
|
9353
9353
|
"args": {
|
|
9354
9354
|
"id": {
|
|
@@ -9357,7 +9357,7 @@
|
|
|
9357
9357
|
"required": true
|
|
9358
9358
|
}
|
|
9359
9359
|
},
|
|
9360
|
-
"description": "Comma separated list of tags to be
|
|
9360
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. 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": "
|
|
9425
|
+
"id": "line_item:remove_tags",
|
|
9426
9426
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9427
9427
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9428
9428
|
"pluginType": "core",
|
|
@@ -9432,11 +9432,11 @@
|
|
|
9432
9432
|
"relativePath": [
|
|
9433
9433
|
"lib",
|
|
9434
9434
|
"commands",
|
|
9435
|
-
"
|
|
9436
|
-
"
|
|
9435
|
+
"line_item",
|
|
9436
|
+
"remove_tags.js"
|
|
9437
9437
|
]
|
|
9438
9438
|
},
|
|
9439
|
-
"
|
|
9439
|
+
"line_item:reserve_stock": {
|
|
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": "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.",
|
|
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:reserve_stock",
|
|
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",
|
|
9524
|
+
"reserve_stock.js"
|
|
9525
9525
|
]
|
|
9526
9526
|
},
|
|
9527
|
-
"
|
|
9527
|
+
"line_item:reset_circuit": {
|
|
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": "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.",
|
|
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:reset_circuit",
|
|
9602
9602
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9603
9603
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9604
9604
|
"pluginType": "core",
|
|
@@ -9608,8 +9608,8 @@
|
|
|
9608
9608
|
"relativePath": [
|
|
9609
9609
|
"lib",
|
|
9610
9610
|
"commands",
|
|
9611
|
-
"
|
|
9612
|
-
"
|
|
9611
|
+
"line_item",
|
|
9612
|
+
"reset_circuit.js"
|
|
9613
9613
|
]
|
|
9614
9614
|
},
|
|
9615
9615
|
"link:disable": {
|
|
@@ -10140,7 +10140,7 @@
|
|
|
10140
10140
|
"index.js"
|
|
10141
10141
|
]
|
|
10142
10142
|
},
|
|
10143
|
-
"
|
|
10143
|
+
"order_subscription:activate": {
|
|
10144
10144
|
"aliases": [],
|
|
10145
10145
|
"args": {
|
|
10146
10146
|
"id": {
|
|
@@ -10149,7 +10149,7 @@
|
|
|
10149
10149
|
"required": true
|
|
10150
10150
|
}
|
|
10151
10151
|
},
|
|
10152
|
-
"description": "
|
|
10152
|
+
"description": "Send this attribute if you want to mark this subscription as active.",
|
|
10153
10153
|
"flags": {
|
|
10154
10154
|
"organization": {
|
|
10155
10155
|
"char": "o",
|
|
@@ -10214,7 +10214,7 @@
|
|
|
10214
10214
|
},
|
|
10215
10215
|
"hasDynamicHelp": false,
|
|
10216
10216
|
"hiddenAliases": [],
|
|
10217
|
-
"id": "
|
|
10217
|
+
"id": "order_subscription:activate",
|
|
10218
10218
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10219
10219
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10220
10220
|
"pluginType": "core",
|
|
@@ -10224,11 +10224,11 @@
|
|
|
10224
10224
|
"relativePath": [
|
|
10225
10225
|
"lib",
|
|
10226
10226
|
"commands",
|
|
10227
|
-
"
|
|
10228
|
-
"
|
|
10227
|
+
"order_subscription",
|
|
10228
|
+
"activate.js"
|
|
10229
10229
|
]
|
|
10230
10230
|
},
|
|
10231
|
-
"
|
|
10231
|
+
"order_subscription:add_tags": {
|
|
10232
10232
|
"aliases": [],
|
|
10233
10233
|
"args": {
|
|
10234
10234
|
"id": {
|
|
@@ -10237,7 +10237,7 @@
|
|
|
10237
10237
|
"required": true
|
|
10238
10238
|
}
|
|
10239
10239
|
},
|
|
10240
|
-
"description": "
|
|
10240
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
10241
10241
|
"flags": {
|
|
10242
10242
|
"organization": {
|
|
10243
10243
|
"char": "o",
|
|
@@ -10302,7 +10302,7 @@
|
|
|
10302
10302
|
},
|
|
10303
10303
|
"hasDynamicHelp": false,
|
|
10304
10304
|
"hiddenAliases": [],
|
|
10305
|
-
"id": "
|
|
10305
|
+
"id": "order_subscription:add_tags",
|
|
10306
10306
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10307
10307
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10308
10308
|
"pluginType": "core",
|
|
@@ -10312,11 +10312,11 @@
|
|
|
10312
10312
|
"relativePath": [
|
|
10313
10313
|
"lib",
|
|
10314
10314
|
"commands",
|
|
10315
|
-
"
|
|
10316
|
-
"
|
|
10315
|
+
"order_subscription",
|
|
10316
|
+
"add_tags.js"
|
|
10317
10317
|
]
|
|
10318
10318
|
},
|
|
10319
|
-
"
|
|
10319
|
+
"order_subscription:cancel": {
|
|
10320
10320
|
"aliases": [],
|
|
10321
10321
|
"args": {
|
|
10322
10322
|
"id": {
|
|
@@ -10325,7 +10325,7 @@
|
|
|
10325
10325
|
"required": true
|
|
10326
10326
|
}
|
|
10327
10327
|
},
|
|
10328
|
-
"description": "Send this attribute if you want to
|
|
10328
|
+
"description": "Send this attribute if you want to mark this subscription as cancelled.",
|
|
10329
10329
|
"flags": {
|
|
10330
10330
|
"organization": {
|
|
10331
10331
|
"char": "o",
|
|
@@ -10390,7 +10390,7 @@
|
|
|
10390
10390
|
},
|
|
10391
10391
|
"hasDynamicHelp": false,
|
|
10392
10392
|
"hiddenAliases": [],
|
|
10393
|
-
"id": "
|
|
10393
|
+
"id": "order_subscription:cancel",
|
|
10394
10394
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10395
10395
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10396
10396
|
"pluginType": "core",
|
|
@@ -10400,11 +10400,11 @@
|
|
|
10400
10400
|
"relativePath": [
|
|
10401
10401
|
"lib",
|
|
10402
10402
|
"commands",
|
|
10403
|
-
"
|
|
10404
|
-
"
|
|
10403
|
+
"order_subscription",
|
|
10404
|
+
"cancel.js"
|
|
10405
10405
|
]
|
|
10406
10406
|
},
|
|
10407
|
-
"
|
|
10407
|
+
"order_subscription:convert": {
|
|
10408
10408
|
"aliases": [],
|
|
10409
10409
|
"args": {
|
|
10410
10410
|
"id": {
|
|
@@ -10413,7 +10413,7 @@
|
|
|
10413
10413
|
"required": true
|
|
10414
10414
|
}
|
|
10415
10415
|
},
|
|
10416
|
-
"description": "Send this attribute if you want to
|
|
10416
|
+
"description": "Send this attribute if you want to convert a manual subscription to an automatic one. A subscription model is required before conversion.",
|
|
10417
10417
|
"flags": {
|
|
10418
10418
|
"organization": {
|
|
10419
10419
|
"char": "o",
|
|
@@ -10478,7 +10478,7 @@
|
|
|
10478
10478
|
},
|
|
10479
10479
|
"hasDynamicHelp": false,
|
|
10480
10480
|
"hiddenAliases": [],
|
|
10481
|
-
"id": "
|
|
10481
|
+
"id": "order_subscription:convert",
|
|
10482
10482
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10483
10483
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10484
10484
|
"pluginType": "core",
|
|
@@ -10488,11 +10488,11 @@
|
|
|
10488
10488
|
"relativePath": [
|
|
10489
10489
|
"lib",
|
|
10490
10490
|
"commands",
|
|
10491
|
-
"
|
|
10492
|
-
"
|
|
10491
|
+
"order_subscription",
|
|
10492
|
+
"convert.js"
|
|
10493
10493
|
]
|
|
10494
10494
|
},
|
|
10495
|
-
"
|
|
10495
|
+
"order_subscription:deactivate": {
|
|
10496
10496
|
"aliases": [],
|
|
10497
10497
|
"args": {
|
|
10498
10498
|
"id": {
|
|
@@ -10501,7 +10501,7 @@
|
|
|
10501
10501
|
"required": true
|
|
10502
10502
|
}
|
|
10503
10503
|
},
|
|
10504
|
-
"description": "Send this attribute
|
|
10504
|
+
"description": "Send this attribute if you want to mark this subscription as inactive.",
|
|
10505
10505
|
"flags": {
|
|
10506
10506
|
"organization": {
|
|
10507
10507
|
"char": "o",
|
|
@@ -10566,7 +10566,7 @@
|
|
|
10566
10566
|
},
|
|
10567
10567
|
"hasDynamicHelp": false,
|
|
10568
10568
|
"hiddenAliases": [],
|
|
10569
|
-
"id": "
|
|
10569
|
+
"id": "order_subscription:deactivate",
|
|
10570
10570
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10571
10571
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10572
10572
|
"pluginType": "core",
|
|
@@ -10576,11 +10576,11 @@
|
|
|
10576
10576
|
"relativePath": [
|
|
10577
10577
|
"lib",
|
|
10578
10578
|
"commands",
|
|
10579
|
-
"
|
|
10580
|
-
"
|
|
10579
|
+
"order_subscription",
|
|
10580
|
+
"deactivate.js"
|
|
10581
10581
|
]
|
|
10582
10582
|
},
|
|
10583
|
-
"
|
|
10583
|
+
"order_subscription": {
|
|
10584
10584
|
"aliases": [],
|
|
10585
10585
|
"args": {
|
|
10586
10586
|
"id": {
|
|
@@ -10589,7 +10589,7 @@
|
|
|
10589
10589
|
"required": true
|
|
10590
10590
|
}
|
|
10591
10591
|
},
|
|
10592
|
-
"description": "
|
|
10592
|
+
"description": "execute an action on a resource of type order_subscriptions",
|
|
10593
10593
|
"flags": {
|
|
10594
10594
|
"organization": {
|
|
10595
10595
|
"char": "o",
|
|
@@ -10654,7 +10654,7 @@
|
|
|
10654
10654
|
},
|
|
10655
10655
|
"hasDynamicHelp": false,
|
|
10656
10656
|
"hiddenAliases": [],
|
|
10657
|
-
"id": "
|
|
10657
|
+
"id": "order_subscription",
|
|
10658
10658
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10659
10659
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10660
10660
|
"pluginType": "core",
|
|
@@ -10664,11 +10664,11 @@
|
|
|
10664
10664
|
"relativePath": [
|
|
10665
10665
|
"lib",
|
|
10666
10666
|
"commands",
|
|
10667
|
-
"
|
|
10668
|
-
"
|
|
10667
|
+
"order_subscription",
|
|
10668
|
+
"index.js"
|
|
10669
10669
|
]
|
|
10670
10670
|
},
|
|
10671
|
-
"
|
|
10671
|
+
"order_subscription:remove_tags": {
|
|
10672
10672
|
"aliases": [],
|
|
10673
10673
|
"args": {
|
|
10674
10674
|
"id": {
|
|
@@ -10677,7 +10677,7 @@
|
|
|
10677
10677
|
"required": true
|
|
10678
10678
|
}
|
|
10679
10679
|
},
|
|
10680
|
-
"description": "
|
|
10680
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
10681
10681
|
"flags": {
|
|
10682
10682
|
"organization": {
|
|
10683
10683
|
"char": "o",
|
|
@@ -10738,20 +10738,11 @@
|
|
|
10738
10738
|
"name": "unformatted",
|
|
10739
10739
|
"allowNo": false,
|
|
10740
10740
|
"type": "boolean"
|
|
10741
|
-
},
|
|
10742
|
-
"value": {
|
|
10743
|
-
"char": "v",
|
|
10744
|
-
"description": "the trigger attribute value",
|
|
10745
|
-
"name": "value",
|
|
10746
|
-
"required": true,
|
|
10747
|
-
"hasDynamicHelp": false,
|
|
10748
|
-
"multiple": false,
|
|
10749
|
-
"type": "option"
|
|
10750
10741
|
}
|
|
10751
10742
|
},
|
|
10752
10743
|
"hasDynamicHelp": false,
|
|
10753
10744
|
"hiddenAliases": [],
|
|
10754
|
-
"id": "
|
|
10745
|
+
"id": "order_subscription:remove_tags",
|
|
10755
10746
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10756
10747
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10757
10748
|
"pluginType": "core",
|
|
@@ -10761,11 +10752,11 @@
|
|
|
10761
10752
|
"relativePath": [
|
|
10762
10753
|
"lib",
|
|
10763
10754
|
"commands",
|
|
10764
|
-
"
|
|
10765
|
-
"
|
|
10755
|
+
"order_subscription",
|
|
10756
|
+
"remove_tags.js"
|
|
10766
10757
|
]
|
|
10767
10758
|
},
|
|
10768
|
-
"order:
|
|
10759
|
+
"order:add_tags": {
|
|
10769
10760
|
"aliases": [],
|
|
10770
10761
|
"args": {
|
|
10771
10762
|
"id": {
|
|
@@ -10774,7 +10765,7 @@
|
|
|
10774
10765
|
"required": true
|
|
10775
10766
|
}
|
|
10776
10767
|
},
|
|
10777
|
-
"description": "
|
|
10768
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
10778
10769
|
"flags": {
|
|
10779
10770
|
"organization": {
|
|
10780
10771
|
"char": "o",
|
|
@@ -10839,7 +10830,7 @@
|
|
|
10839
10830
|
},
|
|
10840
10831
|
"hasDynamicHelp": false,
|
|
10841
10832
|
"hiddenAliases": [],
|
|
10842
|
-
"id": "order:
|
|
10833
|
+
"id": "order:add_tags",
|
|
10843
10834
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10844
10835
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10845
10836
|
"pluginType": "core",
|
|
@@ -10850,10 +10841,10 @@
|
|
|
10850
10841
|
"lib",
|
|
10851
10842
|
"commands",
|
|
10852
10843
|
"order",
|
|
10853
|
-
"
|
|
10844
|
+
"add_tags.js"
|
|
10854
10845
|
]
|
|
10855
10846
|
},
|
|
10856
|
-
"order:
|
|
10847
|
+
"order:approve": {
|
|
10857
10848
|
"aliases": [],
|
|
10858
10849
|
"args": {
|
|
10859
10850
|
"id": {
|
|
@@ -10862,7 +10853,7 @@
|
|
|
10862
10853
|
"required": true
|
|
10863
10854
|
}
|
|
10864
10855
|
},
|
|
10865
|
-
"description": "Send this attribute if you want to
|
|
10856
|
+
"description": "Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.",
|
|
10866
10857
|
"flags": {
|
|
10867
10858
|
"organization": {
|
|
10868
10859
|
"char": "o",
|
|
@@ -10927,7 +10918,7 @@
|
|
|
10927
10918
|
},
|
|
10928
10919
|
"hasDynamicHelp": false,
|
|
10929
10920
|
"hiddenAliases": [],
|
|
10930
|
-
"id": "order:
|
|
10921
|
+
"id": "order:approve",
|
|
10931
10922
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10932
10923
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10933
10924
|
"pluginType": "core",
|
|
@@ -10938,10 +10929,10 @@
|
|
|
10938
10929
|
"lib",
|
|
10939
10930
|
"commands",
|
|
10940
10931
|
"order",
|
|
10941
|
-
"
|
|
10932
|
+
"approve.js"
|
|
10942
10933
|
]
|
|
10943
10934
|
},
|
|
10944
|
-
"order:
|
|
10935
|
+
"order:approve_and_capture": {
|
|
10945
10936
|
"aliases": [],
|
|
10946
10937
|
"args": {
|
|
10947
10938
|
"id": {
|
|
@@ -10950,7 +10941,7 @@
|
|
|
10950
10941
|
"required": true
|
|
10951
10942
|
}
|
|
10952
10943
|
},
|
|
10953
|
-
"description": "Send this attribute if you want to capture
|
|
10944
|
+
"description": "Send this attribute if you want to approve and capture a placed order. Cannot be passed by sales channels.",
|
|
10954
10945
|
"flags": {
|
|
10955
10946
|
"organization": {
|
|
10956
10947
|
"char": "o",
|
|
@@ -11015,7 +11006,7 @@
|
|
|
11015
11006
|
},
|
|
11016
11007
|
"hasDynamicHelp": false,
|
|
11017
11008
|
"hiddenAliases": [],
|
|
11018
|
-
"id": "order:
|
|
11009
|
+
"id": "order:approve_and_capture",
|
|
11019
11010
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11020
11011
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11021
11012
|
"pluginType": "core",
|
|
@@ -11026,10 +11017,10 @@
|
|
|
11026
11017
|
"lib",
|
|
11027
11018
|
"commands",
|
|
11028
11019
|
"order",
|
|
11029
|
-
"
|
|
11020
|
+
"approve_and_capture.js"
|
|
11030
11021
|
]
|
|
11031
11022
|
},
|
|
11032
|
-
"order:
|
|
11023
|
+
"order:archive": {
|
|
11033
11024
|
"aliases": [],
|
|
11034
11025
|
"args": {
|
|
11035
11026
|
"id": {
|
|
@@ -11038,7 +11029,7 @@
|
|
|
11038
11029
|
"required": true
|
|
11039
11030
|
}
|
|
11040
11031
|
},
|
|
11041
|
-
"description": "Send this attribute if you want
|
|
11032
|
+
"description": "Send this attribute if you want to archive the order.",
|
|
11042
11033
|
"flags": {
|
|
11043
11034
|
"organization": {
|
|
11044
11035
|
"char": "o",
|
|
@@ -11103,7 +11094,7 @@
|
|
|
11103
11094
|
},
|
|
11104
11095
|
"hasDynamicHelp": false,
|
|
11105
11096
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "order:
|
|
11097
|
+
"id": "order:archive",
|
|
11107
11098
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11108
11099
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11109
11100
|
"pluginType": "core",
|
|
@@ -11114,10 +11105,10 @@
|
|
|
11114
11105
|
"lib",
|
|
11115
11106
|
"commands",
|
|
11116
11107
|
"order",
|
|
11117
|
-
"
|
|
11108
|
+
"archive.js"
|
|
11118
11109
|
]
|
|
11119
11110
|
},
|
|
11120
|
-
"order:
|
|
11111
|
+
"order:authorization_amount_cents": {
|
|
11121
11112
|
"aliases": [],
|
|
11122
11113
|
"args": {
|
|
11123
11114
|
"id": {
|
|
@@ -11126,7 +11117,7 @@
|
|
|
11126
11117
|
"required": true
|
|
11127
11118
|
}
|
|
11128
11119
|
},
|
|
11129
|
-
"description": "Send this attribute
|
|
11120
|
+
"description": "Send this attribute as a value in cents if you want to overwrite the amount to be authorized.",
|
|
11130
11121
|
"flags": {
|
|
11131
11122
|
"organization": {
|
|
11132
11123
|
"char": "o",
|
|
@@ -11191,7 +11182,7 @@
|
|
|
11191
11182
|
},
|
|
11192
11183
|
"hasDynamicHelp": false,
|
|
11193
11184
|
"hiddenAliases": [],
|
|
11194
|
-
"id": "order:
|
|
11185
|
+
"id": "order:authorization_amount_cents",
|
|
11195
11186
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11196
11187
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11197
11188
|
"pluginType": "core",
|
|
@@ -11202,10 +11193,10 @@
|
|
|
11202
11193
|
"lib",
|
|
11203
11194
|
"commands",
|
|
11204
11195
|
"order",
|
|
11205
|
-
"
|
|
11196
|
+
"authorization_amount_cents.js"
|
|
11206
11197
|
]
|
|
11207
11198
|
},
|
|
11208
|
-
"order:
|
|
11199
|
+
"order:authorize": {
|
|
11209
11200
|
"aliases": [],
|
|
11210
11201
|
"args": {
|
|
11211
11202
|
"id": {
|
|
@@ -11214,7 +11205,7 @@
|
|
|
11214
11205
|
"required": true
|
|
11215
11206
|
}
|
|
11216
11207
|
},
|
|
11217
|
-
"description": "
|
|
11208
|
+
"description": "Send this attribute if you want to authorize the order's payment source.",
|
|
11218
11209
|
"flags": {
|
|
11219
11210
|
"organization": {
|
|
11220
11211
|
"char": "o",
|
|
@@ -11275,20 +11266,11 @@
|
|
|
11275
11266
|
"name": "unformatted",
|
|
11276
11267
|
"allowNo": false,
|
|
11277
11268
|
"type": "boolean"
|
|
11278
|
-
},
|
|
11279
|
-
"value": {
|
|
11280
|
-
"char": "v",
|
|
11281
|
-
"description": "the trigger attribute value",
|
|
11282
|
-
"name": "value",
|
|
11283
|
-
"required": true,
|
|
11284
|
-
"hasDynamicHelp": false,
|
|
11285
|
-
"multiple": false,
|
|
11286
|
-
"type": "option"
|
|
11287
11269
|
}
|
|
11288
11270
|
},
|
|
11289
11271
|
"hasDynamicHelp": false,
|
|
11290
11272
|
"hiddenAliases": [],
|
|
11291
|
-
"id": "order:
|
|
11273
|
+
"id": "order:authorize",
|
|
11292
11274
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11293
11275
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11294
11276
|
"pluginType": "core",
|
|
@@ -11299,10 +11281,10 @@
|
|
|
11299
11281
|
"lib",
|
|
11300
11282
|
"commands",
|
|
11301
11283
|
"order",
|
|
11302
|
-
"
|
|
11284
|
+
"authorize.js"
|
|
11303
11285
|
]
|
|
11304
11286
|
},
|
|
11305
|
-
"order:
|
|
11287
|
+
"order:billing_address_clone_id": {
|
|
11306
11288
|
"aliases": [],
|
|
11307
11289
|
"args": {
|
|
11308
11290
|
"id": {
|
|
@@ -11311,7 +11293,7 @@
|
|
|
11311
11293
|
"required": true
|
|
11312
11294
|
}
|
|
11313
11295
|
},
|
|
11314
|
-
"description": "
|
|
11296
|
+
"description": "The id of the address that you want to clone to create the order's billing address.",
|
|
11315
11297
|
"flags": {
|
|
11316
11298
|
"organization": {
|
|
11317
11299
|
"char": "o",
|
|
@@ -11372,11 +11354,20 @@
|
|
|
11372
11354
|
"name": "unformatted",
|
|
11373
11355
|
"allowNo": false,
|
|
11374
11356
|
"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"
|
|
11375
11366
|
}
|
|
11376
11367
|
},
|
|
11377
11368
|
"hasDynamicHelp": false,
|
|
11378
11369
|
"hiddenAliases": [],
|
|
11379
|
-
"id": "order:
|
|
11370
|
+
"id": "order:billing_address_clone_id",
|
|
11380
11371
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11381
11372
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11382
11373
|
"pluginType": "core",
|
|
@@ -11387,10 +11378,10 @@
|
|
|
11387
11378
|
"lib",
|
|
11388
11379
|
"commands",
|
|
11389
11380
|
"order",
|
|
11390
|
-
"
|
|
11381
|
+
"billing_address_clone_id.js"
|
|
11391
11382
|
]
|
|
11392
11383
|
},
|
|
11393
|
-
"order:
|
|
11384
|
+
"order:billing_address_same_as_shipping": {
|
|
11394
11385
|
"aliases": [],
|
|
11395
11386
|
"args": {
|
|
11396
11387
|
"id": {
|
|
@@ -11399,7 +11390,7 @@
|
|
|
11399
11390
|
"required": true
|
|
11400
11391
|
}
|
|
11401
11392
|
},
|
|
11402
|
-
"description": "Send this attribute if you want
|
|
11393
|
+
"description": "Send this attribute if you want the billing address to be cloned from the order's shipping address.",
|
|
11403
11394
|
"flags": {
|
|
11404
11395
|
"organization": {
|
|
11405
11396
|
"char": "o",
|
|
@@ -11464,7 +11455,7 @@
|
|
|
11464
11455
|
},
|
|
11465
11456
|
"hasDynamicHelp": false,
|
|
11466
11457
|
"hiddenAliases": [],
|
|
11467
|
-
"id": "order:
|
|
11458
|
+
"id": "order:billing_address_same_as_shipping",
|
|
11468
11459
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11469
11460
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11470
11461
|
"pluginType": "core",
|
|
@@ -11475,10 +11466,10 @@
|
|
|
11475
11466
|
"lib",
|
|
11476
11467
|
"commands",
|
|
11477
11468
|
"order",
|
|
11478
|
-
"
|
|
11469
|
+
"billing_address_same_as_shipping.js"
|
|
11479
11470
|
]
|
|
11480
11471
|
},
|
|
11481
|
-
"order": {
|
|
11472
|
+
"order:cancel": {
|
|
11482
11473
|
"aliases": [],
|
|
11483
11474
|
"args": {
|
|
11484
11475
|
"id": {
|
|
@@ -11487,7 +11478,7 @@
|
|
|
11487
11478
|
"required": true
|
|
11488
11479
|
}
|
|
11489
11480
|
},
|
|
11490
|
-
"description": "
|
|
11481
|
+
"description": "Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.",
|
|
11491
11482
|
"flags": {
|
|
11492
11483
|
"organization": {
|
|
11493
11484
|
"char": "o",
|
|
@@ -11552,7 +11543,7 @@
|
|
|
11552
11543
|
},
|
|
11553
11544
|
"hasDynamicHelp": false,
|
|
11554
11545
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "order",
|
|
11546
|
+
"id": "order:cancel",
|
|
11556
11547
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11557
11548
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11558
11549
|
"pluginType": "core",
|
|
@@ -11563,10 +11554,10 @@
|
|
|
11563
11554
|
"lib",
|
|
11564
11555
|
"commands",
|
|
11565
11556
|
"order",
|
|
11566
|
-
"
|
|
11557
|
+
"cancel.js"
|
|
11567
11558
|
]
|
|
11568
11559
|
},
|
|
11569
|
-
"order:
|
|
11560
|
+
"order:capture": {
|
|
11570
11561
|
"aliases": [],
|
|
11571
11562
|
"args": {
|
|
11572
11563
|
"id": {
|
|
@@ -11575,7 +11566,7 @@
|
|
|
11575
11566
|
"required": true
|
|
11576
11567
|
}
|
|
11577
11568
|
},
|
|
11578
|
-
"description": "Send this attribute if you want to
|
|
11569
|
+
"description": "Send this attribute if you want to capture an authorized order. Cannot be passed by sales channels.",
|
|
11579
11570
|
"flags": {
|
|
11580
11571
|
"organization": {
|
|
11581
11572
|
"char": "o",
|
|
@@ -11640,7 +11631,7 @@
|
|
|
11640
11631
|
},
|
|
11641
11632
|
"hasDynamicHelp": false,
|
|
11642
11633
|
"hiddenAliases": [],
|
|
11643
|
-
"id": "order:
|
|
11634
|
+
"id": "order:capture",
|
|
11644
11635
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11645
11636
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11646
11637
|
"pluginType": "core",
|
|
@@ -11651,10 +11642,10 @@
|
|
|
11651
11642
|
"lib",
|
|
11652
11643
|
"commands",
|
|
11653
11644
|
"order",
|
|
11654
|
-
"
|
|
11645
|
+
"capture.js"
|
|
11655
11646
|
]
|
|
11656
11647
|
},
|
|
11657
|
-
"order:
|
|
11648
|
+
"order:commit_invoice": {
|
|
11658
11649
|
"aliases": [],
|
|
11659
11650
|
"args": {
|
|
11660
11651
|
"id": {
|
|
@@ -11663,7 +11654,7 @@
|
|
|
11663
11654
|
"required": true
|
|
11664
11655
|
}
|
|
11665
11656
|
},
|
|
11666
|
-
"description": "Send this attribute if you want
|
|
11657
|
+
"description": "Send this attribute if you want commit the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
11667
11658
|
"flags": {
|
|
11668
11659
|
"organization": {
|
|
11669
11660
|
"char": "o",
|
|
@@ -11728,7 +11719,7 @@
|
|
|
11728
11719
|
},
|
|
11729
11720
|
"hasDynamicHelp": false,
|
|
11730
11721
|
"hiddenAliases": [],
|
|
11731
|
-
"id": "order:
|
|
11722
|
+
"id": "order:commit_invoice",
|
|
11732
11723
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11733
11724
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11734
11725
|
"pluginType": "core",
|
|
@@ -11739,10 +11730,10 @@
|
|
|
11739
11730
|
"lib",
|
|
11740
11731
|
"commands",
|
|
11741
11732
|
"order",
|
|
11742
|
-
"
|
|
11733
|
+
"commit_invoice.js"
|
|
11743
11734
|
]
|
|
11744
11735
|
},
|
|
11745
|
-
"order:
|
|
11736
|
+
"order:create_subscriptions": {
|
|
11746
11737
|
"aliases": [],
|
|
11747
11738
|
"args": {
|
|
11748
11739
|
"id": {
|
|
@@ -11751,7 +11742,7 @@
|
|
|
11751
11742
|
"required": true
|
|
11752
11743
|
}
|
|
11753
11744
|
},
|
|
11754
|
-
"description": "Send this attribute if you want to
|
|
11745
|
+
"description": "Send this attribute upon/after placing the order if you want to create order subscriptions from the line items that have a frequency.",
|
|
11755
11746
|
"flags": {
|
|
11756
11747
|
"organization": {
|
|
11757
11748
|
"char": "o",
|
|
@@ -11816,7 +11807,7 @@
|
|
|
11816
11807
|
},
|
|
11817
11808
|
"hasDynamicHelp": false,
|
|
11818
11809
|
"hiddenAliases": [],
|
|
11819
|
-
"id": "order:
|
|
11810
|
+
"id": "order:create_subscriptions",
|
|
11820
11811
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11821
11812
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11822
11813
|
"pluginType": "core",
|
|
@@ -11827,10 +11818,10 @@
|
|
|
11827
11818
|
"lib",
|
|
11828
11819
|
"commands",
|
|
11829
11820
|
"order",
|
|
11830
|
-
"
|
|
11821
|
+
"create_subscriptions.js"
|
|
11831
11822
|
]
|
|
11832
11823
|
},
|
|
11833
|
-
"order:
|
|
11824
|
+
"order:customer_payment_source_id": {
|
|
11834
11825
|
"aliases": [],
|
|
11835
11826
|
"args": {
|
|
11836
11827
|
"id": {
|
|
@@ -11839,7 +11830,7 @@
|
|
|
11839
11830
|
"required": true
|
|
11840
11831
|
}
|
|
11841
11832
|
},
|
|
11842
|
-
"description": "
|
|
11833
|
+
"description": "The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.",
|
|
11843
11834
|
"flags": {
|
|
11844
11835
|
"organization": {
|
|
11845
11836
|
"char": "o",
|
|
@@ -11900,11 +11891,20 @@
|
|
|
11900
11891
|
"name": "unformatted",
|
|
11901
11892
|
"allowNo": false,
|
|
11902
11893
|
"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
11903
|
}
|
|
11904
11904
|
},
|
|
11905
11905
|
"hasDynamicHelp": false,
|
|
11906
11906
|
"hiddenAliases": [],
|
|
11907
|
-
"id": "order:
|
|
11907
|
+
"id": "order:customer_payment_source_id",
|
|
11908
11908
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11909
11909
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11910
11910
|
"pluginType": "core",
|
|
@@ -11915,10 +11915,10 @@
|
|
|
11915
11915
|
"lib",
|
|
11916
11916
|
"commands",
|
|
11917
11917
|
"order",
|
|
11918
|
-
"
|
|
11918
|
+
"customer_payment_source_id.js"
|
|
11919
11919
|
]
|
|
11920
11920
|
},
|
|
11921
|
-
"order:
|
|
11921
|
+
"order:fix_payment_source": {
|
|
11922
11922
|
"aliases": [],
|
|
11923
11923
|
"args": {
|
|
11924
11924
|
"id": {
|
|
@@ -11927,7 +11927,7 @@
|
|
|
11927
11927
|
"required": true
|
|
11928
11928
|
}
|
|
11929
11929
|
},
|
|
11930
|
-
"description": "Send this attribute if you want to
|
|
11930
|
+
"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.",
|
|
11931
11931
|
"flags": {
|
|
11932
11932
|
"organization": {
|
|
11933
11933
|
"char": "o",
|
|
@@ -11992,7 +11992,7 @@
|
|
|
11992
11992
|
},
|
|
11993
11993
|
"hasDynamicHelp": false,
|
|
11994
11994
|
"hiddenAliases": [],
|
|
11995
|
-
"id": "order:
|
|
11995
|
+
"id": "order:fix_payment_source",
|
|
11996
11996
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11997
11997
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11998
11998
|
"pluginType": "core",
|
|
@@ -12003,10 +12003,10 @@
|
|
|
12003
12003
|
"lib",
|
|
12004
12004
|
"commands",
|
|
12005
12005
|
"order",
|
|
12006
|
-
"
|
|
12006
|
+
"fix_payment_source.js"
|
|
12007
12007
|
]
|
|
12008
12008
|
},
|
|
12009
|
-
"order:
|
|
12009
|
+
"order:fulfill": {
|
|
12010
12010
|
"aliases": [],
|
|
12011
12011
|
"args": {
|
|
12012
12012
|
"id": {
|
|
@@ -12015,7 +12015,7 @@
|
|
|
12015
12015
|
"required": true
|
|
12016
12016
|
}
|
|
12017
12017
|
},
|
|
12018
|
-
"description": "Send this attribute if you want
|
|
12018
|
+
"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.",
|
|
12019
12019
|
"flags": {
|
|
12020
12020
|
"organization": {
|
|
12021
12021
|
"char": "o",
|
|
@@ -12080,7 +12080,7 @@
|
|
|
12080
12080
|
},
|
|
12081
12081
|
"hasDynamicHelp": false,
|
|
12082
12082
|
"hiddenAliases": [],
|
|
12083
|
-
"id": "order:
|
|
12083
|
+
"id": "order:fulfill",
|
|
12084
12084
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12085
12085
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12086
12086
|
"pluginType": "core",
|
|
@@ -12091,10 +12091,10 @@
|
|
|
12091
12091
|
"lib",
|
|
12092
12092
|
"commands",
|
|
12093
12093
|
"order",
|
|
12094
|
-
"
|
|
12094
|
+
"fulfill.js"
|
|
12095
12095
|
]
|
|
12096
12096
|
},
|
|
12097
|
-
"order
|
|
12097
|
+
"order": {
|
|
12098
12098
|
"aliases": [],
|
|
12099
12099
|
"args": {
|
|
12100
12100
|
"id": {
|
|
@@ -12103,7 +12103,7 @@
|
|
|
12103
12103
|
"required": true
|
|
12104
12104
|
}
|
|
12105
12105
|
},
|
|
12106
|
-
"description": "
|
|
12106
|
+
"description": "execute an action on a resource of type orders",
|
|
12107
12107
|
"flags": {
|
|
12108
12108
|
"organization": {
|
|
12109
12109
|
"char": "o",
|
|
@@ -12168,7 +12168,7 @@
|
|
|
12168
12168
|
},
|
|
12169
12169
|
"hasDynamicHelp": false,
|
|
12170
12170
|
"hiddenAliases": [],
|
|
12171
|
-
"id": "order
|
|
12171
|
+
"id": "order",
|
|
12172
12172
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12173
12173
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12174
12174
|
"pluginType": "core",
|
|
@@ -12179,10 +12179,10 @@
|
|
|
12179
12179
|
"lib",
|
|
12180
12180
|
"commands",
|
|
12181
12181
|
"order",
|
|
12182
|
-
"
|
|
12182
|
+
"index.js"
|
|
12183
12183
|
]
|
|
12184
12184
|
},
|
|
12185
|
-
"order:
|
|
12185
|
+
"order:nullify_payment_source": {
|
|
12186
12186
|
"aliases": [],
|
|
12187
12187
|
"args": {
|
|
12188
12188
|
"id": {
|
|
@@ -12191,7 +12191,7 @@
|
|
|
12191
12191
|
"required": true
|
|
12192
12192
|
}
|
|
12193
12193
|
},
|
|
12194
|
-
"description": "Send this attribute if you want to
|
|
12194
|
+
"description": "Send this attribute if you want to nullify the payment source for this order.",
|
|
12195
12195
|
"flags": {
|
|
12196
12196
|
"organization": {
|
|
12197
12197
|
"char": "o",
|
|
@@ -12256,7 +12256,7 @@
|
|
|
12256
12256
|
},
|
|
12257
12257
|
"hasDynamicHelp": false,
|
|
12258
12258
|
"hiddenAliases": [],
|
|
12259
|
-
"id": "order:
|
|
12259
|
+
"id": "order:nullify_payment_source",
|
|
12260
12260
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12261
12261
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12262
12262
|
"pluginType": "core",
|
|
@@ -12267,10 +12267,10 @@
|
|
|
12267
12267
|
"lib",
|
|
12268
12268
|
"commands",
|
|
12269
12269
|
"order",
|
|
12270
|
-
"
|
|
12270
|
+
"nullify_payment_source.js"
|
|
12271
12271
|
]
|
|
12272
12272
|
},
|
|
12273
|
-
"order:
|
|
12273
|
+
"order:pending": {
|
|
12274
12274
|
"aliases": [],
|
|
12275
12275
|
"args": {
|
|
12276
12276
|
"id": {
|
|
@@ -12279,7 +12279,7 @@
|
|
|
12279
12279
|
"required": true
|
|
12280
12280
|
}
|
|
12281
12281
|
},
|
|
12282
|
-
"description": "Send this attribute if you want
|
|
12282
|
+
"description": "Send this attribute if you want to move a draft or placing order to pending. Cannot be passed by sales channels.",
|
|
12283
12283
|
"flags": {
|
|
12284
12284
|
"organization": {
|
|
12285
12285
|
"char": "o",
|
|
@@ -12344,7 +12344,7 @@
|
|
|
12344
12344
|
},
|
|
12345
12345
|
"hasDynamicHelp": false,
|
|
12346
12346
|
"hiddenAliases": [],
|
|
12347
|
-
"id": "order:
|
|
12347
|
+
"id": "order:pending",
|
|
12348
12348
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12349
12349
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12350
12350
|
"pluginType": "core",
|
|
@@ -12355,10 +12355,10 @@
|
|
|
12355
12355
|
"lib",
|
|
12356
12356
|
"commands",
|
|
12357
12357
|
"order",
|
|
12358
|
-
"
|
|
12358
|
+
"pending.js"
|
|
12359
12359
|
]
|
|
12360
12360
|
},
|
|
12361
|
-
"order:
|
|
12361
|
+
"order:place": {
|
|
12362
12362
|
"aliases": [],
|
|
12363
12363
|
"args": {
|
|
12364
12364
|
"id": {
|
|
@@ -12367,7 +12367,7 @@
|
|
|
12367
12367
|
"required": true
|
|
12368
12368
|
}
|
|
12369
12369
|
},
|
|
12370
|
-
"description": "Send this attribute if you want
|
|
12370
|
+
"description": "Send this attribute if you want to place the order.",
|
|
12371
12371
|
"flags": {
|
|
12372
12372
|
"organization": {
|
|
12373
12373
|
"char": "o",
|
|
@@ -12432,7 +12432,7 @@
|
|
|
12432
12432
|
},
|
|
12433
12433
|
"hasDynamicHelp": false,
|
|
12434
12434
|
"hiddenAliases": [],
|
|
12435
|
-
"id": "order:
|
|
12435
|
+
"id": "order:place",
|
|
12436
12436
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12437
12437
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12438
12438
|
"pluginType": "core",
|
|
@@ -12443,10 +12443,10 @@
|
|
|
12443
12443
|
"lib",
|
|
12444
12444
|
"commands",
|
|
12445
12445
|
"order",
|
|
12446
|
-
"
|
|
12446
|
+
"place.js"
|
|
12447
12447
|
]
|
|
12448
12448
|
},
|
|
12449
|
-
"order:
|
|
12449
|
+
"order:refresh": {
|
|
12450
12450
|
"aliases": [],
|
|
12451
12451
|
"args": {
|
|
12452
12452
|
"id": {
|
|
@@ -12455,7 +12455,7 @@
|
|
|
12455
12455
|
"required": true
|
|
12456
12456
|
}
|
|
12457
12457
|
},
|
|
12458
|
-
"description": "Send this attribute if you want
|
|
12458
|
+
"description": "Send this attribute if you want to manually refresh the order.",
|
|
12459
12459
|
"flags": {
|
|
12460
12460
|
"organization": {
|
|
12461
12461
|
"char": "o",
|
|
@@ -12520,7 +12520,7 @@
|
|
|
12520
12520
|
},
|
|
12521
12521
|
"hasDynamicHelp": false,
|
|
12522
12522
|
"hiddenAliases": [],
|
|
12523
|
-
"id": "order:
|
|
12523
|
+
"id": "order:refresh",
|
|
12524
12524
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12525
12525
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12526
12526
|
"pluginType": "core",
|
|
@@ -12531,10 +12531,10 @@
|
|
|
12531
12531
|
"lib",
|
|
12532
12532
|
"commands",
|
|
12533
12533
|
"order",
|
|
12534
|
-
"
|
|
12534
|
+
"refresh.js"
|
|
12535
12535
|
]
|
|
12536
12536
|
},
|
|
12537
|
-
"order:
|
|
12537
|
+
"order:refund": {
|
|
12538
12538
|
"aliases": [],
|
|
12539
12539
|
"args": {
|
|
12540
12540
|
"id": {
|
|
@@ -12543,7 +12543,7 @@
|
|
|
12543
12543
|
"required": true
|
|
12544
12544
|
}
|
|
12545
12545
|
},
|
|
12546
|
-
"description": "
|
|
12546
|
+
"description": "Send this attribute if you want to refund a captured order. Cannot be passed by sales channels.",
|
|
12547
12547
|
"flags": {
|
|
12548
12548
|
"organization": {
|
|
12549
12549
|
"char": "o",
|
|
@@ -12604,20 +12604,11 @@
|
|
|
12604
12604
|
"name": "unformatted",
|
|
12605
12605
|
"allowNo": false,
|
|
12606
12606
|
"type": "boolean"
|
|
12607
|
-
},
|
|
12608
|
-
"value": {
|
|
12609
|
-
"char": "v",
|
|
12610
|
-
"description": "the trigger attribute value",
|
|
12611
|
-
"name": "value",
|
|
12612
|
-
"required": true,
|
|
12613
|
-
"hasDynamicHelp": false,
|
|
12614
|
-
"multiple": false,
|
|
12615
|
-
"type": "option"
|
|
12616
12607
|
}
|
|
12617
12608
|
},
|
|
12618
12609
|
"hasDynamicHelp": false,
|
|
12619
12610
|
"hiddenAliases": [],
|
|
12620
|
-
"id": "order:
|
|
12611
|
+
"id": "order:refund",
|
|
12621
12612
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12622
12613
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12623
12614
|
"pluginType": "core",
|
|
@@ -12628,10 +12619,10 @@
|
|
|
12628
12619
|
"lib",
|
|
12629
12620
|
"commands",
|
|
12630
12621
|
"order",
|
|
12631
|
-
"
|
|
12622
|
+
"refund.js"
|
|
12632
12623
|
]
|
|
12633
12624
|
},
|
|
12634
|
-
"order:
|
|
12625
|
+
"order:refund_invoice": {
|
|
12635
12626
|
"aliases": [],
|
|
12636
12627
|
"args": {
|
|
12637
12628
|
"id": {
|
|
@@ -12640,7 +12631,7 @@
|
|
|
12640
12631
|
"required": true
|
|
12641
12632
|
}
|
|
12642
12633
|
},
|
|
12643
|
-
"description": "Send this attribute if you want the
|
|
12634
|
+
"description": "Send this attribute if you want refund the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
12644
12635
|
"flags": {
|
|
12645
12636
|
"organization": {
|
|
12646
12637
|
"char": "o",
|
|
@@ -12705,7 +12696,7 @@
|
|
|
12705
12696
|
},
|
|
12706
12697
|
"hasDynamicHelp": false,
|
|
12707
12698
|
"hiddenAliases": [],
|
|
12708
|
-
"id": "order:
|
|
12699
|
+
"id": "order:refund_invoice",
|
|
12709
12700
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12710
12701
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12711
12702
|
"pluginType": "core",
|
|
@@ -12716,10 +12707,10 @@
|
|
|
12716
12707
|
"lib",
|
|
12717
12708
|
"commands",
|
|
12718
12709
|
"order",
|
|
12719
|
-
"
|
|
12710
|
+
"refund_invoice.js"
|
|
12720
12711
|
]
|
|
12721
12712
|
},
|
|
12722
|
-
"order:
|
|
12713
|
+
"order:remove_tags": {
|
|
12723
12714
|
"aliases": [],
|
|
12724
12715
|
"args": {
|
|
12725
12716
|
"id": {
|
|
@@ -12728,7 +12719,7 @@
|
|
|
12728
12719
|
"required": true
|
|
12729
12720
|
}
|
|
12730
12721
|
},
|
|
12731
|
-
"description": "
|
|
12722
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
12732
12723
|
"flags": {
|
|
12733
12724
|
"organization": {
|
|
12734
12725
|
"char": "o",
|
|
@@ -12793,7 +12784,7 @@
|
|
|
12793
12784
|
},
|
|
12794
12785
|
"hasDynamicHelp": false,
|
|
12795
12786
|
"hiddenAliases": [],
|
|
12796
|
-
"id": "order:
|
|
12787
|
+
"id": "order:remove_tags",
|
|
12797
12788
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12798
12789
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12799
12790
|
"pluginType": "core",
|
|
@@ -12804,10 +12795,10 @@
|
|
|
12804
12795
|
"lib",
|
|
12805
12796
|
"commands",
|
|
12806
12797
|
"order",
|
|
12807
|
-
"
|
|
12798
|
+
"remove_tags.js"
|
|
12808
12799
|
]
|
|
12809
12800
|
},
|
|
12810
|
-
"order:
|
|
12801
|
+
"order:reset_circuit": {
|
|
12811
12802
|
"aliases": [],
|
|
12812
12803
|
"args": {
|
|
12813
12804
|
"id": {
|
|
@@ -12816,7 +12807,7 @@
|
|
|
12816
12807
|
"required": true
|
|
12817
12808
|
}
|
|
12818
12809
|
},
|
|
12819
|
-
"description": "Send this attribute to
|
|
12810
|
+
"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.",
|
|
12820
12811
|
"flags": {
|
|
12821
12812
|
"organization": {
|
|
12822
12813
|
"char": "o",
|
|
@@ -12881,7 +12872,7 @@
|
|
|
12881
12872
|
},
|
|
12882
12873
|
"hasDynamicHelp": false,
|
|
12883
12874
|
"hiddenAliases": [],
|
|
12884
|
-
"id": "order:
|
|
12875
|
+
"id": "order:reset_circuit",
|
|
12885
12876
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12886
12877
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12887
12878
|
"pluginType": "core",
|
|
@@ -12892,10 +12883,10 @@
|
|
|
12892
12883
|
"lib",
|
|
12893
12884
|
"commands",
|
|
12894
12885
|
"order",
|
|
12895
|
-
"
|
|
12886
|
+
"reset_circuit.js"
|
|
12896
12887
|
]
|
|
12897
12888
|
},
|
|
12898
|
-
"order:
|
|
12889
|
+
"order:save_billing_address_to_customer_address_book": {
|
|
12899
12890
|
"aliases": [],
|
|
12900
12891
|
"args": {
|
|
12901
12892
|
"id": {
|
|
@@ -12904,7 +12895,7 @@
|
|
|
12904
12895
|
"required": true
|
|
12905
12896
|
}
|
|
12906
12897
|
},
|
|
12907
|
-
"description": "Send this attribute if you want to
|
|
12898
|
+
"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.",
|
|
12908
12899
|
"flags": {
|
|
12909
12900
|
"organization": {
|
|
12910
12901
|
"char": "o",
|
|
@@ -12969,7 +12960,7 @@
|
|
|
12969
12960
|
},
|
|
12970
12961
|
"hasDynamicHelp": false,
|
|
12971
12962
|
"hiddenAliases": [],
|
|
12972
|
-
"id": "order:
|
|
12963
|
+
"id": "order:save_billing_address_to_customer_address_book",
|
|
12973
12964
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12974
12965
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12975
12966
|
"pluginType": "core",
|
|
@@ -12980,10 +12971,10 @@
|
|
|
12980
12971
|
"lib",
|
|
12981
12972
|
"commands",
|
|
12982
12973
|
"order",
|
|
12983
|
-
"
|
|
12974
|
+
"save_billing_address_to_customer_address_book.js"
|
|
12984
12975
|
]
|
|
12985
12976
|
},
|
|
12986
|
-
"order:
|
|
12977
|
+
"order:save_payment_source_to_customer_wallet": {
|
|
12987
12978
|
"aliases": [],
|
|
12988
12979
|
"args": {
|
|
12989
12980
|
"id": {
|
|
@@ -12992,7 +12983,7 @@
|
|
|
12992
12983
|
"required": true
|
|
12993
12984
|
}
|
|
12994
12985
|
},
|
|
12995
|
-
"description": "Send this attribute if you want
|
|
12986
|
+
"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.",
|
|
12996
12987
|
"flags": {
|
|
12997
12988
|
"organization": {
|
|
12998
12989
|
"char": "o",
|
|
@@ -13057,7 +13048,7 @@
|
|
|
13057
13048
|
},
|
|
13058
13049
|
"hasDynamicHelp": false,
|
|
13059
13050
|
"hiddenAliases": [],
|
|
13060
|
-
"id": "order:
|
|
13051
|
+
"id": "order:save_payment_source_to_customer_wallet",
|
|
13061
13052
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13062
13053
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13063
13054
|
"pluginType": "core",
|
|
@@ -13068,10 +13059,10 @@
|
|
|
13068
13059
|
"lib",
|
|
13069
13060
|
"commands",
|
|
13070
13061
|
"order",
|
|
13071
|
-
"
|
|
13062
|
+
"save_payment_source_to_customer_wallet.js"
|
|
13072
13063
|
]
|
|
13073
13064
|
},
|
|
13074
|
-
"order:
|
|
13065
|
+
"order:save_shipping_address_to_customer_address_book": {
|
|
13075
13066
|
"aliases": [],
|
|
13076
13067
|
"args": {
|
|
13077
13068
|
"id": {
|
|
@@ -13080,7 +13071,7 @@
|
|
|
13080
13071
|
"required": true
|
|
13081
13072
|
}
|
|
13082
13073
|
},
|
|
13083
|
-
"description": "Send this attribute if you want to
|
|
13074
|
+
"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.",
|
|
13084
13075
|
"flags": {
|
|
13085
13076
|
"organization": {
|
|
13086
13077
|
"char": "o",
|
|
@@ -13145,7 +13136,7 @@
|
|
|
13145
13136
|
},
|
|
13146
13137
|
"hasDynamicHelp": false,
|
|
13147
13138
|
"hiddenAliases": [],
|
|
13148
|
-
"id": "order:
|
|
13139
|
+
"id": "order:save_shipping_address_to_customer_address_book",
|
|
13149
13140
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13150
13141
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13151
13142
|
"pluginType": "core",
|
|
@@ -13156,10 +13147,10 @@
|
|
|
13156
13147
|
"lib",
|
|
13157
13148
|
"commands",
|
|
13158
13149
|
"order",
|
|
13159
|
-
"
|
|
13150
|
+
"save_shipping_address_to_customer_address_book.js"
|
|
13160
13151
|
]
|
|
13161
13152
|
},
|
|
13162
|
-
"
|
|
13153
|
+
"order:shipping_address_clone_id": {
|
|
13163
13154
|
"aliases": [],
|
|
13164
13155
|
"args": {
|
|
13165
13156
|
"id": {
|
|
@@ -13168,7 +13159,7 @@
|
|
|
13168
13159
|
"required": true
|
|
13169
13160
|
}
|
|
13170
13161
|
},
|
|
13171
|
-
"description": "
|
|
13162
|
+
"description": "The id of the address that you want to clone to create the order's shipping address.",
|
|
13172
13163
|
"flags": {
|
|
13173
13164
|
"organization": {
|
|
13174
13165
|
"char": "o",
|
|
@@ -13229,11 +13220,20 @@
|
|
|
13229
13220
|
"name": "unformatted",
|
|
13230
13221
|
"allowNo": false,
|
|
13231
13222
|
"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
13232
|
}
|
|
13233
13233
|
},
|
|
13234
13234
|
"hasDynamicHelp": false,
|
|
13235
13235
|
"hiddenAliases": [],
|
|
13236
|
-
"id": "
|
|
13236
|
+
"id": "order:shipping_address_clone_id",
|
|
13237
13237
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13238
13238
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13239
13239
|
"pluginType": "core",
|
|
@@ -13243,11 +13243,11 @@
|
|
|
13243
13243
|
"relativePath": [
|
|
13244
13244
|
"lib",
|
|
13245
13245
|
"commands",
|
|
13246
|
-
"
|
|
13247
|
-
"
|
|
13246
|
+
"order",
|
|
13247
|
+
"shipping_address_clone_id.js"
|
|
13248
13248
|
]
|
|
13249
13249
|
},
|
|
13250
|
-
"
|
|
13250
|
+
"order:shipping_address_same_as_billing": {
|
|
13251
13251
|
"aliases": [],
|
|
13252
13252
|
"args": {
|
|
13253
13253
|
"id": {
|
|
@@ -13256,7 +13256,7 @@
|
|
|
13256
13256
|
"required": true
|
|
13257
13257
|
}
|
|
13258
13258
|
},
|
|
13259
|
-
"description": "
|
|
13259
|
+
"description": "Send this attribute if you want the shipping address to be cloned from the order's billing address.",
|
|
13260
13260
|
"flags": {
|
|
13261
13261
|
"organization": {
|
|
13262
13262
|
"char": "o",
|
|
@@ -13321,7 +13321,7 @@
|
|
|
13321
13321
|
},
|
|
13322
13322
|
"hasDynamicHelp": false,
|
|
13323
13323
|
"hiddenAliases": [],
|
|
13324
|
-
"id": "
|
|
13324
|
+
"id": "order:shipping_address_same_as_billing",
|
|
13325
13325
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13326
13326
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13327
13327
|
"pluginType": "core",
|
|
@@ -13331,11 +13331,11 @@
|
|
|
13331
13331
|
"relativePath": [
|
|
13332
13332
|
"lib",
|
|
13333
13333
|
"commands",
|
|
13334
|
-
"
|
|
13335
|
-
"
|
|
13334
|
+
"order",
|
|
13335
|
+
"shipping_address_same_as_billing.js"
|
|
13336
13336
|
]
|
|
13337
13337
|
},
|
|
13338
|
-
"
|
|
13338
|
+
"order:start_editing": {
|
|
13339
13339
|
"aliases": [],
|
|
13340
13340
|
"args": {
|
|
13341
13341
|
"id": {
|
|
@@ -13344,7 +13344,7 @@
|
|
|
13344
13344
|
"required": true
|
|
13345
13345
|
}
|
|
13346
13346
|
},
|
|
13347
|
-
"description": "Send this attribute if you want to
|
|
13347
|
+
"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.",
|
|
13348
13348
|
"flags": {
|
|
13349
13349
|
"organization": {
|
|
13350
13350
|
"char": "o",
|
|
@@ -13409,7 +13409,7 @@
|
|
|
13409
13409
|
},
|
|
13410
13410
|
"hasDynamicHelp": false,
|
|
13411
13411
|
"hiddenAliases": [],
|
|
13412
|
-
"id": "
|
|
13412
|
+
"id": "order:start_editing",
|
|
13413
13413
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13414
13414
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13415
13415
|
"pluginType": "core",
|
|
@@ -13419,11 +13419,11 @@
|
|
|
13419
13419
|
"relativePath": [
|
|
13420
13420
|
"lib",
|
|
13421
13421
|
"commands",
|
|
13422
|
-
"
|
|
13423
|
-
"
|
|
13422
|
+
"order",
|
|
13423
|
+
"start_editing.js"
|
|
13424
13424
|
]
|
|
13425
13425
|
},
|
|
13426
|
-
"
|
|
13426
|
+
"order:stop_editing": {
|
|
13427
13427
|
"aliases": [],
|
|
13428
13428
|
"args": {
|
|
13429
13429
|
"id": {
|
|
@@ -13432,7 +13432,7 @@
|
|
|
13432
13432
|
"required": true
|
|
13433
13433
|
}
|
|
13434
13434
|
},
|
|
13435
|
-
"description": "Send this attribute
|
|
13435
|
+
"description": "Send this attribute to stop the editing for the order and return back to placed status. Cannot be passed by sales channels.",
|
|
13436
13436
|
"flags": {
|
|
13437
13437
|
"organization": {
|
|
13438
13438
|
"char": "o",
|
|
@@ -13497,7 +13497,7 @@
|
|
|
13497
13497
|
},
|
|
13498
13498
|
"hasDynamicHelp": false,
|
|
13499
13499
|
"hiddenAliases": [],
|
|
13500
|
-
"id": "
|
|
13500
|
+
"id": "order:stop_editing",
|
|
13501
13501
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13502
13502
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13503
13503
|
"pluginType": "core",
|
|
@@ -13507,11 +13507,11 @@
|
|
|
13507
13507
|
"relativePath": [
|
|
13508
13508
|
"lib",
|
|
13509
13509
|
"commands",
|
|
13510
|
-
"
|
|
13511
|
-
"
|
|
13510
|
+
"order",
|
|
13511
|
+
"stop_editing.js"
|
|
13512
13512
|
]
|
|
13513
13513
|
},
|
|
13514
|
-
"
|
|
13514
|
+
"order:unarchive": {
|
|
13515
13515
|
"aliases": [],
|
|
13516
13516
|
"args": {
|
|
13517
13517
|
"id": {
|
|
@@ -13520,7 +13520,7 @@
|
|
|
13520
13520
|
"required": true
|
|
13521
13521
|
}
|
|
13522
13522
|
},
|
|
13523
|
-
"description": "Send this attribute if you want to
|
|
13523
|
+
"description": "Send this attribute if you want to unarchive the order.",
|
|
13524
13524
|
"flags": {
|
|
13525
13525
|
"organization": {
|
|
13526
13526
|
"char": "o",
|
|
@@ -13585,7 +13585,7 @@
|
|
|
13585
13585
|
},
|
|
13586
13586
|
"hasDynamicHelp": false,
|
|
13587
13587
|
"hiddenAliases": [],
|
|
13588
|
-
"id": "
|
|
13588
|
+
"id": "order:unarchive",
|
|
13589
13589
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13590
13590
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13591
13591
|
"pluginType": "core",
|
|
@@ -13595,11 +13595,11 @@
|
|
|
13595
13595
|
"relativePath": [
|
|
13596
13596
|
"lib",
|
|
13597
13597
|
"commands",
|
|
13598
|
-
"
|
|
13599
|
-
"
|
|
13598
|
+
"order",
|
|
13599
|
+
"unarchive.js"
|
|
13600
13600
|
]
|
|
13601
13601
|
},
|
|
13602
|
-
"
|
|
13602
|
+
"order:update_taxes": {
|
|
13603
13603
|
"aliases": [],
|
|
13604
13604
|
"args": {
|
|
13605
13605
|
"id": {
|
|
@@ -13608,7 +13608,7 @@
|
|
|
13608
13608
|
"required": true
|
|
13609
13609
|
}
|
|
13610
13610
|
},
|
|
13611
|
-
"description": "
|
|
13611
|
+
"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).",
|
|
13612
13612
|
"flags": {
|
|
13613
13613
|
"organization": {
|
|
13614
13614
|
"char": "o",
|
|
@@ -13673,7 +13673,7 @@
|
|
|
13673
13673
|
},
|
|
13674
13674
|
"hasDynamicHelp": false,
|
|
13675
13675
|
"hiddenAliases": [],
|
|
13676
|
-
"id": "
|
|
13676
|
+
"id": "order:update_taxes",
|
|
13677
13677
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13678
13678
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13679
13679
|
"pluginType": "core",
|
|
@@ -13683,11 +13683,11 @@
|
|
|
13683
13683
|
"relativePath": [
|
|
13684
13684
|
"lib",
|
|
13685
13685
|
"commands",
|
|
13686
|
-
"
|
|
13687
|
-
"
|
|
13686
|
+
"order",
|
|
13687
|
+
"update_taxes.js"
|
|
13688
13688
|
]
|
|
13689
13689
|
},
|
|
13690
|
-
"
|
|
13690
|
+
"order:validate": {
|
|
13691
13691
|
"aliases": [],
|
|
13692
13692
|
"args": {
|
|
13693
13693
|
"id": {
|
|
@@ -13696,7 +13696,7 @@
|
|
|
13696
13696
|
"required": true
|
|
13697
13697
|
}
|
|
13698
13698
|
},
|
|
13699
|
-
"description": "
|
|
13699
|
+
"description": "Send this attribute if you want to trigger the external validation for the order.",
|
|
13700
13700
|
"flags": {
|
|
13701
13701
|
"organization": {
|
|
13702
13702
|
"char": "o",
|
|
@@ -13761,7 +13761,7 @@
|
|
|
13761
13761
|
},
|
|
13762
13762
|
"hasDynamicHelp": false,
|
|
13763
13763
|
"hiddenAliases": [],
|
|
13764
|
-
"id": "
|
|
13764
|
+
"id": "order:validate",
|
|
13765
13765
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13766
13766
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13767
13767
|
"pluginType": "core",
|
|
@@ -13771,8 +13771,8 @@
|
|
|
13771
13771
|
"relativePath": [
|
|
13772
13772
|
"lib",
|
|
13773
13773
|
"commands",
|
|
13774
|
-
"
|
|
13775
|
-
"
|
|
13774
|
+
"order",
|
|
13775
|
+
"validate.js"
|
|
13776
13776
|
]
|
|
13777
13777
|
},
|
|
13778
13778
|
"payment_method:disable": {
|
|
@@ -14039,7 +14039,7 @@
|
|
|
14039
14039
|
"index.js"
|
|
14040
14040
|
]
|
|
14041
14041
|
},
|
|
14042
|
-
"
|
|
14042
|
+
"price_list_scheduler:disable": {
|
|
14043
14043
|
"aliases": [],
|
|
14044
14044
|
"args": {
|
|
14045
14045
|
"id": {
|
|
@@ -14048,7 +14048,7 @@
|
|
|
14048
14048
|
"required": true
|
|
14049
14049
|
}
|
|
14050
14050
|
},
|
|
14051
|
-
"description": "
|
|
14051
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
14052
14052
|
"flags": {
|
|
14053
14053
|
"organization": {
|
|
14054
14054
|
"char": "o",
|
|
@@ -14113,7 +14113,7 @@
|
|
|
14113
14113
|
},
|
|
14114
14114
|
"hasDynamicHelp": false,
|
|
14115
14115
|
"hiddenAliases": [],
|
|
14116
|
-
"id": "
|
|
14116
|
+
"id": "price_list_scheduler:disable",
|
|
14117
14117
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14118
14118
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14119
14119
|
"pluginType": "core",
|
|
@@ -14123,11 +14123,11 @@
|
|
|
14123
14123
|
"relativePath": [
|
|
14124
14124
|
"lib",
|
|
14125
14125
|
"commands",
|
|
14126
|
-
"
|
|
14127
|
-
"
|
|
14126
|
+
"price_list_scheduler",
|
|
14127
|
+
"disable.js"
|
|
14128
14128
|
]
|
|
14129
14129
|
},
|
|
14130
|
-
"
|
|
14130
|
+
"price_list_scheduler:enable": {
|
|
14131
14131
|
"aliases": [],
|
|
14132
14132
|
"args": {
|
|
14133
14133
|
"id": {
|
|
@@ -14136,7 +14136,7 @@
|
|
|
14136
14136
|
"required": true
|
|
14137
14137
|
}
|
|
14138
14138
|
},
|
|
14139
|
-
"description": "Send this attribute if you want to mark this resource as
|
|
14139
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
14140
14140
|
"flags": {
|
|
14141
14141
|
"organization": {
|
|
14142
14142
|
"char": "o",
|
|
@@ -14201,7 +14201,7 @@
|
|
|
14201
14201
|
},
|
|
14202
14202
|
"hasDynamicHelp": false,
|
|
14203
14203
|
"hiddenAliases": [],
|
|
14204
|
-
"id": "
|
|
14204
|
+
"id": "price_list_scheduler:enable",
|
|
14205
14205
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14206
14206
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14207
14207
|
"pluginType": "core",
|
|
@@ -14211,11 +14211,11 @@
|
|
|
14211
14211
|
"relativePath": [
|
|
14212
14212
|
"lib",
|
|
14213
14213
|
"commands",
|
|
14214
|
-
"
|
|
14215
|
-
"
|
|
14214
|
+
"price_list_scheduler",
|
|
14215
|
+
"enable.js"
|
|
14216
14216
|
]
|
|
14217
14217
|
},
|
|
14218
|
-
"
|
|
14218
|
+
"price_list_scheduler": {
|
|
14219
14219
|
"aliases": [],
|
|
14220
14220
|
"args": {
|
|
14221
14221
|
"id": {
|
|
@@ -14224,7 +14224,7 @@
|
|
|
14224
14224
|
"required": true
|
|
14225
14225
|
}
|
|
14226
14226
|
},
|
|
14227
|
-
"description": "
|
|
14227
|
+
"description": "execute an action on a resource of type price_list_schedulers",
|
|
14228
14228
|
"flags": {
|
|
14229
14229
|
"organization": {
|
|
14230
14230
|
"char": "o",
|
|
@@ -14289,7 +14289,7 @@
|
|
|
14289
14289
|
},
|
|
14290
14290
|
"hasDynamicHelp": false,
|
|
14291
14291
|
"hiddenAliases": [],
|
|
14292
|
-
"id": "
|
|
14292
|
+
"id": "price_list_scheduler",
|
|
14293
14293
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14294
14294
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14295
14295
|
"pluginType": "core",
|
|
@@ -14299,11 +14299,11 @@
|
|
|
14299
14299
|
"relativePath": [
|
|
14300
14300
|
"lib",
|
|
14301
14301
|
"commands",
|
|
14302
|
-
"
|
|
14303
|
-
"
|
|
14302
|
+
"price_list_scheduler",
|
|
14303
|
+
"index.js"
|
|
14304
14304
|
]
|
|
14305
14305
|
},
|
|
14306
|
-
"percentage_discount_promotion": {
|
|
14306
|
+
"percentage_discount_promotion:add_tags": {
|
|
14307
14307
|
"aliases": [],
|
|
14308
14308
|
"args": {
|
|
14309
14309
|
"id": {
|
|
@@ -14312,7 +14312,7 @@
|
|
|
14312
14312
|
"required": true
|
|
14313
14313
|
}
|
|
14314
14314
|
},
|
|
14315
|
-
"description": "
|
|
14315
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
14316
14316
|
"flags": {
|
|
14317
14317
|
"organization": {
|
|
14318
14318
|
"char": "o",
|
|
@@ -14377,7 +14377,7 @@
|
|
|
14377
14377
|
},
|
|
14378
14378
|
"hasDynamicHelp": false,
|
|
14379
14379
|
"hiddenAliases": [],
|
|
14380
|
-
"id": "percentage_discount_promotion",
|
|
14380
|
+
"id": "percentage_discount_promotion:add_tags",
|
|
14381
14381
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14382
14382
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14383
14383
|
"pluginType": "core",
|
|
@@ -14388,10 +14388,10 @@
|
|
|
14388
14388
|
"lib",
|
|
14389
14389
|
"commands",
|
|
14390
14390
|
"percentage_discount_promotion",
|
|
14391
|
-
"
|
|
14391
|
+
"add_tags.js"
|
|
14392
14392
|
]
|
|
14393
14393
|
},
|
|
14394
|
-
"percentage_discount_promotion:
|
|
14394
|
+
"percentage_discount_promotion:disable": {
|
|
14395
14395
|
"aliases": [],
|
|
14396
14396
|
"args": {
|
|
14397
14397
|
"id": {
|
|
@@ -14400,7 +14400,7 @@
|
|
|
14400
14400
|
"required": true
|
|
14401
14401
|
}
|
|
14402
14402
|
},
|
|
14403
|
-
"description": "
|
|
14403
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
14404
14404
|
"flags": {
|
|
14405
14405
|
"organization": {
|
|
14406
14406
|
"char": "o",
|
|
@@ -14465,7 +14465,7 @@
|
|
|
14465
14465
|
},
|
|
14466
14466
|
"hasDynamicHelp": false,
|
|
14467
14467
|
"hiddenAliases": [],
|
|
14468
|
-
"id": "percentage_discount_promotion:
|
|
14468
|
+
"id": "percentage_discount_promotion:disable",
|
|
14469
14469
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14470
14470
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14471
14471
|
"pluginType": "core",
|
|
@@ -14476,10 +14476,10 @@
|
|
|
14476
14476
|
"lib",
|
|
14477
14477
|
"commands",
|
|
14478
14478
|
"percentage_discount_promotion",
|
|
14479
|
-
"
|
|
14479
|
+
"disable.js"
|
|
14480
14480
|
]
|
|
14481
14481
|
},
|
|
14482
|
-
"
|
|
14482
|
+
"percentage_discount_promotion:enable": {
|
|
14483
14483
|
"aliases": [],
|
|
14484
14484
|
"args": {
|
|
14485
14485
|
"id": {
|
|
@@ -14488,7 +14488,7 @@
|
|
|
14488
14488
|
"required": true
|
|
14489
14489
|
}
|
|
14490
14490
|
},
|
|
14491
|
-
"description": "Send this attribute if you want to mark this resource as
|
|
14491
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
14492
14492
|
"flags": {
|
|
14493
14493
|
"organization": {
|
|
14494
14494
|
"char": "o",
|
|
@@ -14553,7 +14553,7 @@
|
|
|
14553
14553
|
},
|
|
14554
14554
|
"hasDynamicHelp": false,
|
|
14555
14555
|
"hiddenAliases": [],
|
|
14556
|
-
"id": "
|
|
14556
|
+
"id": "percentage_discount_promotion:enable",
|
|
14557
14557
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14558
14558
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14559
14559
|
"pluginType": "core",
|
|
@@ -14563,11 +14563,11 @@
|
|
|
14563
14563
|
"relativePath": [
|
|
14564
14564
|
"lib",
|
|
14565
14565
|
"commands",
|
|
14566
|
-
"
|
|
14567
|
-
"
|
|
14566
|
+
"percentage_discount_promotion",
|
|
14567
|
+
"enable.js"
|
|
14568
14568
|
]
|
|
14569
14569
|
},
|
|
14570
|
-
"
|
|
14570
|
+
"percentage_discount_promotion": {
|
|
14571
14571
|
"aliases": [],
|
|
14572
14572
|
"args": {
|
|
14573
14573
|
"id": {
|
|
@@ -14576,7 +14576,7 @@
|
|
|
14576
14576
|
"required": true
|
|
14577
14577
|
}
|
|
14578
14578
|
},
|
|
14579
|
-
"description": "
|
|
14579
|
+
"description": "execute an action on a resource of type percentage_discount_promotions",
|
|
14580
14580
|
"flags": {
|
|
14581
14581
|
"organization": {
|
|
14582
14582
|
"char": "o",
|
|
@@ -14641,7 +14641,7 @@
|
|
|
14641
14641
|
},
|
|
14642
14642
|
"hasDynamicHelp": false,
|
|
14643
14643
|
"hiddenAliases": [],
|
|
14644
|
-
"id": "
|
|
14644
|
+
"id": "percentage_discount_promotion",
|
|
14645
14645
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14646
14646
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14647
14647
|
"pluginType": "core",
|
|
@@ -14651,11 +14651,11 @@
|
|
|
14651
14651
|
"relativePath": [
|
|
14652
14652
|
"lib",
|
|
14653
14653
|
"commands",
|
|
14654
|
-
"
|
|
14655
|
-
"
|
|
14654
|
+
"percentage_discount_promotion",
|
|
14655
|
+
"index.js"
|
|
14656
14656
|
]
|
|
14657
14657
|
},
|
|
14658
|
-
"
|
|
14658
|
+
"percentage_discount_promotion:remove_tags": {
|
|
14659
14659
|
"aliases": [],
|
|
14660
14660
|
"args": {
|
|
14661
14661
|
"id": {
|
|
@@ -14664,7 +14664,7 @@
|
|
|
14664
14664
|
"required": true
|
|
14665
14665
|
}
|
|
14666
14666
|
},
|
|
14667
|
-
"description": "
|
|
14667
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
14668
14668
|
"flags": {
|
|
14669
14669
|
"organization": {
|
|
14670
14670
|
"char": "o",
|
|
@@ -14729,7 +14729,7 @@
|
|
|
14729
14729
|
},
|
|
14730
14730
|
"hasDynamicHelp": false,
|
|
14731
14731
|
"hiddenAliases": [],
|
|
14732
|
-
"id": "
|
|
14732
|
+
"id": "percentage_discount_promotion:remove_tags",
|
|
14733
14733
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14734
14734
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14735
14735
|
"pluginType": "core",
|
|
@@ -14739,8 +14739,8 @@
|
|
|
14739
14739
|
"relativePath": [
|
|
14740
14740
|
"lib",
|
|
14741
14741
|
"commands",
|
|
14742
|
-
"
|
|
14743
|
-
"
|
|
14742
|
+
"percentage_discount_promotion",
|
|
14743
|
+
"remove_tags.js"
|
|
14744
14744
|
]
|
|
14745
14745
|
},
|
|
14746
14746
|
"refund:forward": {
|
|
@@ -14919,7 +14919,7 @@
|
|
|
14919
14919
|
"index.js"
|
|
14920
14920
|
]
|
|
14921
14921
|
},
|
|
14922
|
-
"
|
|
14922
|
+
"return_line_item": {
|
|
14923
14923
|
"aliases": [],
|
|
14924
14924
|
"args": {
|
|
14925
14925
|
"id": {
|
|
@@ -14928,7 +14928,7 @@
|
|
|
14928
14928
|
"required": true
|
|
14929
14929
|
}
|
|
14930
14930
|
},
|
|
14931
|
-
"description": "
|
|
14931
|
+
"description": "execute an action on a resource of type return_line_items",
|
|
14932
14932
|
"flags": {
|
|
14933
14933
|
"organization": {
|
|
14934
14934
|
"char": "o",
|
|
@@ -14993,7 +14993,7 @@
|
|
|
14993
14993
|
},
|
|
14994
14994
|
"hasDynamicHelp": false,
|
|
14995
14995
|
"hiddenAliases": [],
|
|
14996
|
-
"id": "
|
|
14996
|
+
"id": "return_line_item",
|
|
14997
14997
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14998
14998
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14999
14999
|
"pluginType": "core",
|
|
@@ -15003,11 +15003,11 @@
|
|
|
15003
15003
|
"relativePath": [
|
|
15004
15004
|
"lib",
|
|
15005
15005
|
"commands",
|
|
15006
|
-
"
|
|
15007
|
-
"
|
|
15006
|
+
"return_line_item",
|
|
15007
|
+
"index.js"
|
|
15008
15008
|
]
|
|
15009
15009
|
},
|
|
15010
|
-
"
|
|
15010
|
+
"return_line_item:restock": {
|
|
15011
15011
|
"aliases": [],
|
|
15012
15012
|
"args": {
|
|
15013
15013
|
"id": {
|
|
@@ -15016,7 +15016,7 @@
|
|
|
15016
15016
|
"required": true
|
|
15017
15017
|
}
|
|
15018
15018
|
},
|
|
15019
|
-
"description": "Send this attribute if you want to
|
|
15019
|
+
"description": "Send this attribute if you want to restock the line item.",
|
|
15020
15020
|
"flags": {
|
|
15021
15021
|
"organization": {
|
|
15022
15022
|
"char": "o",
|
|
@@ -15081,7 +15081,7 @@
|
|
|
15081
15081
|
},
|
|
15082
15082
|
"hasDynamicHelp": false,
|
|
15083
15083
|
"hiddenAliases": [],
|
|
15084
|
-
"id": "
|
|
15084
|
+
"id": "return_line_item:restock",
|
|
15085
15085
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15086
15086
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15087
15087
|
"pluginType": "core",
|
|
@@ -15091,11 +15091,11 @@
|
|
|
15091
15091
|
"relativePath": [
|
|
15092
15092
|
"lib",
|
|
15093
15093
|
"commands",
|
|
15094
|
-
"
|
|
15095
|
-
"
|
|
15094
|
+
"return_line_item",
|
|
15095
|
+
"restock.js"
|
|
15096
15096
|
]
|
|
15097
15097
|
},
|
|
15098
|
-
"
|
|
15098
|
+
"satispay_payment": {
|
|
15099
15099
|
"aliases": [],
|
|
15100
15100
|
"args": {
|
|
15101
15101
|
"id": {
|
|
@@ -15104,7 +15104,7 @@
|
|
|
15104
15104
|
"required": true
|
|
15105
15105
|
}
|
|
15106
15106
|
},
|
|
15107
|
-
"description": "
|
|
15107
|
+
"description": "execute an action on a resource of type satispay_payments",
|
|
15108
15108
|
"flags": {
|
|
15109
15109
|
"organization": {
|
|
15110
15110
|
"char": "o",
|
|
@@ -15169,7 +15169,7 @@
|
|
|
15169
15169
|
},
|
|
15170
15170
|
"hasDynamicHelp": false,
|
|
15171
15171
|
"hiddenAliases": [],
|
|
15172
|
-
"id": "
|
|
15172
|
+
"id": "satispay_payment",
|
|
15173
15173
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15174
15174
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15175
15175
|
"pluginType": "core",
|
|
@@ -15179,11 +15179,11 @@
|
|
|
15179
15179
|
"relativePath": [
|
|
15180
15180
|
"lib",
|
|
15181
15181
|
"commands",
|
|
15182
|
-
"
|
|
15183
|
-
"
|
|
15182
|
+
"satispay_payment",
|
|
15183
|
+
"index.js"
|
|
15184
15184
|
]
|
|
15185
15185
|
},
|
|
15186
|
-
"
|
|
15186
|
+
"satispay_payment:refresh": {
|
|
15187
15187
|
"aliases": [],
|
|
15188
15188
|
"args": {
|
|
15189
15189
|
"id": {
|
|
@@ -15192,7 +15192,7 @@
|
|
|
15192
15192
|
"required": true
|
|
15193
15193
|
}
|
|
15194
15194
|
},
|
|
15195
|
-
"description": "Send this attribute if you want to
|
|
15195
|
+
"description": "Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic.",
|
|
15196
15196
|
"flags": {
|
|
15197
15197
|
"organization": {
|
|
15198
15198
|
"char": "o",
|
|
@@ -15257,7 +15257,7 @@
|
|
|
15257
15257
|
},
|
|
15258
15258
|
"hasDynamicHelp": false,
|
|
15259
15259
|
"hiddenAliases": [],
|
|
15260
|
-
"id": "
|
|
15260
|
+
"id": "satispay_payment:refresh",
|
|
15261
15261
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15262
15262
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15263
15263
|
"pluginType": "core",
|
|
@@ -15267,11 +15267,11 @@
|
|
|
15267
15267
|
"relativePath": [
|
|
15268
15268
|
"lib",
|
|
15269
15269
|
"commands",
|
|
15270
|
-
"
|
|
15271
|
-
"
|
|
15270
|
+
"satispay_payment",
|
|
15271
|
+
"refresh.js"
|
|
15272
15272
|
]
|
|
15273
15273
|
},
|
|
15274
|
-
"return": {
|
|
15274
|
+
"return:add_tags": {
|
|
15275
15275
|
"aliases": [],
|
|
15276
15276
|
"args": {
|
|
15277
15277
|
"id": {
|
|
@@ -15280,7 +15280,7 @@
|
|
|
15280
15280
|
"required": true
|
|
15281
15281
|
}
|
|
15282
15282
|
},
|
|
15283
|
-
"description": "
|
|
15283
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
15284
15284
|
"flags": {
|
|
15285
15285
|
"organization": {
|
|
15286
15286
|
"char": "o",
|
|
@@ -15345,7 +15345,7 @@
|
|
|
15345
15345
|
},
|
|
15346
15346
|
"hasDynamicHelp": false,
|
|
15347
15347
|
"hiddenAliases": [],
|
|
15348
|
-
"id": "return",
|
|
15348
|
+
"id": "return:add_tags",
|
|
15349
15349
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15350
15350
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15351
15351
|
"pluginType": "core",
|
|
@@ -15356,10 +15356,10 @@
|
|
|
15356
15356
|
"lib",
|
|
15357
15357
|
"commands",
|
|
15358
15358
|
"return",
|
|
15359
|
-
"
|
|
15359
|
+
"add_tags.js"
|
|
15360
15360
|
]
|
|
15361
15361
|
},
|
|
15362
|
-
"return:
|
|
15362
|
+
"return:approve": {
|
|
15363
15363
|
"aliases": [],
|
|
15364
15364
|
"args": {
|
|
15365
15365
|
"id": {
|
|
@@ -15368,7 +15368,7 @@
|
|
|
15368
15368
|
"required": true
|
|
15369
15369
|
}
|
|
15370
15370
|
},
|
|
15371
|
-
"description": "Send this attribute if you want to mark this return as
|
|
15371
|
+
"description": "Send this attribute if you want to mark this return as approved.",
|
|
15372
15372
|
"flags": {
|
|
15373
15373
|
"organization": {
|
|
15374
15374
|
"char": "o",
|
|
@@ -15433,7 +15433,7 @@
|
|
|
15433
15433
|
},
|
|
15434
15434
|
"hasDynamicHelp": false,
|
|
15435
15435
|
"hiddenAliases": [],
|
|
15436
|
-
"id": "return:
|
|
15436
|
+
"id": "return:approve",
|
|
15437
15437
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15438
15438
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15439
15439
|
"pluginType": "core",
|
|
@@ -15444,10 +15444,10 @@
|
|
|
15444
15444
|
"lib",
|
|
15445
15445
|
"commands",
|
|
15446
15446
|
"return",
|
|
15447
|
-
"
|
|
15447
|
+
"approve.js"
|
|
15448
15448
|
]
|
|
15449
15449
|
},
|
|
15450
|
-
"return:
|
|
15450
|
+
"return:archive": {
|
|
15451
15451
|
"aliases": [],
|
|
15452
15452
|
"args": {
|
|
15453
15453
|
"id": {
|
|
@@ -15456,7 +15456,7 @@
|
|
|
15456
15456
|
"required": true
|
|
15457
15457
|
}
|
|
15458
15458
|
},
|
|
15459
|
-
"description": "Send this attribute if you want to
|
|
15459
|
+
"description": "Send this attribute if you want to archive the return.",
|
|
15460
15460
|
"flags": {
|
|
15461
15461
|
"organization": {
|
|
15462
15462
|
"char": "o",
|
|
@@ -15521,7 +15521,7 @@
|
|
|
15521
15521
|
},
|
|
15522
15522
|
"hasDynamicHelp": false,
|
|
15523
15523
|
"hiddenAliases": [],
|
|
15524
|
-
"id": "return:
|
|
15524
|
+
"id": "return:archive",
|
|
15525
15525
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15526
15526
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15527
15527
|
"pluginType": "core",
|
|
@@ -15532,10 +15532,10 @@
|
|
|
15532
15532
|
"lib",
|
|
15533
15533
|
"commands",
|
|
15534
15534
|
"return",
|
|
15535
|
-
"
|
|
15535
|
+
"archive.js"
|
|
15536
15536
|
]
|
|
15537
15537
|
},
|
|
15538
|
-
"return:
|
|
15538
|
+
"return:cancel": {
|
|
15539
15539
|
"aliases": [],
|
|
15540
15540
|
"args": {
|
|
15541
15541
|
"id": {
|
|
@@ -15544,7 +15544,7 @@
|
|
|
15544
15544
|
"required": true
|
|
15545
15545
|
}
|
|
15546
15546
|
},
|
|
15547
|
-
"description": "Send this attribute
|
|
15547
|
+
"description": "Send this attribute if you want to mark this return as cancelled.",
|
|
15548
15548
|
"flags": {
|
|
15549
15549
|
"organization": {
|
|
15550
15550
|
"char": "o",
|
|
@@ -15609,7 +15609,7 @@
|
|
|
15609
15609
|
},
|
|
15610
15610
|
"hasDynamicHelp": false,
|
|
15611
15611
|
"hiddenAliases": [],
|
|
15612
|
-
"id": "return:
|
|
15612
|
+
"id": "return:cancel",
|
|
15613
15613
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15614
15614
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15615
15615
|
"pluginType": "core",
|
|
@@ -15620,10 +15620,10 @@
|
|
|
15620
15620
|
"lib",
|
|
15621
15621
|
"commands",
|
|
15622
15622
|
"return",
|
|
15623
|
-
"
|
|
15623
|
+
"cancel.js"
|
|
15624
15624
|
]
|
|
15625
15625
|
},
|
|
15626
|
-
"return
|
|
15626
|
+
"return": {
|
|
15627
15627
|
"aliases": [],
|
|
15628
15628
|
"args": {
|
|
15629
15629
|
"id": {
|
|
@@ -15632,7 +15632,7 @@
|
|
|
15632
15632
|
"required": true
|
|
15633
15633
|
}
|
|
15634
15634
|
},
|
|
15635
|
-
"description": "
|
|
15635
|
+
"description": "execute an action on a resource of type returns",
|
|
15636
15636
|
"flags": {
|
|
15637
15637
|
"organization": {
|
|
15638
15638
|
"char": "o",
|
|
@@ -15697,7 +15697,7 @@
|
|
|
15697
15697
|
},
|
|
15698
15698
|
"hasDynamicHelp": false,
|
|
15699
15699
|
"hiddenAliases": [],
|
|
15700
|
-
"id": "return
|
|
15700
|
+
"id": "return",
|
|
15701
15701
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15702
15702
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15703
15703
|
"pluginType": "core",
|
|
@@ -15708,10 +15708,10 @@
|
|
|
15708
15708
|
"lib",
|
|
15709
15709
|
"commands",
|
|
15710
15710
|
"return",
|
|
15711
|
-
"
|
|
15711
|
+
"index.js"
|
|
15712
15712
|
]
|
|
15713
15713
|
},
|
|
15714
|
-
"return:
|
|
15714
|
+
"return:receive": {
|
|
15715
15715
|
"aliases": [],
|
|
15716
15716
|
"args": {
|
|
15717
15717
|
"id": {
|
|
@@ -15720,7 +15720,7 @@
|
|
|
15720
15720
|
"required": true
|
|
15721
15721
|
}
|
|
15722
15722
|
},
|
|
15723
|
-
"description": "
|
|
15723
|
+
"description": "Send this attribute if you want to mark this return as received.",
|
|
15724
15724
|
"flags": {
|
|
15725
15725
|
"organization": {
|
|
15726
15726
|
"char": "o",
|
|
@@ -15785,7 +15785,7 @@
|
|
|
15785
15785
|
},
|
|
15786
15786
|
"hasDynamicHelp": false,
|
|
15787
15787
|
"hiddenAliases": [],
|
|
15788
|
-
"id": "return:
|
|
15788
|
+
"id": "return:receive",
|
|
15789
15789
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15790
15790
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15791
15791
|
"pluginType": "core",
|
|
@@ -15796,10 +15796,10 @@
|
|
|
15796
15796
|
"lib",
|
|
15797
15797
|
"commands",
|
|
15798
15798
|
"return",
|
|
15799
|
-
"
|
|
15799
|
+
"receive.js"
|
|
15800
15800
|
]
|
|
15801
15801
|
},
|
|
15802
|
-
"return:
|
|
15802
|
+
"return:refund": {
|
|
15803
15803
|
"aliases": [],
|
|
15804
15804
|
"args": {
|
|
15805
15805
|
"id": {
|
|
@@ -15808,7 +15808,7 @@
|
|
|
15808
15808
|
"required": true
|
|
15809
15809
|
}
|
|
15810
15810
|
},
|
|
15811
|
-
"description": "Send this attribute if you want to
|
|
15811
|
+
"description": "Send this attribute if you want to create a refund for this return.",
|
|
15812
15812
|
"flags": {
|
|
15813
15813
|
"organization": {
|
|
15814
15814
|
"char": "o",
|
|
@@ -15873,7 +15873,7 @@
|
|
|
15873
15873
|
},
|
|
15874
15874
|
"hasDynamicHelp": false,
|
|
15875
15875
|
"hiddenAliases": [],
|
|
15876
|
-
"id": "return:
|
|
15876
|
+
"id": "return:refund",
|
|
15877
15877
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15878
15878
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15879
15879
|
"pluginType": "core",
|
|
@@ -15884,10 +15884,10 @@
|
|
|
15884
15884
|
"lib",
|
|
15885
15885
|
"commands",
|
|
15886
15886
|
"return",
|
|
15887
|
-
"
|
|
15887
|
+
"refund.js"
|
|
15888
15888
|
]
|
|
15889
15889
|
},
|
|
15890
|
-
"return:
|
|
15890
|
+
"return:refund_amount_cents": {
|
|
15891
15891
|
"aliases": [],
|
|
15892
15892
|
"args": {
|
|
15893
15893
|
"id": {
|
|
@@ -15896,7 +15896,7 @@
|
|
|
15896
15896
|
"required": true
|
|
15897
15897
|
}
|
|
15898
15898
|
},
|
|
15899
|
-
"description": "Send this attribute
|
|
15899
|
+
"description": "Send this attribute as a value in cents to specify the amount to be refunded.",
|
|
15900
15900
|
"flags": {
|
|
15901
15901
|
"organization": {
|
|
15902
15902
|
"char": "o",
|
|
@@ -15961,7 +15961,7 @@
|
|
|
15961
15961
|
},
|
|
15962
15962
|
"hasDynamicHelp": false,
|
|
15963
15963
|
"hiddenAliases": [],
|
|
15964
|
-
"id": "return:
|
|
15964
|
+
"id": "return:refund_amount_cents",
|
|
15965
15965
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15966
15966
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15967
15967
|
"pluginType": "core",
|
|
@@ -15972,10 +15972,10 @@
|
|
|
15972
15972
|
"lib",
|
|
15973
15973
|
"commands",
|
|
15974
15974
|
"return",
|
|
15975
|
-
"
|
|
15975
|
+
"refund_amount_cents.js"
|
|
15976
15976
|
]
|
|
15977
15977
|
},
|
|
15978
|
-
"return:
|
|
15978
|
+
"return:reject": {
|
|
15979
15979
|
"aliases": [],
|
|
15980
15980
|
"args": {
|
|
15981
15981
|
"id": {
|
|
@@ -15984,7 +15984,7 @@
|
|
|
15984
15984
|
"required": true
|
|
15985
15985
|
}
|
|
15986
15986
|
},
|
|
15987
|
-
"description": "Send this attribute if you want to mark this return as
|
|
15987
|
+
"description": "Send this attribute if you want to mark this return as rejected.",
|
|
15988
15988
|
"flags": {
|
|
15989
15989
|
"organization": {
|
|
15990
15990
|
"char": "o",
|
|
@@ -16049,7 +16049,7 @@
|
|
|
16049
16049
|
},
|
|
16050
16050
|
"hasDynamicHelp": false,
|
|
16051
16051
|
"hiddenAliases": [],
|
|
16052
|
-
"id": "return:
|
|
16052
|
+
"id": "return:reject",
|
|
16053
16053
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16054
16054
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16055
16055
|
"pluginType": "core",
|
|
@@ -16060,10 +16060,10 @@
|
|
|
16060
16060
|
"lib",
|
|
16061
16061
|
"commands",
|
|
16062
16062
|
"return",
|
|
16063
|
-
"
|
|
16063
|
+
"reject.js"
|
|
16064
16064
|
]
|
|
16065
16065
|
},
|
|
16066
|
-
"return:
|
|
16066
|
+
"return:remove_tags": {
|
|
16067
16067
|
"aliases": [],
|
|
16068
16068
|
"args": {
|
|
16069
16069
|
"id": {
|
|
@@ -16072,7 +16072,7 @@
|
|
|
16072
16072
|
"required": true
|
|
16073
16073
|
}
|
|
16074
16074
|
},
|
|
16075
|
-
"description": "
|
|
16075
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
16076
16076
|
"flags": {
|
|
16077
16077
|
"organization": {
|
|
16078
16078
|
"char": "o",
|
|
@@ -16137,7 +16137,7 @@
|
|
|
16137
16137
|
},
|
|
16138
16138
|
"hasDynamicHelp": false,
|
|
16139
16139
|
"hiddenAliases": [],
|
|
16140
|
-
"id": "return:
|
|
16140
|
+
"id": "return:remove_tags",
|
|
16141
16141
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16142
16142
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16143
16143
|
"pluginType": "core",
|
|
@@ -16148,10 +16148,10 @@
|
|
|
16148
16148
|
"lib",
|
|
16149
16149
|
"commands",
|
|
16150
16150
|
"return",
|
|
16151
|
-
"
|
|
16151
|
+
"remove_tags.js"
|
|
16152
16152
|
]
|
|
16153
16153
|
},
|
|
16154
|
-
"
|
|
16154
|
+
"return:request": {
|
|
16155
16155
|
"aliases": [],
|
|
16156
16156
|
"args": {
|
|
16157
16157
|
"id": {
|
|
@@ -16160,7 +16160,7 @@
|
|
|
16160
16160
|
"required": true
|
|
16161
16161
|
}
|
|
16162
16162
|
},
|
|
16163
|
-
"description": "
|
|
16163
|
+
"description": "Send this attribute if you want to activate this return.",
|
|
16164
16164
|
"flags": {
|
|
16165
16165
|
"organization": {
|
|
16166
16166
|
"char": "o",
|
|
@@ -16225,7 +16225,7 @@
|
|
|
16225
16225
|
},
|
|
16226
16226
|
"hasDynamicHelp": false,
|
|
16227
16227
|
"hiddenAliases": [],
|
|
16228
|
-
"id": "
|
|
16228
|
+
"id": "return:request",
|
|
16229
16229
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16230
16230
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16231
16231
|
"pluginType": "core",
|
|
@@ -16235,11 +16235,11 @@
|
|
|
16235
16235
|
"relativePath": [
|
|
16236
16236
|
"lib",
|
|
16237
16237
|
"commands",
|
|
16238
|
-
"
|
|
16239
|
-
"
|
|
16238
|
+
"return",
|
|
16239
|
+
"request.js"
|
|
16240
16240
|
]
|
|
16241
16241
|
},
|
|
16242
|
-
"
|
|
16242
|
+
"return:restock": {
|
|
16243
16243
|
"aliases": [],
|
|
16244
16244
|
"args": {
|
|
16245
16245
|
"id": {
|
|
@@ -16248,7 +16248,7 @@
|
|
|
16248
16248
|
"required": true
|
|
16249
16249
|
}
|
|
16250
16250
|
},
|
|
16251
|
-
"description": "Send this attribute if you want to restock the line
|
|
16251
|
+
"description": "Send this attribute if you want to restock all of the return line items.",
|
|
16252
16252
|
"flags": {
|
|
16253
16253
|
"organization": {
|
|
16254
16254
|
"char": "o",
|
|
@@ -16313,7 +16313,7 @@
|
|
|
16313
16313
|
},
|
|
16314
16314
|
"hasDynamicHelp": false,
|
|
16315
16315
|
"hiddenAliases": [],
|
|
16316
|
-
"id": "
|
|
16316
|
+
"id": "return:restock",
|
|
16317
16317
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16318
16318
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16319
16319
|
"pluginType": "core",
|
|
@@ -16323,11 +16323,11 @@
|
|
|
16323
16323
|
"relativePath": [
|
|
16324
16324
|
"lib",
|
|
16325
16325
|
"commands",
|
|
16326
|
-
"
|
|
16326
|
+
"return",
|
|
16327
16327
|
"restock.js"
|
|
16328
16328
|
]
|
|
16329
16329
|
},
|
|
16330
|
-
"
|
|
16330
|
+
"return:ship": {
|
|
16331
16331
|
"aliases": [],
|
|
16332
16332
|
"args": {
|
|
16333
16333
|
"id": {
|
|
@@ -16336,7 +16336,7 @@
|
|
|
16336
16336
|
"required": true
|
|
16337
16337
|
}
|
|
16338
16338
|
},
|
|
16339
|
-
"description": "
|
|
16339
|
+
"description": "Send this attribute if you want to mark this return as shipped.",
|
|
16340
16340
|
"flags": {
|
|
16341
16341
|
"organization": {
|
|
16342
16342
|
"char": "o",
|
|
@@ -16401,7 +16401,7 @@
|
|
|
16401
16401
|
},
|
|
16402
16402
|
"hasDynamicHelp": false,
|
|
16403
16403
|
"hiddenAliases": [],
|
|
16404
|
-
"id": "
|
|
16404
|
+
"id": "return:ship",
|
|
16405
16405
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16406
16406
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16407
16407
|
"pluginType": "core",
|
|
@@ -16411,11 +16411,11 @@
|
|
|
16411
16411
|
"relativePath": [
|
|
16412
16412
|
"lib",
|
|
16413
16413
|
"commands",
|
|
16414
|
-
"
|
|
16415
|
-
"
|
|
16414
|
+
"return",
|
|
16415
|
+
"ship.js"
|
|
16416
16416
|
]
|
|
16417
16417
|
},
|
|
16418
|
-
"
|
|
16418
|
+
"return:unarchive": {
|
|
16419
16419
|
"aliases": [],
|
|
16420
16420
|
"args": {
|
|
16421
16421
|
"id": {
|
|
@@ -16424,7 +16424,7 @@
|
|
|
16424
16424
|
"required": true
|
|
16425
16425
|
}
|
|
16426
16426
|
},
|
|
16427
|
-
"description": "Send this attribute if you want to
|
|
16427
|
+
"description": "Send this attribute if you want to unarchive the return.",
|
|
16428
16428
|
"flags": {
|
|
16429
16429
|
"organization": {
|
|
16430
16430
|
"char": "o",
|
|
@@ -16489,7 +16489,7 @@
|
|
|
16489
16489
|
},
|
|
16490
16490
|
"hasDynamicHelp": false,
|
|
16491
16491
|
"hiddenAliases": [],
|
|
16492
|
-
"id": "
|
|
16492
|
+
"id": "return:unarchive",
|
|
16493
16493
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16494
16494
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16495
16495
|
"pluginType": "core",
|
|
@@ -16499,11 +16499,11 @@
|
|
|
16499
16499
|
"relativePath": [
|
|
16500
16500
|
"lib",
|
|
16501
16501
|
"commands",
|
|
16502
|
-
"
|
|
16503
|
-
"
|
|
16502
|
+
"return",
|
|
16503
|
+
"unarchive.js"
|
|
16504
16504
|
]
|
|
16505
16505
|
},
|
|
16506
|
-
"
|
|
16506
|
+
"shipping_method:disable": {
|
|
16507
16507
|
"aliases": [],
|
|
16508
16508
|
"args": {
|
|
16509
16509
|
"id": {
|
|
@@ -16512,7 +16512,7 @@
|
|
|
16512
16512
|
"required": true
|
|
16513
16513
|
}
|
|
16514
16514
|
},
|
|
16515
|
-
"description": "
|
|
16515
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
16516
16516
|
"flags": {
|
|
16517
16517
|
"organization": {
|
|
16518
16518
|
"char": "o",
|
|
@@ -16577,7 +16577,7 @@
|
|
|
16577
16577
|
},
|
|
16578
16578
|
"hasDynamicHelp": false,
|
|
16579
16579
|
"hiddenAliases": [],
|
|
16580
|
-
"id": "
|
|
16580
|
+
"id": "shipping_method:disable",
|
|
16581
16581
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16582
16582
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16583
16583
|
"pluginType": "core",
|
|
@@ -16587,11 +16587,11 @@
|
|
|
16587
16587
|
"relativePath": [
|
|
16588
16588
|
"lib",
|
|
16589
16589
|
"commands",
|
|
16590
|
-
"
|
|
16591
|
-
"
|
|
16590
|
+
"shipping_method",
|
|
16591
|
+
"disable.js"
|
|
16592
16592
|
]
|
|
16593
16593
|
},
|
|
16594
|
-
"
|
|
16594
|
+
"shipping_method:enable": {
|
|
16595
16595
|
"aliases": [],
|
|
16596
16596
|
"args": {
|
|
16597
16597
|
"id": {
|
|
@@ -16600,7 +16600,7 @@
|
|
|
16600
16600
|
"required": true
|
|
16601
16601
|
}
|
|
16602
16602
|
},
|
|
16603
|
-
"description": "Send this attribute if you want to mark this
|
|
16603
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
16604
16604
|
"flags": {
|
|
16605
16605
|
"organization": {
|
|
16606
16606
|
"char": "o",
|
|
@@ -16665,7 +16665,7 @@
|
|
|
16665
16665
|
},
|
|
16666
16666
|
"hasDynamicHelp": false,
|
|
16667
16667
|
"hiddenAliases": [],
|
|
16668
|
-
"id": "
|
|
16668
|
+
"id": "shipping_method:enable",
|
|
16669
16669
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16670
16670
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16671
16671
|
"pluginType": "core",
|
|
@@ -16675,11 +16675,11 @@
|
|
|
16675
16675
|
"relativePath": [
|
|
16676
16676
|
"lib",
|
|
16677
16677
|
"commands",
|
|
16678
|
-
"
|
|
16679
|
-
"
|
|
16678
|
+
"shipping_method",
|
|
16679
|
+
"enable.js"
|
|
16680
16680
|
]
|
|
16681
16681
|
},
|
|
16682
|
-
"
|
|
16682
|
+
"shipping_method": {
|
|
16683
16683
|
"aliases": [],
|
|
16684
16684
|
"args": {
|
|
16685
16685
|
"id": {
|
|
@@ -16688,7 +16688,7 @@
|
|
|
16688
16688
|
"required": true
|
|
16689
16689
|
}
|
|
16690
16690
|
},
|
|
16691
|
-
"description": "
|
|
16691
|
+
"description": "execute an action on a resource of type shipping_methods",
|
|
16692
16692
|
"flags": {
|
|
16693
16693
|
"organization": {
|
|
16694
16694
|
"char": "o",
|
|
@@ -16753,7 +16753,7 @@
|
|
|
16753
16753
|
},
|
|
16754
16754
|
"hasDynamicHelp": false,
|
|
16755
16755
|
"hiddenAliases": [],
|
|
16756
|
-
"id": "
|
|
16756
|
+
"id": "shipping_method",
|
|
16757
16757
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16758
16758
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16759
16759
|
"pluginType": "core",
|
|
@@ -16763,11 +16763,11 @@
|
|
|
16763
16763
|
"relativePath": [
|
|
16764
16764
|
"lib",
|
|
16765
16765
|
"commands",
|
|
16766
|
-
"
|
|
16767
|
-
"
|
|
16766
|
+
"shipping_method",
|
|
16767
|
+
"index.js"
|
|
16768
16768
|
]
|
|
16769
16769
|
},
|
|
16770
|
-
"
|
|
16770
|
+
"shipping_method:reset_circuit": {
|
|
16771
16771
|
"aliases": [],
|
|
16772
16772
|
"args": {
|
|
16773
16773
|
"id": {
|
|
@@ -16776,7 +16776,7 @@
|
|
|
16776
16776
|
"required": true
|
|
16777
16777
|
}
|
|
16778
16778
|
},
|
|
16779
|
-
"description": "Send this attribute if you want to
|
|
16779
|
+
"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.",
|
|
16780
16780
|
"flags": {
|
|
16781
16781
|
"organization": {
|
|
16782
16782
|
"char": "o",
|
|
@@ -16841,7 +16841,7 @@
|
|
|
16841
16841
|
},
|
|
16842
16842
|
"hasDynamicHelp": false,
|
|
16843
16843
|
"hiddenAliases": [],
|
|
16844
|
-
"id": "
|
|
16844
|
+
"id": "shipping_method:reset_circuit",
|
|
16845
16845
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16846
16846
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16847
16847
|
"pluginType": "core",
|
|
@@ -16851,11 +16851,11 @@
|
|
|
16851
16851
|
"relativePath": [
|
|
16852
16852
|
"lib",
|
|
16853
16853
|
"commands",
|
|
16854
|
-
"
|
|
16855
|
-
"
|
|
16854
|
+
"shipping_method",
|
|
16855
|
+
"reset_circuit.js"
|
|
16856
16856
|
]
|
|
16857
16857
|
},
|
|
16858
|
-
"
|
|
16858
|
+
"sku:add_tags": {
|
|
16859
16859
|
"aliases": [],
|
|
16860
16860
|
"args": {
|
|
16861
16861
|
"id": {
|
|
@@ -16864,7 +16864,7 @@
|
|
|
16864
16864
|
"required": true
|
|
16865
16865
|
}
|
|
16866
16866
|
},
|
|
16867
|
-
"description": "
|
|
16867
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
16868
16868
|
"flags": {
|
|
16869
16869
|
"organization": {
|
|
16870
16870
|
"char": "o",
|
|
@@ -16929,7 +16929,7 @@
|
|
|
16929
16929
|
},
|
|
16930
16930
|
"hasDynamicHelp": false,
|
|
16931
16931
|
"hiddenAliases": [],
|
|
16932
|
-
"id": "
|
|
16932
|
+
"id": "sku:add_tags",
|
|
16933
16933
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16934
16934
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16935
16935
|
"pluginType": "core",
|
|
@@ -16939,11 +16939,11 @@
|
|
|
16939
16939
|
"relativePath": [
|
|
16940
16940
|
"lib",
|
|
16941
16941
|
"commands",
|
|
16942
|
-
"
|
|
16943
|
-
"
|
|
16942
|
+
"sku",
|
|
16943
|
+
"add_tags.js"
|
|
16944
16944
|
]
|
|
16945
16945
|
},
|
|
16946
|
-
"
|
|
16946
|
+
"sku": {
|
|
16947
16947
|
"aliases": [],
|
|
16948
16948
|
"args": {
|
|
16949
16949
|
"id": {
|
|
@@ -16952,7 +16952,7 @@
|
|
|
16952
16952
|
"required": true
|
|
16953
16953
|
}
|
|
16954
16954
|
},
|
|
16955
|
-
"description": "execute an action on a resource of type
|
|
16955
|
+
"description": "execute an action on a resource of type skus",
|
|
16956
16956
|
"flags": {
|
|
16957
16957
|
"organization": {
|
|
16958
16958
|
"char": "o",
|
|
@@ -17017,7 +17017,7 @@
|
|
|
17017
17017
|
},
|
|
17018
17018
|
"hasDynamicHelp": false,
|
|
17019
17019
|
"hiddenAliases": [],
|
|
17020
|
-
"id": "
|
|
17020
|
+
"id": "sku",
|
|
17021
17021
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17022
17022
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17023
17023
|
"pluginType": "core",
|
|
@@ -17027,11 +17027,11 @@
|
|
|
17027
17027
|
"relativePath": [
|
|
17028
17028
|
"lib",
|
|
17029
17029
|
"commands",
|
|
17030
|
-
"
|
|
17030
|
+
"sku",
|
|
17031
17031
|
"index.js"
|
|
17032
17032
|
]
|
|
17033
17033
|
},
|
|
17034
|
-
"
|
|
17034
|
+
"sku:remove_tags": {
|
|
17035
17035
|
"aliases": [],
|
|
17036
17036
|
"args": {
|
|
17037
17037
|
"id": {
|
|
@@ -17040,7 +17040,7 @@
|
|
|
17040
17040
|
"required": true
|
|
17041
17041
|
}
|
|
17042
17042
|
},
|
|
17043
|
-
"description": "
|
|
17043
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17044
17044
|
"flags": {
|
|
17045
17045
|
"organization": {
|
|
17046
17046
|
"char": "o",
|
|
@@ -17105,7 +17105,7 @@
|
|
|
17105
17105
|
},
|
|
17106
17106
|
"hasDynamicHelp": false,
|
|
17107
17107
|
"hiddenAliases": [],
|
|
17108
|
-
"id": "
|
|
17108
|
+
"id": "sku:remove_tags",
|
|
17109
17109
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17110
17110
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17111
17111
|
"pluginType": "core",
|
|
@@ -17115,11 +17115,11 @@
|
|
|
17115
17115
|
"relativePath": [
|
|
17116
17116
|
"lib",
|
|
17117
17117
|
"commands",
|
|
17118
|
-
"
|
|
17119
|
-
"
|
|
17118
|
+
"sku",
|
|
17119
|
+
"remove_tags.js"
|
|
17120
17120
|
]
|
|
17121
17121
|
},
|
|
17122
|
-
"shipment:
|
|
17122
|
+
"shipment:add_tags": {
|
|
17123
17123
|
"aliases": [],
|
|
17124
17124
|
"args": {
|
|
17125
17125
|
"id": {
|
|
@@ -17128,7 +17128,7 @@
|
|
|
17128
17128
|
"required": true
|
|
17129
17129
|
}
|
|
17130
17130
|
},
|
|
17131
|
-
"description": "
|
|
17131
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17132
17132
|
"flags": {
|
|
17133
17133
|
"organization": {
|
|
17134
17134
|
"char": "o",
|
|
@@ -17193,7 +17193,7 @@
|
|
|
17193
17193
|
},
|
|
17194
17194
|
"hasDynamicHelp": false,
|
|
17195
17195
|
"hiddenAliases": [],
|
|
17196
|
-
"id": "shipment:
|
|
17196
|
+
"id": "shipment:add_tags",
|
|
17197
17197
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17198
17198
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17199
17199
|
"pluginType": "core",
|
|
@@ -17204,10 +17204,10 @@
|
|
|
17204
17204
|
"lib",
|
|
17205
17205
|
"commands",
|
|
17206
17206
|
"shipment",
|
|
17207
|
-
"
|
|
17207
|
+
"add_tags.js"
|
|
17208
17208
|
]
|
|
17209
17209
|
},
|
|
17210
|
-
"shipment:
|
|
17210
|
+
"shipment:cancel": {
|
|
17211
17211
|
"aliases": [],
|
|
17212
17212
|
"args": {
|
|
17213
17213
|
"id": {
|
|
@@ -17216,7 +17216,7 @@
|
|
|
17216
17216
|
"required": true
|
|
17217
17217
|
}
|
|
17218
17218
|
},
|
|
17219
|
-
"description": "Send this attribute if you want to
|
|
17219
|
+
"description": "Send this attribute if you want to mark this shipment as cancelled (unless already shipped or delivered). Cannot be passed by sales channels.",
|
|
17220
17220
|
"flags": {
|
|
17221
17221
|
"organization": {
|
|
17222
17222
|
"char": "o",
|
|
@@ -17281,7 +17281,7 @@
|
|
|
17281
17281
|
},
|
|
17282
17282
|
"hasDynamicHelp": false,
|
|
17283
17283
|
"hiddenAliases": [],
|
|
17284
|
-
"id": "shipment:
|
|
17284
|
+
"id": "shipment:cancel",
|
|
17285
17285
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17286
17286
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17287
17287
|
"pluginType": "core",
|
|
@@ -17292,10 +17292,10 @@
|
|
|
17292
17292
|
"lib",
|
|
17293
17293
|
"commands",
|
|
17294
17294
|
"shipment",
|
|
17295
|
-
"
|
|
17295
|
+
"cancel.js"
|
|
17296
17296
|
]
|
|
17297
17297
|
},
|
|
17298
|
-
"shipment:
|
|
17298
|
+
"shipment:decrement_stock": {
|
|
17299
17299
|
"aliases": [],
|
|
17300
17300
|
"args": {
|
|
17301
17301
|
"id": {
|
|
@@ -17304,7 +17304,7 @@
|
|
|
17304
17304
|
"required": true
|
|
17305
17305
|
}
|
|
17306
17306
|
},
|
|
17307
|
-
"description": "Send this attribute if you want to
|
|
17307
|
+
"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.",
|
|
17308
17308
|
"flags": {
|
|
17309
17309
|
"organization": {
|
|
17310
17310
|
"char": "o",
|
|
@@ -17369,7 +17369,7 @@
|
|
|
17369
17369
|
},
|
|
17370
17370
|
"hasDynamicHelp": false,
|
|
17371
17371
|
"hiddenAliases": [],
|
|
17372
|
-
"id": "shipment:
|
|
17372
|
+
"id": "shipment:decrement_stock",
|
|
17373
17373
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17374
17374
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17375
17375
|
"pluginType": "core",
|
|
@@ -17380,10 +17380,10 @@
|
|
|
17380
17380
|
"lib",
|
|
17381
17381
|
"commands",
|
|
17382
17382
|
"shipment",
|
|
17383
|
-
"
|
|
17383
|
+
"decrement_stock.js"
|
|
17384
17384
|
]
|
|
17385
17385
|
},
|
|
17386
|
-
"shipment:
|
|
17386
|
+
"shipment:deliver": {
|
|
17387
17387
|
"aliases": [],
|
|
17388
17388
|
"args": {
|
|
17389
17389
|
"id": {
|
|
@@ -17392,7 +17392,7 @@
|
|
|
17392
17392
|
"required": true
|
|
17393
17393
|
}
|
|
17394
17394
|
},
|
|
17395
|
-
"description": "Send this attribute if you want to mark this shipment as
|
|
17395
|
+
"description": "Send this attribute if you want to mark this shipment as delivered.",
|
|
17396
17396
|
"flags": {
|
|
17397
17397
|
"organization": {
|
|
17398
17398
|
"char": "o",
|
|
@@ -17457,7 +17457,7 @@
|
|
|
17457
17457
|
},
|
|
17458
17458
|
"hasDynamicHelp": false,
|
|
17459
17459
|
"hiddenAliases": [],
|
|
17460
|
-
"id": "shipment:
|
|
17460
|
+
"id": "shipment:deliver",
|
|
17461
17461
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17462
17462
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17463
17463
|
"pluginType": "core",
|
|
@@ -17468,10 +17468,10 @@
|
|
|
17468
17468
|
"lib",
|
|
17469
17469
|
"commands",
|
|
17470
17470
|
"shipment",
|
|
17471
|
-
"
|
|
17471
|
+
"deliver.js"
|
|
17472
17472
|
]
|
|
17473
17473
|
},
|
|
17474
|
-
"shipment:
|
|
17474
|
+
"shipment:get_rates": {
|
|
17475
17475
|
"aliases": [],
|
|
17476
17476
|
"args": {
|
|
17477
17477
|
"id": {
|
|
@@ -17480,7 +17480,7 @@
|
|
|
17480
17480
|
"required": true
|
|
17481
17481
|
}
|
|
17482
17482
|
},
|
|
17483
|
-
"description": "Send this attribute if you want
|
|
17483
|
+
"description": "Send this attribute if you want get the shipping rates from the associated carrier accounts.",
|
|
17484
17484
|
"flags": {
|
|
17485
17485
|
"organization": {
|
|
17486
17486
|
"char": "o",
|
|
@@ -17545,7 +17545,7 @@
|
|
|
17545
17545
|
},
|
|
17546
17546
|
"hasDynamicHelp": false,
|
|
17547
17547
|
"hiddenAliases": [],
|
|
17548
|
-
"id": "shipment:
|
|
17548
|
+
"id": "shipment:get_rates",
|
|
17549
17549
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17550
17550
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17551
17551
|
"pluginType": "core",
|
|
@@ -17556,10 +17556,10 @@
|
|
|
17556
17556
|
"lib",
|
|
17557
17557
|
"commands",
|
|
17558
17558
|
"shipment",
|
|
17559
|
-
"
|
|
17559
|
+
"get_rates.js"
|
|
17560
17560
|
]
|
|
17561
17561
|
},
|
|
17562
|
-
"shipment
|
|
17562
|
+
"shipment": {
|
|
17563
17563
|
"aliases": [],
|
|
17564
17564
|
"args": {
|
|
17565
17565
|
"id": {
|
|
@@ -17568,7 +17568,7 @@
|
|
|
17568
17568
|
"required": true
|
|
17569
17569
|
}
|
|
17570
17570
|
},
|
|
17571
|
-
"description": "
|
|
17571
|
+
"description": "execute an action on a resource of type shipments",
|
|
17572
17572
|
"flags": {
|
|
17573
17573
|
"organization": {
|
|
17574
17574
|
"char": "o",
|
|
@@ -17633,7 +17633,7 @@
|
|
|
17633
17633
|
},
|
|
17634
17634
|
"hasDynamicHelp": false,
|
|
17635
17635
|
"hiddenAliases": [],
|
|
17636
|
-
"id": "shipment
|
|
17636
|
+
"id": "shipment",
|
|
17637
17637
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17638
17638
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17639
17639
|
"pluginType": "core",
|
|
@@ -17644,10 +17644,10 @@
|
|
|
17644
17644
|
"lib",
|
|
17645
17645
|
"commands",
|
|
17646
17646
|
"shipment",
|
|
17647
|
-
"
|
|
17647
|
+
"index.js"
|
|
17648
17648
|
]
|
|
17649
17649
|
},
|
|
17650
|
-
"shipment:
|
|
17650
|
+
"shipment:on_hold": {
|
|
17651
17651
|
"aliases": [],
|
|
17652
17652
|
"args": {
|
|
17653
17653
|
"id": {
|
|
@@ -17656,7 +17656,7 @@
|
|
|
17656
17656
|
"required": true
|
|
17657
17657
|
}
|
|
17658
17658
|
},
|
|
17659
|
-
"description": "Send this attribute if you want to
|
|
17659
|
+
"description": "Send this attribute if you want to put this shipment on hold.",
|
|
17660
17660
|
"flags": {
|
|
17661
17661
|
"organization": {
|
|
17662
17662
|
"char": "o",
|
|
@@ -17721,7 +17721,7 @@
|
|
|
17721
17721
|
},
|
|
17722
17722
|
"hasDynamicHelp": false,
|
|
17723
17723
|
"hiddenAliases": [],
|
|
17724
|
-
"id": "shipment:
|
|
17724
|
+
"id": "shipment:on_hold",
|
|
17725
17725
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17726
17726
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17727
17727
|
"pluginType": "core",
|
|
@@ -17732,10 +17732,10 @@
|
|
|
17732
17732
|
"lib",
|
|
17733
17733
|
"commands",
|
|
17734
17734
|
"shipment",
|
|
17735
|
-
"
|
|
17735
|
+
"on_hold.js"
|
|
17736
17736
|
]
|
|
17737
17737
|
},
|
|
17738
|
-
"shipment:
|
|
17738
|
+
"shipment:packing": {
|
|
17739
17739
|
"aliases": [],
|
|
17740
17740
|
"args": {
|
|
17741
17741
|
"id": {
|
|
@@ -17744,7 +17744,7 @@
|
|
|
17744
17744
|
"required": true
|
|
17745
17745
|
}
|
|
17746
17746
|
},
|
|
17747
|
-
"description": "Send this attribute if you want to
|
|
17747
|
+
"description": "Send this attribute if you want to start packing this shipment.",
|
|
17748
17748
|
"flags": {
|
|
17749
17749
|
"organization": {
|
|
17750
17750
|
"char": "o",
|
|
@@ -17809,7 +17809,7 @@
|
|
|
17809
17809
|
},
|
|
17810
17810
|
"hasDynamicHelp": false,
|
|
17811
17811
|
"hiddenAliases": [],
|
|
17812
|
-
"id": "shipment:
|
|
17812
|
+
"id": "shipment:packing",
|
|
17813
17813
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17814
17814
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17815
17815
|
"pluginType": "core",
|
|
@@ -17820,10 +17820,10 @@
|
|
|
17820
17820
|
"lib",
|
|
17821
17821
|
"commands",
|
|
17822
17822
|
"shipment",
|
|
17823
|
-
"
|
|
17823
|
+
"packing.js"
|
|
17824
17824
|
]
|
|
17825
17825
|
},
|
|
17826
|
-
"shipment:
|
|
17826
|
+
"shipment:picking": {
|
|
17827
17827
|
"aliases": [],
|
|
17828
17828
|
"args": {
|
|
17829
17829
|
"id": {
|
|
@@ -17832,7 +17832,7 @@
|
|
|
17832
17832
|
"required": true
|
|
17833
17833
|
}
|
|
17834
17834
|
},
|
|
17835
|
-
"description": "Send this attribute if you want to
|
|
17835
|
+
"description": "Send this attribute if you want to start picking this shipment.",
|
|
17836
17836
|
"flags": {
|
|
17837
17837
|
"organization": {
|
|
17838
17838
|
"char": "o",
|
|
@@ -17897,7 +17897,7 @@
|
|
|
17897
17897
|
},
|
|
17898
17898
|
"hasDynamicHelp": false,
|
|
17899
17899
|
"hiddenAliases": [],
|
|
17900
|
-
"id": "shipment:
|
|
17900
|
+
"id": "shipment:picking",
|
|
17901
17901
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17902
17902
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17903
17903
|
"pluginType": "core",
|
|
@@ -17908,10 +17908,10 @@
|
|
|
17908
17908
|
"lib",
|
|
17909
17909
|
"commands",
|
|
17910
17910
|
"shipment",
|
|
17911
|
-
"
|
|
17911
|
+
"picking.js"
|
|
17912
17912
|
]
|
|
17913
17913
|
},
|
|
17914
|
-
"
|
|
17914
|
+
"shipment:purchase": {
|
|
17915
17915
|
"aliases": [],
|
|
17916
17916
|
"args": {
|
|
17917
17917
|
"id": {
|
|
@@ -17920,7 +17920,7 @@
|
|
|
17920
17920
|
"required": true
|
|
17921
17921
|
}
|
|
17922
17922
|
},
|
|
17923
|
-
"description": "Send this attribute if you want to
|
|
17923
|
+
"description": "Send this attribute if you want to purchase this shipment with the selected rate.",
|
|
17924
17924
|
"flags": {
|
|
17925
17925
|
"organization": {
|
|
17926
17926
|
"char": "o",
|
|
@@ -17985,7 +17985,7 @@
|
|
|
17985
17985
|
},
|
|
17986
17986
|
"hasDynamicHelp": false,
|
|
17987
17987
|
"hiddenAliases": [],
|
|
17988
|
-
"id": "
|
|
17988
|
+
"id": "shipment:purchase",
|
|
17989
17989
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17990
17990
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17991
17991
|
"pluginType": "core",
|
|
@@ -17995,11 +17995,11 @@
|
|
|
17995
17995
|
"relativePath": [
|
|
17996
17996
|
"lib",
|
|
17997
17997
|
"commands",
|
|
17998
|
-
"
|
|
17999
|
-
"
|
|
17998
|
+
"shipment",
|
|
17999
|
+
"purchase.js"
|
|
18000
18000
|
]
|
|
18001
18001
|
},
|
|
18002
|
-
"
|
|
18002
|
+
"shipment:ready_to_ship": {
|
|
18003
18003
|
"aliases": [],
|
|
18004
18004
|
"args": {
|
|
18005
18005
|
"id": {
|
|
@@ -18008,7 +18008,7 @@
|
|
|
18008
18008
|
"required": true
|
|
18009
18009
|
}
|
|
18010
18010
|
},
|
|
18011
|
-
"description": "Send this attribute if you want to mark this
|
|
18011
|
+
"description": "Send this attribute if you want to mark this shipment as ready to ship.",
|
|
18012
18012
|
"flags": {
|
|
18013
18013
|
"organization": {
|
|
18014
18014
|
"char": "o",
|
|
@@ -18073,7 +18073,7 @@
|
|
|
18073
18073
|
},
|
|
18074
18074
|
"hasDynamicHelp": false,
|
|
18075
18075
|
"hiddenAliases": [],
|
|
18076
|
-
"id": "
|
|
18076
|
+
"id": "shipment:ready_to_ship",
|
|
18077
18077
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18078
18078
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18079
18079
|
"pluginType": "core",
|
|
@@ -18083,11 +18083,11 @@
|
|
|
18083
18083
|
"relativePath": [
|
|
18084
18084
|
"lib",
|
|
18085
18085
|
"commands",
|
|
18086
|
-
"
|
|
18087
|
-
"
|
|
18086
|
+
"shipment",
|
|
18087
|
+
"ready_to_ship.js"
|
|
18088
18088
|
]
|
|
18089
18089
|
},
|
|
18090
|
-
"
|
|
18090
|
+
"shipment:release_stock": {
|
|
18091
18091
|
"aliases": [],
|
|
18092
18092
|
"args": {
|
|
18093
18093
|
"id": {
|
|
@@ -18096,7 +18096,7 @@
|
|
|
18096
18096
|
"required": true
|
|
18097
18097
|
}
|
|
18098
18098
|
},
|
|
18099
|
-
"description": "
|
|
18099
|
+
"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.",
|
|
18100
18100
|
"flags": {
|
|
18101
18101
|
"organization": {
|
|
18102
18102
|
"char": "o",
|
|
@@ -18161,7 +18161,7 @@
|
|
|
18161
18161
|
},
|
|
18162
18162
|
"hasDynamicHelp": false,
|
|
18163
18163
|
"hiddenAliases": [],
|
|
18164
|
-
"id": "
|
|
18164
|
+
"id": "shipment:release_stock",
|
|
18165
18165
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18166
18166
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18167
18167
|
"pluginType": "core",
|
|
@@ -18171,11 +18171,11 @@
|
|
|
18171
18171
|
"relativePath": [
|
|
18172
18172
|
"lib",
|
|
18173
18173
|
"commands",
|
|
18174
|
-
"
|
|
18175
|
-
"
|
|
18174
|
+
"shipment",
|
|
18175
|
+
"release_stock.js"
|
|
18176
18176
|
]
|
|
18177
18177
|
},
|
|
18178
|
-
"
|
|
18178
|
+
"shipment:remove_tags": {
|
|
18179
18179
|
"aliases": [],
|
|
18180
18180
|
"args": {
|
|
18181
18181
|
"id": {
|
|
@@ -18184,7 +18184,7 @@
|
|
|
18184
18184
|
"required": true
|
|
18185
18185
|
}
|
|
18186
18186
|
},
|
|
18187
|
-
"description": "
|
|
18187
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
18188
18188
|
"flags": {
|
|
18189
18189
|
"organization": {
|
|
18190
18190
|
"char": "o",
|
|
@@ -18249,7 +18249,7 @@
|
|
|
18249
18249
|
},
|
|
18250
18250
|
"hasDynamicHelp": false,
|
|
18251
18251
|
"hiddenAliases": [],
|
|
18252
|
-
"id": "
|
|
18252
|
+
"id": "shipment:remove_tags",
|
|
18253
18253
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18254
18254
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18255
18255
|
"pluginType": "core",
|
|
@@ -18259,11 +18259,11 @@
|
|
|
18259
18259
|
"relativePath": [
|
|
18260
18260
|
"lib",
|
|
18261
18261
|
"commands",
|
|
18262
|
-
"
|
|
18263
|
-
"
|
|
18262
|
+
"shipment",
|
|
18263
|
+
"remove_tags.js"
|
|
18264
18264
|
]
|
|
18265
18265
|
},
|
|
18266
|
-
"
|
|
18266
|
+
"shipment:reserve_stock": {
|
|
18267
18267
|
"aliases": [],
|
|
18268
18268
|
"args": {
|
|
18269
18269
|
"id": {
|
|
@@ -18272,7 +18272,7 @@
|
|
|
18272
18272
|
"required": true
|
|
18273
18273
|
}
|
|
18274
18274
|
},
|
|
18275
|
-
"description": "
|
|
18275
|
+
"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.",
|
|
18276
18276
|
"flags": {
|
|
18277
18277
|
"organization": {
|
|
18278
18278
|
"char": "o",
|
|
@@ -18337,7 +18337,7 @@
|
|
|
18337
18337
|
},
|
|
18338
18338
|
"hasDynamicHelp": false,
|
|
18339
18339
|
"hiddenAliases": [],
|
|
18340
|
-
"id": "
|
|
18340
|
+
"id": "shipment:reserve_stock",
|
|
18341
18341
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18342
18342
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18343
18343
|
"pluginType": "core",
|
|
@@ -18347,11 +18347,11 @@
|
|
|
18347
18347
|
"relativePath": [
|
|
18348
18348
|
"lib",
|
|
18349
18349
|
"commands",
|
|
18350
|
-
"
|
|
18351
|
-
"
|
|
18350
|
+
"shipment",
|
|
18351
|
+
"reserve_stock.js"
|
|
18352
18352
|
]
|
|
18353
18353
|
},
|
|
18354
|
-
"
|
|
18354
|
+
"shipment:ship": {
|
|
18355
18355
|
"aliases": [],
|
|
18356
18356
|
"args": {
|
|
18357
18357
|
"id": {
|
|
@@ -18360,7 +18360,7 @@
|
|
|
18360
18360
|
"required": true
|
|
18361
18361
|
}
|
|
18362
18362
|
},
|
|
18363
|
-
"description": "
|
|
18363
|
+
"description": "Send this attribute if you want to mark this shipment as shipped.",
|
|
18364
18364
|
"flags": {
|
|
18365
18365
|
"organization": {
|
|
18366
18366
|
"char": "o",
|
|
@@ -18425,7 +18425,7 @@
|
|
|
18425
18425
|
},
|
|
18426
18426
|
"hasDynamicHelp": false,
|
|
18427
18427
|
"hiddenAliases": [],
|
|
18428
|
-
"id": "
|
|
18428
|
+
"id": "shipment:ship",
|
|
18429
18429
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18430
18430
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18431
18431
|
"pluginType": "core",
|
|
@@ -18435,11 +18435,11 @@
|
|
|
18435
18435
|
"relativePath": [
|
|
18436
18436
|
"lib",
|
|
18437
18437
|
"commands",
|
|
18438
|
-
"
|
|
18439
|
-
"
|
|
18438
|
+
"shipment",
|
|
18439
|
+
"ship.js"
|
|
18440
18440
|
]
|
|
18441
18441
|
},
|
|
18442
|
-
"
|
|
18442
|
+
"shipment:upcoming": {
|
|
18443
18443
|
"aliases": [],
|
|
18444
18444
|
"args": {
|
|
18445
18445
|
"id": {
|
|
@@ -18448,7 +18448,7 @@
|
|
|
18448
18448
|
"required": true
|
|
18449
18449
|
}
|
|
18450
18450
|
},
|
|
18451
|
-
"description": "
|
|
18451
|
+
"description": "Send this attribute if you want to mark this shipment as upcoming. Cannot be passed by sales channels.",
|
|
18452
18452
|
"flags": {
|
|
18453
18453
|
"organization": {
|
|
18454
18454
|
"char": "o",
|
|
@@ -18513,7 +18513,7 @@
|
|
|
18513
18513
|
},
|
|
18514
18514
|
"hasDynamicHelp": false,
|
|
18515
18515
|
"hiddenAliases": [],
|
|
18516
|
-
"id": "
|
|
18516
|
+
"id": "shipment:upcoming",
|
|
18517
18517
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18518
18518
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18519
18519
|
"pluginType": "core",
|
|
@@ -18523,8 +18523,8 @@
|
|
|
18523
18523
|
"relativePath": [
|
|
18524
18524
|
"lib",
|
|
18525
18525
|
"commands",
|
|
18526
|
-
"
|
|
18527
|
-
"
|
|
18526
|
+
"shipment",
|
|
18527
|
+
"upcoming.js"
|
|
18528
18528
|
]
|
|
18529
18529
|
},
|
|
18530
18530
|
"sku_option:add_tags": {
|
|
@@ -18967,7 +18967,7 @@
|
|
|
18967
18967
|
"validate.js"
|
|
18968
18968
|
]
|
|
18969
18969
|
},
|
|
18970
|
-
"
|
|
18970
|
+
"stock_reservation": {
|
|
18971
18971
|
"aliases": [],
|
|
18972
18972
|
"args": {
|
|
18973
18973
|
"id": {
|
|
@@ -18976,7 +18976,7 @@
|
|
|
18976
18976
|
"required": true
|
|
18977
18977
|
}
|
|
18978
18978
|
},
|
|
18979
|
-
"description": "
|
|
18979
|
+
"description": "execute an action on a resource of type stock_reservations",
|
|
18980
18980
|
"flags": {
|
|
18981
18981
|
"organization": {
|
|
18982
18982
|
"char": "o",
|
|
@@ -19041,7 +19041,7 @@
|
|
|
19041
19041
|
},
|
|
19042
19042
|
"hasDynamicHelp": false,
|
|
19043
19043
|
"hiddenAliases": [],
|
|
19044
|
-
"id": "
|
|
19044
|
+
"id": "stock_reservation",
|
|
19045
19045
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19046
19046
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19047
19047
|
"pluginType": "core",
|
|
@@ -19051,11 +19051,11 @@
|
|
|
19051
19051
|
"relativePath": [
|
|
19052
19052
|
"lib",
|
|
19053
19053
|
"commands",
|
|
19054
|
-
"
|
|
19055
|
-
"
|
|
19054
|
+
"stock_reservation",
|
|
19055
|
+
"index.js"
|
|
19056
19056
|
]
|
|
19057
19057
|
},
|
|
19058
|
-
"
|
|
19058
|
+
"stock_reservation:pending": {
|
|
19059
19059
|
"aliases": [],
|
|
19060
19060
|
"args": {
|
|
19061
19061
|
"id": {
|
|
@@ -19064,7 +19064,7 @@
|
|
|
19064
19064
|
"required": true
|
|
19065
19065
|
}
|
|
19066
19066
|
},
|
|
19067
|
-
"description": "
|
|
19067
|
+
"description": "Send this attribute if you want to mark this stock reservation as pending.",
|
|
19068
19068
|
"flags": {
|
|
19069
19069
|
"organization": {
|
|
19070
19070
|
"char": "o",
|
|
@@ -19129,7 +19129,7 @@
|
|
|
19129
19129
|
},
|
|
19130
19130
|
"hasDynamicHelp": false,
|
|
19131
19131
|
"hiddenAliases": [],
|
|
19132
|
-
"id": "
|
|
19132
|
+
"id": "stock_reservation:pending",
|
|
19133
19133
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19134
19134
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19135
19135
|
"pluginType": "core",
|
|
@@ -19139,11 +19139,11 @@
|
|
|
19139
19139
|
"relativePath": [
|
|
19140
19140
|
"lib",
|
|
19141
19141
|
"commands",
|
|
19142
|
-
"
|
|
19143
|
-
"
|
|
19142
|
+
"stock_reservation",
|
|
19143
|
+
"pending.js"
|
|
19144
19144
|
]
|
|
19145
19145
|
},
|
|
19146
|
-
"stock_line_item:
|
|
19146
|
+
"stock_line_item:decrement_stock": {
|
|
19147
19147
|
"aliases": [],
|
|
19148
19148
|
"args": {
|
|
19149
19149
|
"id": {
|
|
@@ -19152,7 +19152,7 @@
|
|
|
19152
19152
|
"required": true
|
|
19153
19153
|
}
|
|
19154
19154
|
},
|
|
19155
|
-
"description": "Send this attribute if you want to automatically
|
|
19155
|
+
"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.",
|
|
19156
19156
|
"flags": {
|
|
19157
19157
|
"organization": {
|
|
19158
19158
|
"char": "o",
|
|
@@ -19217,7 +19217,7 @@
|
|
|
19217
19217
|
},
|
|
19218
19218
|
"hasDynamicHelp": false,
|
|
19219
19219
|
"hiddenAliases": [],
|
|
19220
|
-
"id": "stock_line_item:
|
|
19220
|
+
"id": "stock_line_item:decrement_stock",
|
|
19221
19221
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19222
19222
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19223
19223
|
"pluginType": "core",
|
|
@@ -19228,10 +19228,10 @@
|
|
|
19228
19228
|
"lib",
|
|
19229
19229
|
"commands",
|
|
19230
19230
|
"stock_line_item",
|
|
19231
|
-
"
|
|
19231
|
+
"decrement_stock.js"
|
|
19232
19232
|
]
|
|
19233
19233
|
},
|
|
19234
|
-
"stock_line_item
|
|
19234
|
+
"stock_line_item": {
|
|
19235
19235
|
"aliases": [],
|
|
19236
19236
|
"args": {
|
|
19237
19237
|
"id": {
|
|
@@ -19240,7 +19240,7 @@
|
|
|
19240
19240
|
"required": true
|
|
19241
19241
|
}
|
|
19242
19242
|
},
|
|
19243
|
-
"description": "
|
|
19243
|
+
"description": "execute an action on a resource of type stock_line_items",
|
|
19244
19244
|
"flags": {
|
|
19245
19245
|
"organization": {
|
|
19246
19246
|
"char": "o",
|
|
@@ -19305,7 +19305,7 @@
|
|
|
19305
19305
|
},
|
|
19306
19306
|
"hasDynamicHelp": false,
|
|
19307
19307
|
"hiddenAliases": [],
|
|
19308
|
-
"id": "stock_line_item
|
|
19308
|
+
"id": "stock_line_item",
|
|
19309
19309
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19310
19310
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19311
19311
|
"pluginType": "core",
|
|
@@ -19316,10 +19316,10 @@
|
|
|
19316
19316
|
"lib",
|
|
19317
19317
|
"commands",
|
|
19318
19318
|
"stock_line_item",
|
|
19319
|
-
"
|
|
19319
|
+
"index.js"
|
|
19320
19320
|
]
|
|
19321
19321
|
},
|
|
19322
|
-
"
|
|
19322
|
+
"stock_line_item:release_stock": {
|
|
19323
19323
|
"aliases": [],
|
|
19324
19324
|
"args": {
|
|
19325
19325
|
"id": {
|
|
@@ -19328,7 +19328,7 @@
|
|
|
19328
19328
|
"required": true
|
|
19329
19329
|
}
|
|
19330
19330
|
},
|
|
19331
|
-
"description": "
|
|
19331
|
+
"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.",
|
|
19332
19332
|
"flags": {
|
|
19333
19333
|
"organization": {
|
|
19334
19334
|
"char": "o",
|
|
@@ -19393,7 +19393,7 @@
|
|
|
19393
19393
|
},
|
|
19394
19394
|
"hasDynamicHelp": false,
|
|
19395
19395
|
"hiddenAliases": [],
|
|
19396
|
-
"id": "
|
|
19396
|
+
"id": "stock_line_item:release_stock",
|
|
19397
19397
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19398
19398
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19399
19399
|
"pluginType": "core",
|
|
@@ -19403,11 +19403,11 @@
|
|
|
19403
19403
|
"relativePath": [
|
|
19404
19404
|
"lib",
|
|
19405
19405
|
"commands",
|
|
19406
|
-
"
|
|
19407
|
-
"
|
|
19406
|
+
"stock_line_item",
|
|
19407
|
+
"release_stock.js"
|
|
19408
19408
|
]
|
|
19409
19409
|
},
|
|
19410
|
-
"
|
|
19410
|
+
"stock_line_item:reserve_stock": {
|
|
19411
19411
|
"aliases": [],
|
|
19412
19412
|
"args": {
|
|
19413
19413
|
"id": {
|
|
@@ -19416,7 +19416,7 @@
|
|
|
19416
19416
|
"required": true
|
|
19417
19417
|
}
|
|
19418
19418
|
},
|
|
19419
|
-
"description": "Send this attribute if you want to
|
|
19419
|
+
"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.",
|
|
19420
19420
|
"flags": {
|
|
19421
19421
|
"organization": {
|
|
19422
19422
|
"char": "o",
|
|
@@ -19481,7 +19481,7 @@
|
|
|
19481
19481
|
},
|
|
19482
19482
|
"hasDynamicHelp": false,
|
|
19483
19483
|
"hiddenAliases": [],
|
|
19484
|
-
"id": "
|
|
19484
|
+
"id": "stock_line_item:reserve_stock",
|
|
19485
19485
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19486
19486
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19487
19487
|
"pluginType": "core",
|
|
@@ -19491,11 +19491,11 @@
|
|
|
19491
19491
|
"relativePath": [
|
|
19492
19492
|
"lib",
|
|
19493
19493
|
"commands",
|
|
19494
|
-
"
|
|
19495
|
-
"
|
|
19494
|
+
"stock_line_item",
|
|
19495
|
+
"reserve_stock.js"
|
|
19496
19496
|
]
|
|
19497
19497
|
},
|
|
19498
|
-
"
|
|
19498
|
+
"stripe_payment": {
|
|
19499
19499
|
"aliases": [],
|
|
19500
19500
|
"args": {
|
|
19501
19501
|
"id": {
|
|
@@ -19504,7 +19504,7 @@
|
|
|
19504
19504
|
"required": true
|
|
19505
19505
|
}
|
|
19506
19506
|
},
|
|
19507
|
-
"description": "
|
|
19507
|
+
"description": "execute an action on a resource of type stripe_payments",
|
|
19508
19508
|
"flags": {
|
|
19509
19509
|
"organization": {
|
|
19510
19510
|
"char": "o",
|
|
@@ -19569,7 +19569,7 @@
|
|
|
19569
19569
|
},
|
|
19570
19570
|
"hasDynamicHelp": false,
|
|
19571
19571
|
"hiddenAliases": [],
|
|
19572
|
-
"id": "
|
|
19572
|
+
"id": "stripe_payment",
|
|
19573
19573
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19574
19574
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19575
19575
|
"pluginType": "core",
|
|
@@ -19579,11 +19579,11 @@
|
|
|
19579
19579
|
"relativePath": [
|
|
19580
19580
|
"lib",
|
|
19581
19581
|
"commands",
|
|
19582
|
-
"
|
|
19583
|
-
"
|
|
19582
|
+
"stripe_payment",
|
|
19583
|
+
"index.js"
|
|
19584
19584
|
]
|
|
19585
19585
|
},
|
|
19586
|
-
"
|
|
19586
|
+
"stripe_payment:refresh": {
|
|
19587
19587
|
"aliases": [],
|
|
19588
19588
|
"args": {
|
|
19589
19589
|
"id": {
|
|
@@ -19592,7 +19592,7 @@
|
|
|
19592
19592
|
"required": true
|
|
19593
19593
|
}
|
|
19594
19594
|
},
|
|
19595
|
-
"description": "Send this attribute if you want to
|
|
19595
|
+
"description": "Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic.",
|
|
19596
19596
|
"flags": {
|
|
19597
19597
|
"organization": {
|
|
19598
19598
|
"char": "o",
|
|
@@ -19657,7 +19657,7 @@
|
|
|
19657
19657
|
},
|
|
19658
19658
|
"hasDynamicHelp": false,
|
|
19659
19659
|
"hiddenAliases": [],
|
|
19660
|
-
"id": "
|
|
19660
|
+
"id": "stripe_payment:refresh",
|
|
19661
19661
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19662
19662
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19663
19663
|
"pluginType": "core",
|
|
@@ -19667,11 +19667,11 @@
|
|
|
19667
19667
|
"relativePath": [
|
|
19668
19668
|
"lib",
|
|
19669
19669
|
"commands",
|
|
19670
|
-
"
|
|
19671
|
-
"
|
|
19670
|
+
"stripe_payment",
|
|
19671
|
+
"refresh.js"
|
|
19672
19672
|
]
|
|
19673
19673
|
},
|
|
19674
|
-
"
|
|
19674
|
+
"stripe_payment:update": {
|
|
19675
19675
|
"aliases": [],
|
|
19676
19676
|
"args": {
|
|
19677
19677
|
"id": {
|
|
@@ -19680,7 +19680,7 @@
|
|
|
19680
19680
|
"required": true
|
|
19681
19681
|
}
|
|
19682
19682
|
},
|
|
19683
|
-
"description": "Send this attribute if you want to
|
|
19683
|
+
"description": "Send this attribute if you want to update the created payment intent with fresh order data.",
|
|
19684
19684
|
"flags": {
|
|
19685
19685
|
"organization": {
|
|
19686
19686
|
"char": "o",
|
|
@@ -19745,7 +19745,7 @@
|
|
|
19745
19745
|
},
|
|
19746
19746
|
"hasDynamicHelp": false,
|
|
19747
19747
|
"hiddenAliases": [],
|
|
19748
|
-
"id": "
|
|
19748
|
+
"id": "stripe_payment:update",
|
|
19749
19749
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19750
19750
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19751
19751
|
"pluginType": "core",
|
|
@@ -19755,11 +19755,11 @@
|
|
|
19755
19755
|
"relativePath": [
|
|
19756
19756
|
"lib",
|
|
19757
19757
|
"commands",
|
|
19758
|
-
"
|
|
19759
|
-
"
|
|
19758
|
+
"stripe_payment",
|
|
19759
|
+
"update.js"
|
|
19760
19760
|
]
|
|
19761
19761
|
},
|
|
19762
|
-
"stock_transfer": {
|
|
19762
|
+
"stock_transfer:cancel": {
|
|
19763
19763
|
"aliases": [],
|
|
19764
19764
|
"args": {
|
|
19765
19765
|
"id": {
|
|
@@ -19768,7 +19768,7 @@
|
|
|
19768
19768
|
"required": true
|
|
19769
19769
|
}
|
|
19770
19770
|
},
|
|
19771
|
-
"description": "
|
|
19771
|
+
"description": "Send this attribute if you want to cancel this stock transfer.",
|
|
19772
19772
|
"flags": {
|
|
19773
19773
|
"organization": {
|
|
19774
19774
|
"char": "o",
|
|
@@ -19833,7 +19833,7 @@
|
|
|
19833
19833
|
},
|
|
19834
19834
|
"hasDynamicHelp": false,
|
|
19835
19835
|
"hiddenAliases": [],
|
|
19836
|
-
"id": "stock_transfer",
|
|
19836
|
+
"id": "stock_transfer:cancel",
|
|
19837
19837
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19838
19838
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19839
19839
|
"pluginType": "core",
|
|
@@ -19844,10 +19844,10 @@
|
|
|
19844
19844
|
"lib",
|
|
19845
19845
|
"commands",
|
|
19846
19846
|
"stock_transfer",
|
|
19847
|
-
"
|
|
19847
|
+
"cancel.js"
|
|
19848
19848
|
]
|
|
19849
19849
|
},
|
|
19850
|
-
"stock_transfer:
|
|
19850
|
+
"stock_transfer:complete": {
|
|
19851
19851
|
"aliases": [],
|
|
19852
19852
|
"args": {
|
|
19853
19853
|
"id": {
|
|
@@ -19856,7 +19856,7 @@
|
|
|
19856
19856
|
"required": true
|
|
19857
19857
|
}
|
|
19858
19858
|
},
|
|
19859
|
-
"description": "Send this attribute if you want to
|
|
19859
|
+
"description": "Send this attribute if you want to complete this stock transfer.",
|
|
19860
19860
|
"flags": {
|
|
19861
19861
|
"organization": {
|
|
19862
19862
|
"char": "o",
|
|
@@ -19921,7 +19921,7 @@
|
|
|
19921
19921
|
},
|
|
19922
19922
|
"hasDynamicHelp": false,
|
|
19923
19923
|
"hiddenAliases": [],
|
|
19924
|
-
"id": "stock_transfer:
|
|
19924
|
+
"id": "stock_transfer:complete",
|
|
19925
19925
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19926
19926
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19927
19927
|
"pluginType": "core",
|
|
@@ -19932,10 +19932,10 @@
|
|
|
19932
19932
|
"lib",
|
|
19933
19933
|
"commands",
|
|
19934
19934
|
"stock_transfer",
|
|
19935
|
-
"
|
|
19935
|
+
"complete.js"
|
|
19936
19936
|
]
|
|
19937
19937
|
},
|
|
19938
|
-
"stock_transfer:
|
|
19938
|
+
"stock_transfer:in_transit": {
|
|
19939
19939
|
"aliases": [],
|
|
19940
19940
|
"args": {
|
|
19941
19941
|
"id": {
|
|
@@ -19944,7 +19944,7 @@
|
|
|
19944
19944
|
"required": true
|
|
19945
19945
|
}
|
|
19946
19946
|
},
|
|
19947
|
-
"description": "Send this attribute if you want to
|
|
19947
|
+
"description": "Send this attribute if you want to mark this stock transfer as in transit.",
|
|
19948
19948
|
"flags": {
|
|
19949
19949
|
"organization": {
|
|
19950
19950
|
"char": "o",
|
|
@@ -20009,7 +20009,7 @@
|
|
|
20009
20009
|
},
|
|
20010
20010
|
"hasDynamicHelp": false,
|
|
20011
20011
|
"hiddenAliases": [],
|
|
20012
|
-
"id": "stock_transfer:
|
|
20012
|
+
"id": "stock_transfer:in_transit",
|
|
20013
20013
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20014
20014
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20015
20015
|
"pluginType": "core",
|
|
@@ -20020,10 +20020,10 @@
|
|
|
20020
20020
|
"lib",
|
|
20021
20021
|
"commands",
|
|
20022
20022
|
"stock_transfer",
|
|
20023
|
-
"
|
|
20023
|
+
"in_transit.js"
|
|
20024
20024
|
]
|
|
20025
20025
|
},
|
|
20026
|
-
"stock_transfer
|
|
20026
|
+
"stock_transfer": {
|
|
20027
20027
|
"aliases": [],
|
|
20028
20028
|
"args": {
|
|
20029
20029
|
"id": {
|
|
@@ -20032,7 +20032,7 @@
|
|
|
20032
20032
|
"required": true
|
|
20033
20033
|
}
|
|
20034
20034
|
},
|
|
20035
|
-
"description": "
|
|
20035
|
+
"description": "execute an action on a resource of type stock_transfers",
|
|
20036
20036
|
"flags": {
|
|
20037
20037
|
"organization": {
|
|
20038
20038
|
"char": "o",
|
|
@@ -20097,7 +20097,7 @@
|
|
|
20097
20097
|
},
|
|
20098
20098
|
"hasDynamicHelp": false,
|
|
20099
20099
|
"hiddenAliases": [],
|
|
20100
|
-
"id": "stock_transfer
|
|
20100
|
+
"id": "stock_transfer",
|
|
20101
20101
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20102
20102
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20103
20103
|
"pluginType": "core",
|
|
@@ -20108,10 +20108,10 @@
|
|
|
20108
20108
|
"lib",
|
|
20109
20109
|
"commands",
|
|
20110
20110
|
"stock_transfer",
|
|
20111
|
-
"
|
|
20111
|
+
"index.js"
|
|
20112
20112
|
]
|
|
20113
20113
|
},
|
|
20114
|
-
"
|
|
20114
|
+
"stock_transfer:on_hold": {
|
|
20115
20115
|
"aliases": [],
|
|
20116
20116
|
"args": {
|
|
20117
20117
|
"id": {
|
|
@@ -20120,7 +20120,7 @@
|
|
|
20120
20120
|
"required": true
|
|
20121
20121
|
}
|
|
20122
20122
|
},
|
|
20123
|
-
"description": "
|
|
20123
|
+
"description": "Send this attribute if you want to put this stock transfer on hold.",
|
|
20124
20124
|
"flags": {
|
|
20125
20125
|
"organization": {
|
|
20126
20126
|
"char": "o",
|
|
@@ -20185,7 +20185,7 @@
|
|
|
20185
20185
|
},
|
|
20186
20186
|
"hasDynamicHelp": false,
|
|
20187
20187
|
"hiddenAliases": [],
|
|
20188
|
-
"id": "
|
|
20188
|
+
"id": "stock_transfer:on_hold",
|
|
20189
20189
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20190
20190
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20191
20191
|
"pluginType": "core",
|
|
@@ -20195,11 +20195,11 @@
|
|
|
20195
20195
|
"relativePath": [
|
|
20196
20196
|
"lib",
|
|
20197
20197
|
"commands",
|
|
20198
|
-
"
|
|
20199
|
-
"
|
|
20198
|
+
"stock_transfer",
|
|
20199
|
+
"on_hold.js"
|
|
20200
20200
|
]
|
|
20201
20201
|
},
|
|
20202
|
-
"
|
|
20202
|
+
"stock_transfer:picking": {
|
|
20203
20203
|
"aliases": [],
|
|
20204
20204
|
"args": {
|
|
20205
20205
|
"id": {
|
|
@@ -20208,7 +20208,7 @@
|
|
|
20208
20208
|
"required": true
|
|
20209
20209
|
}
|
|
20210
20210
|
},
|
|
20211
|
-
"description": "Send this attribute if you want to
|
|
20211
|
+
"description": "Send this attribute if you want to start picking this stock transfer.",
|
|
20212
20212
|
"flags": {
|
|
20213
20213
|
"organization": {
|
|
20214
20214
|
"char": "o",
|
|
@@ -20273,7 +20273,7 @@
|
|
|
20273
20273
|
},
|
|
20274
20274
|
"hasDynamicHelp": false,
|
|
20275
20275
|
"hiddenAliases": [],
|
|
20276
|
-
"id": "
|
|
20276
|
+
"id": "stock_transfer:picking",
|
|
20277
20277
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20278
20278
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20279
20279
|
"pluginType": "core",
|
|
@@ -20283,11 +20283,11 @@
|
|
|
20283
20283
|
"relativePath": [
|
|
20284
20284
|
"lib",
|
|
20285
20285
|
"commands",
|
|
20286
|
-
"
|
|
20287
|
-
"
|
|
20286
|
+
"stock_transfer",
|
|
20287
|
+
"picking.js"
|
|
20288
20288
|
]
|
|
20289
20289
|
},
|
|
20290
|
-
"
|
|
20290
|
+
"stock_transfer:upcoming": {
|
|
20291
20291
|
"aliases": [],
|
|
20292
20292
|
"args": {
|
|
20293
20293
|
"id": {
|
|
@@ -20296,7 +20296,7 @@
|
|
|
20296
20296
|
"required": true
|
|
20297
20297
|
}
|
|
20298
20298
|
},
|
|
20299
|
-
"description": "Send this attribute if you want to
|
|
20299
|
+
"description": "Send this attribute if you want to mark this stock transfer as upcoming.",
|
|
20300
20300
|
"flags": {
|
|
20301
20301
|
"organization": {
|
|
20302
20302
|
"char": "o",
|
|
@@ -20361,7 +20361,7 @@
|
|
|
20361
20361
|
},
|
|
20362
20362
|
"hasDynamicHelp": false,
|
|
20363
20363
|
"hiddenAliases": [],
|
|
20364
|
-
"id": "
|
|
20364
|
+
"id": "stock_transfer:upcoming",
|
|
20365
20365
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20366
20366
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20367
20367
|
"pluginType": "core",
|
|
@@ -20371,8 +20371,8 @@
|
|
|
20371
20371
|
"relativePath": [
|
|
20372
20372
|
"lib",
|
|
20373
20373
|
"commands",
|
|
20374
|
-
"
|
|
20375
|
-
"
|
|
20374
|
+
"stock_transfer",
|
|
20375
|
+
"upcoming.js"
|
|
20376
20376
|
]
|
|
20377
20377
|
},
|
|
20378
20378
|
"vertex_account": {
|
|
@@ -21080,5 +21080,5 @@
|
|
|
21080
21080
|
]
|
|
21081
21081
|
}
|
|
21082
21082
|
},
|
|
21083
|
-
"version": "4.14.
|
|
21083
|
+
"version": "4.14.3"
|
|
21084
21084
|
}
|