@commercelayer/cli-plugin-triggers 4.16.1 → 4.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/lib/commands/shipping_method/add_tags.d.ts +9 -0
- package/lib/commands/shipping_method/add_tags.js +22 -0
- package/lib/commands/shipping_method/remove_tags.d.ts +9 -0
- package/lib/commands/shipping_method/remove_tags.js +22 -0
- package/lib/triggers/shipping_methods.d.ts +1 -1
- package/lib/triggers/shipping_methods.js +10 -0
- package/oclif.manifest.json +901 -725
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -4860,7 +4860,7 @@
|
|
|
4860
4860
|
"request_anonymization.js"
|
|
4861
4861
|
]
|
|
4862
4862
|
},
|
|
4863
|
-
"
|
|
4863
|
+
"customer_password_reset": {
|
|
4864
4864
|
"aliases": [],
|
|
4865
4865
|
"args": {
|
|
4866
4866
|
"id": {
|
|
@@ -4869,7 +4869,7 @@
|
|
|
4869
4869
|
"required": true
|
|
4870
4870
|
}
|
|
4871
4871
|
},
|
|
4872
|
-
"description": "execute an action on a resource of type
|
|
4872
|
+
"description": "execute an action on a resource of type customer_password_resets",
|
|
4873
4873
|
"flags": {
|
|
4874
4874
|
"organization": {
|
|
4875
4875
|
"char": "o",
|
|
@@ -4934,7 +4934,7 @@
|
|
|
4934
4934
|
},
|
|
4935
4935
|
"hasDynamicHelp": false,
|
|
4936
4936
|
"hiddenAliases": [],
|
|
4937
|
-
"id": "
|
|
4937
|
+
"id": "customer_password_reset",
|
|
4938
4938
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
4939
4939
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
4940
4940
|
"pluginType": "core",
|
|
@@ -4944,11 +4944,11 @@
|
|
|
4944
4944
|
"relativePath": [
|
|
4945
4945
|
"lib",
|
|
4946
4946
|
"commands",
|
|
4947
|
-
"
|
|
4947
|
+
"customer_password_reset",
|
|
4948
4948
|
"index.js"
|
|
4949
4949
|
]
|
|
4950
4950
|
},
|
|
4951
|
-
"
|
|
4951
|
+
"customer_password_reset:reset_password_token": {
|
|
4952
4952
|
"aliases": [],
|
|
4953
4953
|
"args": {
|
|
4954
4954
|
"id": {
|
|
@@ -4957,7 +4957,7 @@
|
|
|
4957
4957
|
"required": true
|
|
4958
4958
|
}
|
|
4959
4959
|
},
|
|
4960
|
-
"description": "Send
|
|
4960
|
+
"description": "Send the 'reset_password_token' that you got on create when updating the customer password.",
|
|
4961
4961
|
"flags": {
|
|
4962
4962
|
"organization": {
|
|
4963
4963
|
"char": "o",
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
},
|
|
5023
5023
|
"hasDynamicHelp": false,
|
|
5024
5024
|
"hiddenAliases": [],
|
|
5025
|
-
"id": "
|
|
5025
|
+
"id": "customer_password_reset:reset_password_token",
|
|
5026
5026
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5027
5027
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5028
5028
|
"pluginType": "core",
|
|
@@ -5032,11 +5032,11 @@
|
|
|
5032
5032
|
"relativePath": [
|
|
5033
5033
|
"lib",
|
|
5034
5034
|
"commands",
|
|
5035
|
-
"
|
|
5036
|
-
"
|
|
5035
|
+
"customer_password_reset",
|
|
5036
|
+
"reset_password_token.js"
|
|
5037
5037
|
]
|
|
5038
5038
|
},
|
|
5039
|
-
"
|
|
5039
|
+
"easypost_pickup": {
|
|
5040
5040
|
"aliases": [],
|
|
5041
5041
|
"args": {
|
|
5042
5042
|
"id": {
|
|
@@ -5045,7 +5045,7 @@
|
|
|
5045
5045
|
"required": true
|
|
5046
5046
|
}
|
|
5047
5047
|
},
|
|
5048
|
-
"description": "execute an action on a resource of type
|
|
5048
|
+
"description": "execute an action on a resource of type easypost_pickups",
|
|
5049
5049
|
"flags": {
|
|
5050
5050
|
"organization": {
|
|
5051
5051
|
"char": "o",
|
|
@@ -5110,7 +5110,7 @@
|
|
|
5110
5110
|
},
|
|
5111
5111
|
"hasDynamicHelp": false,
|
|
5112
5112
|
"hiddenAliases": [],
|
|
5113
|
-
"id": "
|
|
5113
|
+
"id": "easypost_pickup",
|
|
5114
5114
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5115
5115
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5116
5116
|
"pluginType": "core",
|
|
@@ -5120,11 +5120,11 @@
|
|
|
5120
5120
|
"relativePath": [
|
|
5121
5121
|
"lib",
|
|
5122
5122
|
"commands",
|
|
5123
|
-
"
|
|
5123
|
+
"easypost_pickup",
|
|
5124
5124
|
"index.js"
|
|
5125
5125
|
]
|
|
5126
5126
|
},
|
|
5127
|
-
"
|
|
5127
|
+
"easypost_pickup:purchase": {
|
|
5128
5128
|
"aliases": [],
|
|
5129
5129
|
"args": {
|
|
5130
5130
|
"id": {
|
|
@@ -5133,7 +5133,7 @@
|
|
|
5133
5133
|
"required": true
|
|
5134
5134
|
}
|
|
5135
5135
|
},
|
|
5136
|
-
"description": "Send this attribute if you want to
|
|
5136
|
+
"description": "Send this attribute if you want to purchase this pick up with the selected rate.",
|
|
5137
5137
|
"flags": {
|
|
5138
5138
|
"organization": {
|
|
5139
5139
|
"char": "o",
|
|
@@ -5198,7 +5198,7 @@
|
|
|
5198
5198
|
},
|
|
5199
5199
|
"hasDynamicHelp": false,
|
|
5200
5200
|
"hiddenAliases": [],
|
|
5201
|
-
"id": "
|
|
5201
|
+
"id": "easypost_pickup:purchase",
|
|
5202
5202
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5203
5203
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5204
5204
|
"pluginType": "core",
|
|
@@ -5208,11 +5208,11 @@
|
|
|
5208
5208
|
"relativePath": [
|
|
5209
5209
|
"lib",
|
|
5210
5210
|
"commands",
|
|
5211
|
-
"
|
|
5212
|
-
"
|
|
5211
|
+
"easypost_pickup",
|
|
5212
|
+
"purchase.js"
|
|
5213
5213
|
]
|
|
5214
5214
|
},
|
|
5215
|
-
"
|
|
5215
|
+
"event": {
|
|
5216
5216
|
"aliases": [],
|
|
5217
5217
|
"args": {
|
|
5218
5218
|
"id": {
|
|
@@ -5221,7 +5221,7 @@
|
|
|
5221
5221
|
"required": true
|
|
5222
5222
|
}
|
|
5223
5223
|
},
|
|
5224
|
-
"description": "execute an action on a resource of type
|
|
5224
|
+
"description": "execute an action on a resource of type events",
|
|
5225
5225
|
"flags": {
|
|
5226
5226
|
"organization": {
|
|
5227
5227
|
"char": "o",
|
|
@@ -5286,7 +5286,7 @@
|
|
|
5286
5286
|
},
|
|
5287
5287
|
"hasDynamicHelp": false,
|
|
5288
5288
|
"hiddenAliases": [],
|
|
5289
|
-
"id": "
|
|
5289
|
+
"id": "event",
|
|
5290
5290
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5291
5291
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5292
5292
|
"pluginType": "core",
|
|
@@ -5296,11 +5296,11 @@
|
|
|
5296
5296
|
"relativePath": [
|
|
5297
5297
|
"lib",
|
|
5298
5298
|
"commands",
|
|
5299
|
-
"
|
|
5299
|
+
"event",
|
|
5300
5300
|
"index.js"
|
|
5301
5301
|
]
|
|
5302
5302
|
},
|
|
5303
|
-
"
|
|
5303
|
+
"event:trigger": {
|
|
5304
5304
|
"aliases": [],
|
|
5305
5305
|
"args": {
|
|
5306
5306
|
"id": {
|
|
@@ -5309,7 +5309,7 @@
|
|
|
5309
5309
|
"required": true
|
|
5310
5310
|
}
|
|
5311
5311
|
},
|
|
5312
|
-
"description": "Send this attribute if you want to
|
|
5312
|
+
"description": "Send this attribute if you want to force webhooks execution for this event. Cannot be passed by sales channels.",
|
|
5313
5313
|
"flags": {
|
|
5314
5314
|
"organization": {
|
|
5315
5315
|
"char": "o",
|
|
@@ -5374,7 +5374,7 @@
|
|
|
5374
5374
|
},
|
|
5375
5375
|
"hasDynamicHelp": false,
|
|
5376
5376
|
"hiddenAliases": [],
|
|
5377
|
-
"id": "
|
|
5377
|
+
"id": "event:trigger",
|
|
5378
5378
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5379
5379
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5380
5380
|
"pluginType": "core",
|
|
@@ -5384,11 +5384,11 @@
|
|
|
5384
5384
|
"relativePath": [
|
|
5385
5385
|
"lib",
|
|
5386
5386
|
"commands",
|
|
5387
|
-
"
|
|
5388
|
-
"
|
|
5387
|
+
"event",
|
|
5388
|
+
"trigger.js"
|
|
5389
5389
|
]
|
|
5390
5390
|
},
|
|
5391
|
-
"
|
|
5391
|
+
"export": {
|
|
5392
5392
|
"aliases": [],
|
|
5393
5393
|
"args": {
|
|
5394
5394
|
"id": {
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
"required": true
|
|
5398
5398
|
}
|
|
5399
5399
|
},
|
|
5400
|
-
"description": "execute an action on a resource of type
|
|
5400
|
+
"description": "execute an action on a resource of type exports",
|
|
5401
5401
|
"flags": {
|
|
5402
5402
|
"organization": {
|
|
5403
5403
|
"char": "o",
|
|
@@ -5462,7 +5462,7 @@
|
|
|
5462
5462
|
},
|
|
5463
5463
|
"hasDynamicHelp": false,
|
|
5464
5464
|
"hiddenAliases": [],
|
|
5465
|
-
"id": "
|
|
5465
|
+
"id": "export",
|
|
5466
5466
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5467
5467
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5468
5468
|
"pluginType": "core",
|
|
@@ -5472,11 +5472,11 @@
|
|
|
5472
5472
|
"relativePath": [
|
|
5473
5473
|
"lib",
|
|
5474
5474
|
"commands",
|
|
5475
|
-
"
|
|
5475
|
+
"export",
|
|
5476
5476
|
"index.js"
|
|
5477
5477
|
]
|
|
5478
5478
|
},
|
|
5479
|
-
"
|
|
5479
|
+
"export:interrupt": {
|
|
5480
5480
|
"aliases": [],
|
|
5481
5481
|
"args": {
|
|
5482
5482
|
"id": {
|
|
@@ -5485,7 +5485,7 @@
|
|
|
5485
5485
|
"required": true
|
|
5486
5486
|
}
|
|
5487
5487
|
},
|
|
5488
|
-
"description": "Send
|
|
5488
|
+
"description": "Send this attribute if you want to mark status as 'interrupted'.",
|
|
5489
5489
|
"flags": {
|
|
5490
5490
|
"organization": {
|
|
5491
5491
|
"char": "o",
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
},
|
|
5551
5551
|
"hasDynamicHelp": false,
|
|
5552
5552
|
"hiddenAliases": [],
|
|
5553
|
-
"id": "
|
|
5553
|
+
"id": "export:interrupt",
|
|
5554
5554
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5555
5555
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5556
5556
|
"pluginType": "core",
|
|
@@ -5560,8 +5560,8 @@
|
|
|
5560
5560
|
"relativePath": [
|
|
5561
5561
|
"lib",
|
|
5562
5562
|
"commands",
|
|
5563
|
-
"
|
|
5564
|
-
"
|
|
5563
|
+
"export",
|
|
5564
|
+
"interrupt.js"
|
|
5565
5565
|
]
|
|
5566
5566
|
},
|
|
5567
5567
|
"external_gateway:disable": {
|
|
@@ -10316,7 +10316,7 @@
|
|
|
10316
10316
|
"update.js"
|
|
10317
10317
|
]
|
|
10318
10318
|
},
|
|
10319
|
-
"
|
|
10319
|
+
"line_item_option:add_tags": {
|
|
10320
10320
|
"aliases": [],
|
|
10321
10321
|
"args": {
|
|
10322
10322
|
"id": {
|
|
@@ -10390,7 +10390,7 @@
|
|
|
10390
10390
|
},
|
|
10391
10391
|
"hasDynamicHelp": false,
|
|
10392
10392
|
"hiddenAliases": [],
|
|
10393
|
-
"id": "
|
|
10393
|
+
"id": "line_item_option:add_tags",
|
|
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
|
-
"
|
|
10403
|
+
"line_item_option",
|
|
10404
10404
|
"add_tags.js"
|
|
10405
10405
|
]
|
|
10406
10406
|
},
|
|
10407
|
-
"
|
|
10407
|
+
"line_item_option": {
|
|
10408
10408
|
"aliases": [],
|
|
10409
10409
|
"args": {
|
|
10410
10410
|
"id": {
|
|
@@ -10413,7 +10413,7 @@
|
|
|
10413
10413
|
"required": true
|
|
10414
10414
|
}
|
|
10415
10415
|
},
|
|
10416
|
-
"description": "
|
|
10416
|
+
"description": "execute an action on a resource of type line_item_options",
|
|
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": "line_item_option",
|
|
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
|
+
"line_item_option",
|
|
10492
|
+
"index.js"
|
|
10493
10493
|
]
|
|
10494
10494
|
},
|
|
10495
|
-
"
|
|
10495
|
+
"line_item_option:remove_tags": {
|
|
10496
10496
|
"aliases": [],
|
|
10497
10497
|
"args": {
|
|
10498
10498
|
"id": {
|
|
@@ -10501,7 +10501,7 @@
|
|
|
10501
10501
|
"required": true
|
|
10502
10502
|
}
|
|
10503
10503
|
},
|
|
10504
|
-
"description": "
|
|
10504
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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": "line_item_option:remove_tags",
|
|
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
|
+
"line_item_option",
|
|
10580
|
+
"remove_tags.js"
|
|
10581
10581
|
]
|
|
10582
10582
|
},
|
|
10583
|
-
"line_item:
|
|
10583
|
+
"line_item:add_tags": {
|
|
10584
10584
|
"aliases": [],
|
|
10585
10585
|
"args": {
|
|
10586
10586
|
"id": {
|
|
@@ -10589,7 +10589,7 @@
|
|
|
10589
10589
|
"required": true
|
|
10590
10590
|
}
|
|
10591
10591
|
},
|
|
10592
|
-
"description": "Comma separated list of tags to be
|
|
10592
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
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": "line_item:
|
|
10657
|
+
"id": "line_item:add_tags",
|
|
10658
10658
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10659
10659
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10660
10660
|
"pluginType": "core",
|
|
@@ -10665,10 +10665,10 @@
|
|
|
10665
10665
|
"lib",
|
|
10666
10666
|
"commands",
|
|
10667
10667
|
"line_item",
|
|
10668
|
-
"
|
|
10668
|
+
"add_tags.js"
|
|
10669
10669
|
]
|
|
10670
10670
|
},
|
|
10671
|
-
"line_item:
|
|
10671
|
+
"line_item:external_price": {
|
|
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": "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'.",
|
|
10681
10681
|
"flags": {
|
|
10682
10682
|
"organization": {
|
|
10683
10683
|
"char": "o",
|
|
@@ -10742,7 +10742,7 @@
|
|
|
10742
10742
|
},
|
|
10743
10743
|
"hasDynamicHelp": false,
|
|
10744
10744
|
"hiddenAliases": [],
|
|
10745
|
-
"id": "line_item:
|
|
10745
|
+
"id": "line_item:external_price",
|
|
10746
10746
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10747
10747
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10748
10748
|
"pluginType": "core",
|
|
@@ -10753,10 +10753,10 @@
|
|
|
10753
10753
|
"lib",
|
|
10754
10754
|
"commands",
|
|
10755
10755
|
"line_item",
|
|
10756
|
-
"
|
|
10756
|
+
"external_price.js"
|
|
10757
10757
|
]
|
|
10758
10758
|
},
|
|
10759
|
-
"line_item
|
|
10759
|
+
"line_item": {
|
|
10760
10760
|
"aliases": [],
|
|
10761
10761
|
"args": {
|
|
10762
10762
|
"id": {
|
|
@@ -10765,7 +10765,7 @@
|
|
|
10765
10765
|
"required": true
|
|
10766
10766
|
}
|
|
10767
10767
|
},
|
|
10768
|
-
"description": "
|
|
10768
|
+
"description": "execute an action on a resource of type line_items",
|
|
10769
10769
|
"flags": {
|
|
10770
10770
|
"organization": {
|
|
10771
10771
|
"char": "o",
|
|
@@ -10830,7 +10830,7 @@
|
|
|
10830
10830
|
},
|
|
10831
10831
|
"hasDynamicHelp": false,
|
|
10832
10832
|
"hiddenAliases": [],
|
|
10833
|
-
"id": "line_item
|
|
10833
|
+
"id": "line_item",
|
|
10834
10834
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10835
10835
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10836
10836
|
"pluginType": "core",
|
|
@@ -10841,10 +10841,10 @@
|
|
|
10841
10841
|
"lib",
|
|
10842
10842
|
"commands",
|
|
10843
10843
|
"line_item",
|
|
10844
|
-
"
|
|
10844
|
+
"index.js"
|
|
10845
10845
|
]
|
|
10846
10846
|
},
|
|
10847
|
-
"line_item:
|
|
10847
|
+
"line_item:remove_tags": {
|
|
10848
10848
|
"aliases": [],
|
|
10849
10849
|
"args": {
|
|
10850
10850
|
"id": {
|
|
@@ -10853,7 +10853,7 @@
|
|
|
10853
10853
|
"required": true
|
|
10854
10854
|
}
|
|
10855
10855
|
},
|
|
10856
|
-
"description": "
|
|
10856
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
10857
10857
|
"flags": {
|
|
10858
10858
|
"organization": {
|
|
10859
10859
|
"char": "o",
|
|
@@ -10918,7 +10918,7 @@
|
|
|
10918
10918
|
},
|
|
10919
10919
|
"hasDynamicHelp": false,
|
|
10920
10920
|
"hiddenAliases": [],
|
|
10921
|
-
"id": "line_item:
|
|
10921
|
+
"id": "line_item:remove_tags",
|
|
10922
10922
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
10923
10923
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
10924
10924
|
"pluginType": "core",
|
|
@@ -10929,10 +10929,10 @@
|
|
|
10929
10929
|
"lib",
|
|
10930
10930
|
"commands",
|
|
10931
10931
|
"line_item",
|
|
10932
|
-
"
|
|
10932
|
+
"remove_tags.js"
|
|
10933
10933
|
]
|
|
10934
10934
|
},
|
|
10935
|
-
"
|
|
10935
|
+
"line_item:reserve_stock": {
|
|
10936
10936
|
"aliases": [],
|
|
10937
10937
|
"args": {
|
|
10938
10938
|
"id": {
|
|
@@ -10941,7 +10941,7 @@
|
|
|
10941
10941
|
"required": true
|
|
10942
10942
|
}
|
|
10943
10943
|
},
|
|
10944
|
-
"description": "
|
|
10944
|
+
"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.",
|
|
10945
10945
|
"flags": {
|
|
10946
10946
|
"organization": {
|
|
10947
10947
|
"char": "o",
|
|
@@ -11006,7 +11006,7 @@
|
|
|
11006
11006
|
},
|
|
11007
11007
|
"hasDynamicHelp": false,
|
|
11008
11008
|
"hiddenAliases": [],
|
|
11009
|
-
"id": "
|
|
11009
|
+
"id": "line_item:reserve_stock",
|
|
11010
11010
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11011
11011
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11012
11012
|
"pluginType": "core",
|
|
@@ -11016,11 +11016,11 @@
|
|
|
11016
11016
|
"relativePath": [
|
|
11017
11017
|
"lib",
|
|
11018
11018
|
"commands",
|
|
11019
|
-
"
|
|
11020
|
-
"
|
|
11019
|
+
"line_item",
|
|
11020
|
+
"reserve_stock.js"
|
|
11021
11021
|
]
|
|
11022
11022
|
},
|
|
11023
|
-
"
|
|
11023
|
+
"line_item:reset_circuit": {
|
|
11024
11024
|
"aliases": [],
|
|
11025
11025
|
"args": {
|
|
11026
11026
|
"id": {
|
|
@@ -11029,7 +11029,7 @@
|
|
|
11029
11029
|
"required": true
|
|
11030
11030
|
}
|
|
11031
11031
|
},
|
|
11032
|
-
"description": "
|
|
11032
|
+
"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.",
|
|
11033
11033
|
"flags": {
|
|
11034
11034
|
"organization": {
|
|
11035
11035
|
"char": "o",
|
|
@@ -11094,7 +11094,7 @@
|
|
|
11094
11094
|
},
|
|
11095
11095
|
"hasDynamicHelp": false,
|
|
11096
11096
|
"hiddenAliases": [],
|
|
11097
|
-
"id": "
|
|
11097
|
+
"id": "line_item:reset_circuit",
|
|
11098
11098
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11099
11099
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11100
11100
|
"pluginType": "core",
|
|
@@ -11104,11 +11104,11 @@
|
|
|
11104
11104
|
"relativePath": [
|
|
11105
11105
|
"lib",
|
|
11106
11106
|
"commands",
|
|
11107
|
-
"
|
|
11108
|
-
"
|
|
11107
|
+
"line_item",
|
|
11108
|
+
"reset_circuit.js"
|
|
11109
11109
|
]
|
|
11110
11110
|
},
|
|
11111
|
-
"
|
|
11111
|
+
"line_item:reset_restocked_quantity": {
|
|
11112
11112
|
"aliases": [],
|
|
11113
11113
|
"args": {
|
|
11114
11114
|
"id": {
|
|
@@ -11117,7 +11117,7 @@
|
|
|
11117
11117
|
"required": true
|
|
11118
11118
|
}
|
|
11119
11119
|
},
|
|
11120
|
-
"description": "
|
|
11120
|
+
"description": "Send this attribute if you want to reset the quantity restocked by a return or by an order/shipment cancel. This will allow for multiple returns, albeit you need to adjust the stock manually. Cannot be passed by sales channels.",
|
|
11121
11121
|
"flags": {
|
|
11122
11122
|
"organization": {
|
|
11123
11123
|
"char": "o",
|
|
@@ -11182,7 +11182,7 @@
|
|
|
11182
11182
|
},
|
|
11183
11183
|
"hasDynamicHelp": false,
|
|
11184
11184
|
"hiddenAliases": [],
|
|
11185
|
-
"id": "
|
|
11185
|
+
"id": "line_item:reset_restocked_quantity",
|
|
11186
11186
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
11187
11187
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
11188
11188
|
"pluginType": "core",
|
|
@@ -11192,8 +11192,8 @@
|
|
|
11192
11192
|
"relativePath": [
|
|
11193
11193
|
"lib",
|
|
11194
11194
|
"commands",
|
|
11195
|
-
"
|
|
11196
|
-
"
|
|
11195
|
+
"line_item",
|
|
11196
|
+
"reset_restocked_quantity.js"
|
|
11197
11197
|
]
|
|
11198
11198
|
},
|
|
11199
11199
|
"link:disable": {
|
|
@@ -12604,7 +12604,7 @@
|
|
|
12604
12604
|
"remove_tags.js"
|
|
12605
12605
|
]
|
|
12606
12606
|
},
|
|
12607
|
-
"
|
|
12607
|
+
"paypal_gateway:disable": {
|
|
12608
12608
|
"aliases": [],
|
|
12609
12609
|
"args": {
|
|
12610
12610
|
"id": {
|
|
@@ -12613,7 +12613,7 @@
|
|
|
12613
12613
|
"required": true
|
|
12614
12614
|
}
|
|
12615
12615
|
},
|
|
12616
|
-
"description": "
|
|
12616
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
12617
12617
|
"flags": {
|
|
12618
12618
|
"organization": {
|
|
12619
12619
|
"char": "o",
|
|
@@ -12678,7 +12678,7 @@
|
|
|
12678
12678
|
},
|
|
12679
12679
|
"hasDynamicHelp": false,
|
|
12680
12680
|
"hiddenAliases": [],
|
|
12681
|
-
"id": "
|
|
12681
|
+
"id": "paypal_gateway:disable",
|
|
12682
12682
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12683
12683
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12684
12684
|
"pluginType": "core",
|
|
@@ -12688,11 +12688,11 @@
|
|
|
12688
12688
|
"relativePath": [
|
|
12689
12689
|
"lib",
|
|
12690
12690
|
"commands",
|
|
12691
|
-
"
|
|
12692
|
-
"
|
|
12691
|
+
"paypal_gateway",
|
|
12692
|
+
"disable.js"
|
|
12693
12693
|
]
|
|
12694
12694
|
},
|
|
12695
|
-
"
|
|
12695
|
+
"paypal_gateway:enable": {
|
|
12696
12696
|
"aliases": [],
|
|
12697
12697
|
"args": {
|
|
12698
12698
|
"id": {
|
|
@@ -12701,7 +12701,7 @@
|
|
|
12701
12701
|
"required": true
|
|
12702
12702
|
}
|
|
12703
12703
|
},
|
|
12704
|
-
"description": "Send this attribute if you want to
|
|
12704
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
12705
12705
|
"flags": {
|
|
12706
12706
|
"organization": {
|
|
12707
12707
|
"char": "o",
|
|
@@ -12766,7 +12766,7 @@
|
|
|
12766
12766
|
},
|
|
12767
12767
|
"hasDynamicHelp": false,
|
|
12768
12768
|
"hiddenAliases": [],
|
|
12769
|
-
"id": "
|
|
12769
|
+
"id": "paypal_gateway:enable",
|
|
12770
12770
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12771
12771
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12772
12772
|
"pluginType": "core",
|
|
@@ -12776,11 +12776,11 @@
|
|
|
12776
12776
|
"relativePath": [
|
|
12777
12777
|
"lib",
|
|
12778
12778
|
"commands",
|
|
12779
|
-
"
|
|
12780
|
-
"
|
|
12779
|
+
"paypal_gateway",
|
|
12780
|
+
"enable.js"
|
|
12781
12781
|
]
|
|
12782
12782
|
},
|
|
12783
|
-
"
|
|
12783
|
+
"paypal_gateway": {
|
|
12784
12784
|
"aliases": [],
|
|
12785
12785
|
"args": {
|
|
12786
12786
|
"id": {
|
|
@@ -12789,7 +12789,7 @@
|
|
|
12789
12789
|
"required": true
|
|
12790
12790
|
}
|
|
12791
12791
|
},
|
|
12792
|
-
"description": "
|
|
12792
|
+
"description": "execute an action on a resource of type paypal_gateways",
|
|
12793
12793
|
"flags": {
|
|
12794
12794
|
"organization": {
|
|
12795
12795
|
"char": "o",
|
|
@@ -12854,7 +12854,7 @@
|
|
|
12854
12854
|
},
|
|
12855
12855
|
"hasDynamicHelp": false,
|
|
12856
12856
|
"hiddenAliases": [],
|
|
12857
|
-
"id": "
|
|
12857
|
+
"id": "paypal_gateway",
|
|
12858
12858
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12859
12859
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12860
12860
|
"pluginType": "core",
|
|
@@ -12864,11 +12864,11 @@
|
|
|
12864
12864
|
"relativePath": [
|
|
12865
12865
|
"lib",
|
|
12866
12866
|
"commands",
|
|
12867
|
-
"
|
|
12868
|
-
"
|
|
12867
|
+
"paypal_gateway",
|
|
12868
|
+
"index.js"
|
|
12869
12869
|
]
|
|
12870
12870
|
},
|
|
12871
|
-
"
|
|
12871
|
+
"payment_method:disable": {
|
|
12872
12872
|
"aliases": [],
|
|
12873
12873
|
"args": {
|
|
12874
12874
|
"id": {
|
|
@@ -12877,7 +12877,7 @@
|
|
|
12877
12877
|
"required": true
|
|
12878
12878
|
}
|
|
12879
12879
|
},
|
|
12880
|
-
"description": "Send this attribute if you want to
|
|
12880
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
12881
12881
|
"flags": {
|
|
12882
12882
|
"organization": {
|
|
12883
12883
|
"char": "o",
|
|
@@ -12942,7 +12942,7 @@
|
|
|
12942
12942
|
},
|
|
12943
12943
|
"hasDynamicHelp": false,
|
|
12944
12944
|
"hiddenAliases": [],
|
|
12945
|
-
"id": "
|
|
12945
|
+
"id": "payment_method:disable",
|
|
12946
12946
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
12947
12947
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
12948
12948
|
"pluginType": "core",
|
|
@@ -12952,11 +12952,11 @@
|
|
|
12952
12952
|
"relativePath": [
|
|
12953
12953
|
"lib",
|
|
12954
12954
|
"commands",
|
|
12955
|
-
"
|
|
12956
|
-
"
|
|
12955
|
+
"payment_method",
|
|
12956
|
+
"disable.js"
|
|
12957
12957
|
]
|
|
12958
12958
|
},
|
|
12959
|
-
"
|
|
12959
|
+
"payment_method:enable": {
|
|
12960
12960
|
"aliases": [],
|
|
12961
12961
|
"args": {
|
|
12962
12962
|
"id": {
|
|
@@ -12965,7 +12965,7 @@
|
|
|
12965
12965
|
"required": true
|
|
12966
12966
|
}
|
|
12967
12967
|
},
|
|
12968
|
-
"description": "Send this attribute
|
|
12968
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
12969
12969
|
"flags": {
|
|
12970
12970
|
"organization": {
|
|
12971
12971
|
"char": "o",
|
|
@@ -13030,7 +13030,7 @@
|
|
|
13030
13030
|
},
|
|
13031
13031
|
"hasDynamicHelp": false,
|
|
13032
13032
|
"hiddenAliases": [],
|
|
13033
|
-
"id": "
|
|
13033
|
+
"id": "payment_method:enable",
|
|
13034
13034
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13035
13035
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13036
13036
|
"pluginType": "core",
|
|
@@ -13040,11 +13040,11 @@
|
|
|
13040
13040
|
"relativePath": [
|
|
13041
13041
|
"lib",
|
|
13042
13042
|
"commands",
|
|
13043
|
-
"
|
|
13044
|
-
"
|
|
13043
|
+
"payment_method",
|
|
13044
|
+
"enable.js"
|
|
13045
13045
|
]
|
|
13046
13046
|
},
|
|
13047
|
-
"
|
|
13047
|
+
"payment_method": {
|
|
13048
13048
|
"aliases": [],
|
|
13049
13049
|
"args": {
|
|
13050
13050
|
"id": {
|
|
@@ -13053,7 +13053,7 @@
|
|
|
13053
13053
|
"required": true
|
|
13054
13054
|
}
|
|
13055
13055
|
},
|
|
13056
|
-
"description": "
|
|
13056
|
+
"description": "execute an action on a resource of type payment_methods",
|
|
13057
13057
|
"flags": {
|
|
13058
13058
|
"organization": {
|
|
13059
13059
|
"char": "o",
|
|
@@ -13118,7 +13118,7 @@
|
|
|
13118
13118
|
},
|
|
13119
13119
|
"hasDynamicHelp": false,
|
|
13120
13120
|
"hiddenAliases": [],
|
|
13121
|
-
"id": "
|
|
13121
|
+
"id": "payment_method",
|
|
13122
13122
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13123
13123
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13124
13124
|
"pluginType": "core",
|
|
@@ -13128,11 +13128,11 @@
|
|
|
13128
13128
|
"relativePath": [
|
|
13129
13129
|
"lib",
|
|
13130
13130
|
"commands",
|
|
13131
|
-
"
|
|
13132
|
-
"
|
|
13131
|
+
"payment_method",
|
|
13132
|
+
"index.js"
|
|
13133
13133
|
]
|
|
13134
13134
|
},
|
|
13135
|
-
"
|
|
13135
|
+
"percentage_discount_promotion:add_tags": {
|
|
13136
13136
|
"aliases": [],
|
|
13137
13137
|
"args": {
|
|
13138
13138
|
"id": {
|
|
@@ -13141,7 +13141,7 @@
|
|
|
13141
13141
|
"required": true
|
|
13142
13142
|
}
|
|
13143
13143
|
},
|
|
13144
|
-
"description": "
|
|
13144
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
13145
13145
|
"flags": {
|
|
13146
13146
|
"organization": {
|
|
13147
13147
|
"char": "o",
|
|
@@ -13202,20 +13202,11 @@
|
|
|
13202
13202
|
"name": "unformatted",
|
|
13203
13203
|
"allowNo": false,
|
|
13204
13204
|
"type": "boolean"
|
|
13205
|
-
},
|
|
13206
|
-
"value": {
|
|
13207
|
-
"char": "v",
|
|
13208
|
-
"description": "the trigger attribute value",
|
|
13209
|
-
"name": "value",
|
|
13210
|
-
"required": true,
|
|
13211
|
-
"hasDynamicHelp": false,
|
|
13212
|
-
"multiple": false,
|
|
13213
|
-
"type": "option"
|
|
13214
13205
|
}
|
|
13215
13206
|
},
|
|
13216
13207
|
"hasDynamicHelp": false,
|
|
13217
13208
|
"hiddenAliases": [],
|
|
13218
|
-
"id": "
|
|
13209
|
+
"id": "percentage_discount_promotion:add_tags",
|
|
13219
13210
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13220
13211
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13221
13212
|
"pluginType": "core",
|
|
@@ -13225,11 +13216,11 @@
|
|
|
13225
13216
|
"relativePath": [
|
|
13226
13217
|
"lib",
|
|
13227
13218
|
"commands",
|
|
13228
|
-
"
|
|
13229
|
-
"
|
|
13219
|
+
"percentage_discount_promotion",
|
|
13220
|
+
"add_tags.js"
|
|
13230
13221
|
]
|
|
13231
13222
|
},
|
|
13232
|
-
"
|
|
13223
|
+
"percentage_discount_promotion:disable": {
|
|
13233
13224
|
"aliases": [],
|
|
13234
13225
|
"args": {
|
|
13235
13226
|
"id": {
|
|
@@ -13238,7 +13229,7 @@
|
|
|
13238
13229
|
"required": true
|
|
13239
13230
|
}
|
|
13240
13231
|
},
|
|
13241
|
-
"description": "Send this attribute if you want
|
|
13232
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
13242
13233
|
"flags": {
|
|
13243
13234
|
"organization": {
|
|
13244
13235
|
"char": "o",
|
|
@@ -13303,7 +13294,7 @@
|
|
|
13303
13294
|
},
|
|
13304
13295
|
"hasDynamicHelp": false,
|
|
13305
13296
|
"hiddenAliases": [],
|
|
13306
|
-
"id": "
|
|
13297
|
+
"id": "percentage_discount_promotion:disable",
|
|
13307
13298
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13308
13299
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13309
13300
|
"pluginType": "core",
|
|
@@ -13313,11 +13304,11 @@
|
|
|
13313
13304
|
"relativePath": [
|
|
13314
13305
|
"lib",
|
|
13315
13306
|
"commands",
|
|
13316
|
-
"
|
|
13317
|
-
"
|
|
13307
|
+
"percentage_discount_promotion",
|
|
13308
|
+
"disable.js"
|
|
13318
13309
|
]
|
|
13319
13310
|
},
|
|
13320
|
-
"
|
|
13311
|
+
"percentage_discount_promotion:enable": {
|
|
13321
13312
|
"aliases": [],
|
|
13322
13313
|
"args": {
|
|
13323
13314
|
"id": {
|
|
@@ -13326,7 +13317,7 @@
|
|
|
13326
13317
|
"required": true
|
|
13327
13318
|
}
|
|
13328
13319
|
},
|
|
13329
|
-
"description": "Send this attribute if you want to
|
|
13320
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
13330
13321
|
"flags": {
|
|
13331
13322
|
"organization": {
|
|
13332
13323
|
"char": "o",
|
|
@@ -13391,7 +13382,7 @@
|
|
|
13391
13382
|
},
|
|
13392
13383
|
"hasDynamicHelp": false,
|
|
13393
13384
|
"hiddenAliases": [],
|
|
13394
|
-
"id": "
|
|
13385
|
+
"id": "percentage_discount_promotion:enable",
|
|
13395
13386
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13396
13387
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13397
13388
|
"pluginType": "core",
|
|
@@ -13401,11 +13392,11 @@
|
|
|
13401
13392
|
"relativePath": [
|
|
13402
13393
|
"lib",
|
|
13403
13394
|
"commands",
|
|
13404
|
-
"
|
|
13405
|
-
"
|
|
13395
|
+
"percentage_discount_promotion",
|
|
13396
|
+
"enable.js"
|
|
13406
13397
|
]
|
|
13407
13398
|
},
|
|
13408
|
-
"
|
|
13399
|
+
"percentage_discount_promotion": {
|
|
13409
13400
|
"aliases": [],
|
|
13410
13401
|
"args": {
|
|
13411
13402
|
"id": {
|
|
@@ -13414,7 +13405,7 @@
|
|
|
13414
13405
|
"required": true
|
|
13415
13406
|
}
|
|
13416
13407
|
},
|
|
13417
|
-
"description": "
|
|
13408
|
+
"description": "execute an action on a resource of type percentage_discount_promotions",
|
|
13418
13409
|
"flags": {
|
|
13419
13410
|
"organization": {
|
|
13420
13411
|
"char": "o",
|
|
@@ -13479,7 +13470,7 @@
|
|
|
13479
13470
|
},
|
|
13480
13471
|
"hasDynamicHelp": false,
|
|
13481
13472
|
"hiddenAliases": [],
|
|
13482
|
-
"id": "
|
|
13473
|
+
"id": "percentage_discount_promotion",
|
|
13483
13474
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13484
13475
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13485
13476
|
"pluginType": "core",
|
|
@@ -13489,11 +13480,11 @@
|
|
|
13489
13480
|
"relativePath": [
|
|
13490
13481
|
"lib",
|
|
13491
13482
|
"commands",
|
|
13492
|
-
"
|
|
13493
|
-
"
|
|
13483
|
+
"percentage_discount_promotion",
|
|
13484
|
+
"index.js"
|
|
13494
13485
|
]
|
|
13495
13486
|
},
|
|
13496
|
-
"
|
|
13487
|
+
"percentage_discount_promotion:remove_tags": {
|
|
13497
13488
|
"aliases": [],
|
|
13498
13489
|
"args": {
|
|
13499
13490
|
"id": {
|
|
@@ -13502,7 +13493,7 @@
|
|
|
13502
13493
|
"required": true
|
|
13503
13494
|
}
|
|
13504
13495
|
},
|
|
13505
|
-
"description": "
|
|
13496
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
13506
13497
|
"flags": {
|
|
13507
13498
|
"organization": {
|
|
13508
13499
|
"char": "o",
|
|
@@ -13567,7 +13558,7 @@
|
|
|
13567
13558
|
},
|
|
13568
13559
|
"hasDynamicHelp": false,
|
|
13569
13560
|
"hiddenAliases": [],
|
|
13570
|
-
"id": "
|
|
13561
|
+
"id": "percentage_discount_promotion:remove_tags",
|
|
13571
13562
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13572
13563
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13573
13564
|
"pluginType": "core",
|
|
@@ -13577,11 +13568,11 @@
|
|
|
13577
13568
|
"relativePath": [
|
|
13578
13569
|
"lib",
|
|
13579
13570
|
"commands",
|
|
13580
|
-
"
|
|
13581
|
-
"
|
|
13571
|
+
"percentage_discount_promotion",
|
|
13572
|
+
"remove_tags.js"
|
|
13582
13573
|
]
|
|
13583
13574
|
},
|
|
13584
|
-
"
|
|
13575
|
+
"price_list_scheduler:disable": {
|
|
13585
13576
|
"aliases": [],
|
|
13586
13577
|
"args": {
|
|
13587
13578
|
"id": {
|
|
@@ -13590,7 +13581,7 @@
|
|
|
13590
13581
|
"required": true
|
|
13591
13582
|
}
|
|
13592
13583
|
},
|
|
13593
|
-
"description": "Send this attribute
|
|
13584
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
13594
13585
|
"flags": {
|
|
13595
13586
|
"organization": {
|
|
13596
13587
|
"char": "o",
|
|
@@ -13655,7 +13646,7 @@
|
|
|
13655
13646
|
},
|
|
13656
13647
|
"hasDynamicHelp": false,
|
|
13657
13648
|
"hiddenAliases": [],
|
|
13658
|
-
"id": "
|
|
13649
|
+
"id": "price_list_scheduler:disable",
|
|
13659
13650
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13660
13651
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13661
13652
|
"pluginType": "core",
|
|
@@ -13665,11 +13656,11 @@
|
|
|
13665
13656
|
"relativePath": [
|
|
13666
13657
|
"lib",
|
|
13667
13658
|
"commands",
|
|
13668
|
-
"
|
|
13669
|
-
"
|
|
13659
|
+
"price_list_scheduler",
|
|
13660
|
+
"disable.js"
|
|
13670
13661
|
]
|
|
13671
13662
|
},
|
|
13672
|
-
"
|
|
13663
|
+
"price_list_scheduler:enable": {
|
|
13673
13664
|
"aliases": [],
|
|
13674
13665
|
"args": {
|
|
13675
13666
|
"id": {
|
|
@@ -13678,7 +13669,7 @@
|
|
|
13678
13669
|
"required": true
|
|
13679
13670
|
}
|
|
13680
13671
|
},
|
|
13681
|
-
"description": "
|
|
13672
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
13682
13673
|
"flags": {
|
|
13683
13674
|
"organization": {
|
|
13684
13675
|
"char": "o",
|
|
@@ -13739,20 +13730,99 @@
|
|
|
13739
13730
|
"name": "unformatted",
|
|
13740
13731
|
"allowNo": false,
|
|
13741
13732
|
"type": "boolean"
|
|
13733
|
+
}
|
|
13734
|
+
},
|
|
13735
|
+
"hasDynamicHelp": false,
|
|
13736
|
+
"hiddenAliases": [],
|
|
13737
|
+
"id": "price_list_scheduler:enable",
|
|
13738
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13739
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13740
|
+
"pluginType": "core",
|
|
13741
|
+
"strict": true,
|
|
13742
|
+
"enableJsonFlag": false,
|
|
13743
|
+
"isESM": false,
|
|
13744
|
+
"relativePath": [
|
|
13745
|
+
"lib",
|
|
13746
|
+
"commands",
|
|
13747
|
+
"price_list_scheduler",
|
|
13748
|
+
"enable.js"
|
|
13749
|
+
]
|
|
13750
|
+
},
|
|
13751
|
+
"price_list_scheduler": {
|
|
13752
|
+
"aliases": [],
|
|
13753
|
+
"args": {
|
|
13754
|
+
"id": {
|
|
13755
|
+
"description": "the unique id of the resource",
|
|
13756
|
+
"name": "id",
|
|
13757
|
+
"required": true
|
|
13758
|
+
}
|
|
13759
|
+
},
|
|
13760
|
+
"description": "execute an action on a resource of type price_list_schedulers",
|
|
13761
|
+
"flags": {
|
|
13762
|
+
"organization": {
|
|
13763
|
+
"char": "o",
|
|
13764
|
+
"description": "the slug of your organization",
|
|
13765
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
13766
|
+
"hidden": true,
|
|
13767
|
+
"name": "organization",
|
|
13768
|
+
"required": true,
|
|
13769
|
+
"hasDynamicHelp": false,
|
|
13770
|
+
"multiple": false,
|
|
13771
|
+
"type": "option"
|
|
13742
13772
|
},
|
|
13743
|
-
"
|
|
13744
|
-
"char": "
|
|
13745
|
-
"
|
|
13746
|
-
|
|
13773
|
+
"domain": {
|
|
13774
|
+
"char": "d",
|
|
13775
|
+
"dependsOn": [
|
|
13776
|
+
"organization"
|
|
13777
|
+
],
|
|
13778
|
+
"env": "CL_CLI_DOMAIN",
|
|
13779
|
+
"hidden": true,
|
|
13780
|
+
"name": "domain",
|
|
13781
|
+
"required": false,
|
|
13782
|
+
"hasDynamicHelp": false,
|
|
13783
|
+
"multiple": false,
|
|
13784
|
+
"type": "option"
|
|
13785
|
+
},
|
|
13786
|
+
"accessToken": {
|
|
13787
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
13788
|
+
"hidden": true,
|
|
13789
|
+
"name": "accessToken",
|
|
13747
13790
|
"required": true,
|
|
13748
13791
|
"hasDynamicHelp": false,
|
|
13749
13792
|
"multiple": false,
|
|
13750
13793
|
"type": "option"
|
|
13794
|
+
},
|
|
13795
|
+
"print": {
|
|
13796
|
+
"char": "p",
|
|
13797
|
+
"description": "print out the modified resource",
|
|
13798
|
+
"name": "print",
|
|
13799
|
+
"allowNo": false,
|
|
13800
|
+
"type": "boolean"
|
|
13801
|
+
},
|
|
13802
|
+
"json": {
|
|
13803
|
+
"char": "j",
|
|
13804
|
+
"dependsOn": [
|
|
13805
|
+
"print"
|
|
13806
|
+
],
|
|
13807
|
+
"description": "print result in JSON format",
|
|
13808
|
+
"name": "json",
|
|
13809
|
+
"allowNo": false,
|
|
13810
|
+
"type": "boolean"
|
|
13811
|
+
},
|
|
13812
|
+
"unformatted": {
|
|
13813
|
+
"char": "u",
|
|
13814
|
+
"dependsOn": [
|
|
13815
|
+
"json"
|
|
13816
|
+
],
|
|
13817
|
+
"description": "print JSON output without indentation",
|
|
13818
|
+
"name": "unformatted",
|
|
13819
|
+
"allowNo": false,
|
|
13820
|
+
"type": "boolean"
|
|
13751
13821
|
}
|
|
13752
13822
|
},
|
|
13753
13823
|
"hasDynamicHelp": false,
|
|
13754
13824
|
"hiddenAliases": [],
|
|
13755
|
-
"id": "
|
|
13825
|
+
"id": "price_list_scheduler",
|
|
13756
13826
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13757
13827
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13758
13828
|
"pluginType": "core",
|
|
@@ -13762,11 +13832,11 @@
|
|
|
13762
13832
|
"relativePath": [
|
|
13763
13833
|
"lib",
|
|
13764
13834
|
"commands",
|
|
13765
|
-
"
|
|
13766
|
-
"
|
|
13835
|
+
"price_list_scheduler",
|
|
13836
|
+
"index.js"
|
|
13767
13837
|
]
|
|
13768
13838
|
},
|
|
13769
|
-
"
|
|
13839
|
+
"refund:forward": {
|
|
13770
13840
|
"aliases": [],
|
|
13771
13841
|
"args": {
|
|
13772
13842
|
"id": {
|
|
@@ -13775,7 +13845,7 @@
|
|
|
13775
13845
|
"required": true
|
|
13776
13846
|
}
|
|
13777
13847
|
},
|
|
13778
|
-
"description": "Send this attribute if you want to
|
|
13848
|
+
"description": "Send this attribute if you want to forward a stuck transaction to succeeded and update associated order states accordingly.",
|
|
13779
13849
|
"flags": {
|
|
13780
13850
|
"organization": {
|
|
13781
13851
|
"char": "o",
|
|
@@ -13840,7 +13910,7 @@
|
|
|
13840
13910
|
},
|
|
13841
13911
|
"hasDynamicHelp": false,
|
|
13842
13912
|
"hiddenAliases": [],
|
|
13843
|
-
"id": "
|
|
13913
|
+
"id": "refund:forward",
|
|
13844
13914
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13845
13915
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13846
13916
|
"pluginType": "core",
|
|
@@ -13850,11 +13920,11 @@
|
|
|
13850
13920
|
"relativePath": [
|
|
13851
13921
|
"lib",
|
|
13852
13922
|
"commands",
|
|
13853
|
-
"
|
|
13854
|
-
"
|
|
13923
|
+
"refund",
|
|
13924
|
+
"forward.js"
|
|
13855
13925
|
]
|
|
13856
13926
|
},
|
|
13857
|
-
"
|
|
13927
|
+
"refund": {
|
|
13858
13928
|
"aliases": [],
|
|
13859
13929
|
"args": {
|
|
13860
13930
|
"id": {
|
|
@@ -13863,7 +13933,7 @@
|
|
|
13863
13933
|
"required": true
|
|
13864
13934
|
}
|
|
13865
13935
|
},
|
|
13866
|
-
"description": "
|
|
13936
|
+
"description": "execute an action on a resource of type refunds",
|
|
13867
13937
|
"flags": {
|
|
13868
13938
|
"organization": {
|
|
13869
13939
|
"char": "o",
|
|
@@ -13928,7 +13998,7 @@
|
|
|
13928
13998
|
},
|
|
13929
13999
|
"hasDynamicHelp": false,
|
|
13930
14000
|
"hiddenAliases": [],
|
|
13931
|
-
"id": "
|
|
14001
|
+
"id": "refund",
|
|
13932
14002
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
13933
14003
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
13934
14004
|
"pluginType": "core",
|
|
@@ -13938,11 +14008,11 @@
|
|
|
13938
14008
|
"relativePath": [
|
|
13939
14009
|
"lib",
|
|
13940
14010
|
"commands",
|
|
13941
|
-
"
|
|
13942
|
-
"
|
|
14011
|
+
"refund",
|
|
14012
|
+
"index.js"
|
|
13943
14013
|
]
|
|
13944
14014
|
},
|
|
13945
|
-
"
|
|
14015
|
+
"return:add_tags": {
|
|
13946
14016
|
"aliases": [],
|
|
13947
14017
|
"args": {
|
|
13948
14018
|
"id": {
|
|
@@ -13951,7 +14021,7 @@
|
|
|
13951
14021
|
"required": true
|
|
13952
14022
|
}
|
|
13953
14023
|
},
|
|
13954
|
-
"description": "
|
|
14024
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
13955
14025
|
"flags": {
|
|
13956
14026
|
"organization": {
|
|
13957
14027
|
"char": "o",
|
|
@@ -14016,7 +14086,7 @@
|
|
|
14016
14086
|
},
|
|
14017
14087
|
"hasDynamicHelp": false,
|
|
14018
14088
|
"hiddenAliases": [],
|
|
14019
|
-
"id": "
|
|
14089
|
+
"id": "return:add_tags",
|
|
14020
14090
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14021
14091
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14022
14092
|
"pluginType": "core",
|
|
@@ -14026,11 +14096,11 @@
|
|
|
14026
14096
|
"relativePath": [
|
|
14027
14097
|
"lib",
|
|
14028
14098
|
"commands",
|
|
14029
|
-
"
|
|
14030
|
-
"
|
|
14099
|
+
"return",
|
|
14100
|
+
"add_tags.js"
|
|
14031
14101
|
]
|
|
14032
14102
|
},
|
|
14033
|
-
"
|
|
14103
|
+
"return:approve": {
|
|
14034
14104
|
"aliases": [],
|
|
14035
14105
|
"args": {
|
|
14036
14106
|
"id": {
|
|
@@ -14039,7 +14109,7 @@
|
|
|
14039
14109
|
"required": true
|
|
14040
14110
|
}
|
|
14041
14111
|
},
|
|
14042
|
-
"description": "Send this attribute if you want to
|
|
14112
|
+
"description": "Send this attribute if you want to mark this return as approved.",
|
|
14043
14113
|
"flags": {
|
|
14044
14114
|
"organization": {
|
|
14045
14115
|
"char": "o",
|
|
@@ -14104,7 +14174,7 @@
|
|
|
14104
14174
|
},
|
|
14105
14175
|
"hasDynamicHelp": false,
|
|
14106
14176
|
"hiddenAliases": [],
|
|
14107
|
-
"id": "
|
|
14177
|
+
"id": "return:approve",
|
|
14108
14178
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14109
14179
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14110
14180
|
"pluginType": "core",
|
|
@@ -14114,11 +14184,11 @@
|
|
|
14114
14184
|
"relativePath": [
|
|
14115
14185
|
"lib",
|
|
14116
14186
|
"commands",
|
|
14117
|
-
"
|
|
14118
|
-
"
|
|
14187
|
+
"return",
|
|
14188
|
+
"approve.js"
|
|
14119
14189
|
]
|
|
14120
14190
|
},
|
|
14121
|
-
"
|
|
14191
|
+
"return:archive": {
|
|
14122
14192
|
"aliases": [],
|
|
14123
14193
|
"args": {
|
|
14124
14194
|
"id": {
|
|
@@ -14127,7 +14197,7 @@
|
|
|
14127
14197
|
"required": true
|
|
14128
14198
|
}
|
|
14129
14199
|
},
|
|
14130
|
-
"description": "Send this attribute if you want to
|
|
14200
|
+
"description": "Send this attribute if you want to archive the return.",
|
|
14131
14201
|
"flags": {
|
|
14132
14202
|
"organization": {
|
|
14133
14203
|
"char": "o",
|
|
@@ -14192,7 +14262,7 @@
|
|
|
14192
14262
|
},
|
|
14193
14263
|
"hasDynamicHelp": false,
|
|
14194
14264
|
"hiddenAliases": [],
|
|
14195
|
-
"id": "
|
|
14265
|
+
"id": "return:archive",
|
|
14196
14266
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14197
14267
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14198
14268
|
"pluginType": "core",
|
|
@@ -14202,11 +14272,11 @@
|
|
|
14202
14272
|
"relativePath": [
|
|
14203
14273
|
"lib",
|
|
14204
14274
|
"commands",
|
|
14205
|
-
"
|
|
14206
|
-
"
|
|
14275
|
+
"return",
|
|
14276
|
+
"archive.js"
|
|
14207
14277
|
]
|
|
14208
14278
|
},
|
|
14209
|
-
"
|
|
14279
|
+
"return:cancel": {
|
|
14210
14280
|
"aliases": [],
|
|
14211
14281
|
"args": {
|
|
14212
14282
|
"id": {
|
|
@@ -14215,7 +14285,7 @@
|
|
|
14215
14285
|
"required": true
|
|
14216
14286
|
}
|
|
14217
14287
|
},
|
|
14218
|
-
"description": "Send this attribute if you want to
|
|
14288
|
+
"description": "Send this attribute if you want to mark this return as cancelled.",
|
|
14219
14289
|
"flags": {
|
|
14220
14290
|
"organization": {
|
|
14221
14291
|
"char": "o",
|
|
@@ -14280,7 +14350,7 @@
|
|
|
14280
14350
|
},
|
|
14281
14351
|
"hasDynamicHelp": false,
|
|
14282
14352
|
"hiddenAliases": [],
|
|
14283
|
-
"id": "
|
|
14353
|
+
"id": "return:cancel",
|
|
14284
14354
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14285
14355
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14286
14356
|
"pluginType": "core",
|
|
@@ -14290,11 +14360,11 @@
|
|
|
14290
14360
|
"relativePath": [
|
|
14291
14361
|
"lib",
|
|
14292
14362
|
"commands",
|
|
14293
|
-
"
|
|
14294
|
-
"
|
|
14363
|
+
"return",
|
|
14364
|
+
"cancel.js"
|
|
14295
14365
|
]
|
|
14296
14366
|
},
|
|
14297
|
-
"
|
|
14367
|
+
"return": {
|
|
14298
14368
|
"aliases": [],
|
|
14299
14369
|
"args": {
|
|
14300
14370
|
"id": {
|
|
@@ -14303,7 +14373,7 @@
|
|
|
14303
14373
|
"required": true
|
|
14304
14374
|
}
|
|
14305
14375
|
},
|
|
14306
|
-
"description": "
|
|
14376
|
+
"description": "execute an action on a resource of type returns",
|
|
14307
14377
|
"flags": {
|
|
14308
14378
|
"organization": {
|
|
14309
14379
|
"char": "o",
|
|
@@ -14368,7 +14438,7 @@
|
|
|
14368
14438
|
},
|
|
14369
14439
|
"hasDynamicHelp": false,
|
|
14370
14440
|
"hiddenAliases": [],
|
|
14371
|
-
"id": "
|
|
14441
|
+
"id": "return",
|
|
14372
14442
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14373
14443
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14374
14444
|
"pluginType": "core",
|
|
@@ -14378,11 +14448,11 @@
|
|
|
14378
14448
|
"relativePath": [
|
|
14379
14449
|
"lib",
|
|
14380
14450
|
"commands",
|
|
14381
|
-
"
|
|
14382
|
-
"
|
|
14451
|
+
"return",
|
|
14452
|
+
"index.js"
|
|
14383
14453
|
]
|
|
14384
14454
|
},
|
|
14385
|
-
"
|
|
14455
|
+
"return:receive": {
|
|
14386
14456
|
"aliases": [],
|
|
14387
14457
|
"args": {
|
|
14388
14458
|
"id": {
|
|
@@ -14391,7 +14461,7 @@
|
|
|
14391
14461
|
"required": true
|
|
14392
14462
|
}
|
|
14393
14463
|
},
|
|
14394
|
-
"description": "Send this attribute if you want to
|
|
14464
|
+
"description": "Send this attribute if you want to mark this return as received.",
|
|
14395
14465
|
"flags": {
|
|
14396
14466
|
"organization": {
|
|
14397
14467
|
"char": "o",
|
|
@@ -14456,7 +14526,7 @@
|
|
|
14456
14526
|
},
|
|
14457
14527
|
"hasDynamicHelp": false,
|
|
14458
14528
|
"hiddenAliases": [],
|
|
14459
|
-
"id": "
|
|
14529
|
+
"id": "return:receive",
|
|
14460
14530
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14461
14531
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14462
14532
|
"pluginType": "core",
|
|
@@ -14466,11 +14536,99 @@
|
|
|
14466
14536
|
"relativePath": [
|
|
14467
14537
|
"lib",
|
|
14468
14538
|
"commands",
|
|
14469
|
-
"
|
|
14539
|
+
"return",
|
|
14540
|
+
"receive.js"
|
|
14541
|
+
]
|
|
14542
|
+
},
|
|
14543
|
+
"return:refund": {
|
|
14544
|
+
"aliases": [],
|
|
14545
|
+
"args": {
|
|
14546
|
+
"id": {
|
|
14547
|
+
"description": "the unique id of the resource",
|
|
14548
|
+
"name": "id",
|
|
14549
|
+
"required": true
|
|
14550
|
+
}
|
|
14551
|
+
},
|
|
14552
|
+
"description": "Send this attribute if you want to create a refund for this return.",
|
|
14553
|
+
"flags": {
|
|
14554
|
+
"organization": {
|
|
14555
|
+
"char": "o",
|
|
14556
|
+
"description": "the slug of your organization",
|
|
14557
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
14558
|
+
"hidden": true,
|
|
14559
|
+
"name": "organization",
|
|
14560
|
+
"required": true,
|
|
14561
|
+
"hasDynamicHelp": false,
|
|
14562
|
+
"multiple": false,
|
|
14563
|
+
"type": "option"
|
|
14564
|
+
},
|
|
14565
|
+
"domain": {
|
|
14566
|
+
"char": "d",
|
|
14567
|
+
"dependsOn": [
|
|
14568
|
+
"organization"
|
|
14569
|
+
],
|
|
14570
|
+
"env": "CL_CLI_DOMAIN",
|
|
14571
|
+
"hidden": true,
|
|
14572
|
+
"name": "domain",
|
|
14573
|
+
"required": false,
|
|
14574
|
+
"hasDynamicHelp": false,
|
|
14575
|
+
"multiple": false,
|
|
14576
|
+
"type": "option"
|
|
14577
|
+
},
|
|
14578
|
+
"accessToken": {
|
|
14579
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
14580
|
+
"hidden": true,
|
|
14581
|
+
"name": "accessToken",
|
|
14582
|
+
"required": true,
|
|
14583
|
+
"hasDynamicHelp": false,
|
|
14584
|
+
"multiple": false,
|
|
14585
|
+
"type": "option"
|
|
14586
|
+
},
|
|
14587
|
+
"print": {
|
|
14588
|
+
"char": "p",
|
|
14589
|
+
"description": "print out the modified resource",
|
|
14590
|
+
"name": "print",
|
|
14591
|
+
"allowNo": false,
|
|
14592
|
+
"type": "boolean"
|
|
14593
|
+
},
|
|
14594
|
+
"json": {
|
|
14595
|
+
"char": "j",
|
|
14596
|
+
"dependsOn": [
|
|
14597
|
+
"print"
|
|
14598
|
+
],
|
|
14599
|
+
"description": "print result in JSON format",
|
|
14600
|
+
"name": "json",
|
|
14601
|
+
"allowNo": false,
|
|
14602
|
+
"type": "boolean"
|
|
14603
|
+
},
|
|
14604
|
+
"unformatted": {
|
|
14605
|
+
"char": "u",
|
|
14606
|
+
"dependsOn": [
|
|
14607
|
+
"json"
|
|
14608
|
+
],
|
|
14609
|
+
"description": "print JSON output without indentation",
|
|
14610
|
+
"name": "unformatted",
|
|
14611
|
+
"allowNo": false,
|
|
14612
|
+
"type": "boolean"
|
|
14613
|
+
}
|
|
14614
|
+
},
|
|
14615
|
+
"hasDynamicHelp": false,
|
|
14616
|
+
"hiddenAliases": [],
|
|
14617
|
+
"id": "return:refund",
|
|
14618
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14619
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14620
|
+
"pluginType": "core",
|
|
14621
|
+
"strict": true,
|
|
14622
|
+
"enableJsonFlag": false,
|
|
14623
|
+
"isESM": false,
|
|
14624
|
+
"relativePath": [
|
|
14625
|
+
"lib",
|
|
14626
|
+
"commands",
|
|
14627
|
+
"return",
|
|
14470
14628
|
"refund.js"
|
|
14471
14629
|
]
|
|
14472
14630
|
},
|
|
14473
|
-
"
|
|
14631
|
+
"return:refund_amount_cents": {
|
|
14474
14632
|
"aliases": [],
|
|
14475
14633
|
"args": {
|
|
14476
14634
|
"id": {
|
|
@@ -14479,7 +14637,7 @@
|
|
|
14479
14637
|
"required": true
|
|
14480
14638
|
}
|
|
14481
14639
|
},
|
|
14482
|
-
"description": "Send this attribute
|
|
14640
|
+
"description": "Send this attribute as a value in cents to specify the amount to be refunded.",
|
|
14483
14641
|
"flags": {
|
|
14484
14642
|
"organization": {
|
|
14485
14643
|
"char": "o",
|
|
@@ -14544,7 +14702,7 @@
|
|
|
14544
14702
|
},
|
|
14545
14703
|
"hasDynamicHelp": false,
|
|
14546
14704
|
"hiddenAliases": [],
|
|
14547
|
-
"id": "
|
|
14705
|
+
"id": "return:refund_amount_cents",
|
|
14548
14706
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14549
14707
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14550
14708
|
"pluginType": "core",
|
|
@@ -14554,11 +14712,11 @@
|
|
|
14554
14712
|
"relativePath": [
|
|
14555
14713
|
"lib",
|
|
14556
14714
|
"commands",
|
|
14557
|
-
"
|
|
14558
|
-
"
|
|
14715
|
+
"return",
|
|
14716
|
+
"refund_amount_cents.js"
|
|
14559
14717
|
]
|
|
14560
14718
|
},
|
|
14561
|
-
"
|
|
14719
|
+
"return:reject": {
|
|
14562
14720
|
"aliases": [],
|
|
14563
14721
|
"args": {
|
|
14564
14722
|
"id": {
|
|
@@ -14567,7 +14725,7 @@
|
|
|
14567
14725
|
"required": true
|
|
14568
14726
|
}
|
|
14569
14727
|
},
|
|
14570
|
-
"description": "
|
|
14728
|
+
"description": "Send this attribute if you want to mark this return as rejected.",
|
|
14571
14729
|
"flags": {
|
|
14572
14730
|
"organization": {
|
|
14573
14731
|
"char": "o",
|
|
@@ -14632,7 +14790,7 @@
|
|
|
14632
14790
|
},
|
|
14633
14791
|
"hasDynamicHelp": false,
|
|
14634
14792
|
"hiddenAliases": [],
|
|
14635
|
-
"id": "
|
|
14793
|
+
"id": "return:reject",
|
|
14636
14794
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14637
14795
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14638
14796
|
"pluginType": "core",
|
|
@@ -14642,11 +14800,11 @@
|
|
|
14642
14800
|
"relativePath": [
|
|
14643
14801
|
"lib",
|
|
14644
14802
|
"commands",
|
|
14645
|
-
"
|
|
14646
|
-
"
|
|
14803
|
+
"return",
|
|
14804
|
+
"reject.js"
|
|
14647
14805
|
]
|
|
14648
14806
|
},
|
|
14649
|
-
"
|
|
14807
|
+
"return:remove_tags": {
|
|
14650
14808
|
"aliases": [],
|
|
14651
14809
|
"args": {
|
|
14652
14810
|
"id": {
|
|
@@ -14655,7 +14813,7 @@
|
|
|
14655
14813
|
"required": true
|
|
14656
14814
|
}
|
|
14657
14815
|
},
|
|
14658
|
-
"description": "
|
|
14816
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
14659
14817
|
"flags": {
|
|
14660
14818
|
"organization": {
|
|
14661
14819
|
"char": "o",
|
|
@@ -14720,7 +14878,7 @@
|
|
|
14720
14878
|
},
|
|
14721
14879
|
"hasDynamicHelp": false,
|
|
14722
14880
|
"hiddenAliases": [],
|
|
14723
|
-
"id": "
|
|
14881
|
+
"id": "return:remove_tags",
|
|
14724
14882
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14725
14883
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14726
14884
|
"pluginType": "core",
|
|
@@ -14730,11 +14888,11 @@
|
|
|
14730
14888
|
"relativePath": [
|
|
14731
14889
|
"lib",
|
|
14732
14890
|
"commands",
|
|
14733
|
-
"
|
|
14734
|
-
"
|
|
14891
|
+
"return",
|
|
14892
|
+
"remove_tags.js"
|
|
14735
14893
|
]
|
|
14736
14894
|
},
|
|
14737
|
-
"
|
|
14895
|
+
"return:request": {
|
|
14738
14896
|
"aliases": [],
|
|
14739
14897
|
"args": {
|
|
14740
14898
|
"id": {
|
|
@@ -14743,7 +14901,7 @@
|
|
|
14743
14901
|
"required": true
|
|
14744
14902
|
}
|
|
14745
14903
|
},
|
|
14746
|
-
"description": "Send this attribute if you want
|
|
14904
|
+
"description": "Send this attribute if you want to activate this return.",
|
|
14747
14905
|
"flags": {
|
|
14748
14906
|
"organization": {
|
|
14749
14907
|
"char": "o",
|
|
@@ -14808,7 +14966,7 @@
|
|
|
14808
14966
|
},
|
|
14809
14967
|
"hasDynamicHelp": false,
|
|
14810
14968
|
"hiddenAliases": [],
|
|
14811
|
-
"id": "
|
|
14969
|
+
"id": "return:request",
|
|
14812
14970
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14813
14971
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14814
14972
|
"pluginType": "core",
|
|
@@ -14818,11 +14976,11 @@
|
|
|
14818
14976
|
"relativePath": [
|
|
14819
14977
|
"lib",
|
|
14820
14978
|
"commands",
|
|
14821
|
-
"
|
|
14822
|
-
"
|
|
14979
|
+
"return",
|
|
14980
|
+
"request.js"
|
|
14823
14981
|
]
|
|
14824
14982
|
},
|
|
14825
|
-
"
|
|
14983
|
+
"return:restock": {
|
|
14826
14984
|
"aliases": [],
|
|
14827
14985
|
"args": {
|
|
14828
14986
|
"id": {
|
|
@@ -14831,7 +14989,7 @@
|
|
|
14831
14989
|
"required": true
|
|
14832
14990
|
}
|
|
14833
14991
|
},
|
|
14834
|
-
"description": "Send this attribute if you want
|
|
14992
|
+
"description": "Send this attribute if you want to restock all of the return line items.",
|
|
14835
14993
|
"flags": {
|
|
14836
14994
|
"organization": {
|
|
14837
14995
|
"char": "o",
|
|
@@ -14896,7 +15054,7 @@
|
|
|
14896
15054
|
},
|
|
14897
15055
|
"hasDynamicHelp": false,
|
|
14898
15056
|
"hiddenAliases": [],
|
|
14899
|
-
"id": "
|
|
15057
|
+
"id": "return:restock",
|
|
14900
15058
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14901
15059
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14902
15060
|
"pluginType": "core",
|
|
@@ -14906,11 +15064,11 @@
|
|
|
14906
15064
|
"relativePath": [
|
|
14907
15065
|
"lib",
|
|
14908
15066
|
"commands",
|
|
14909
|
-
"
|
|
14910
|
-
"
|
|
15067
|
+
"return",
|
|
15068
|
+
"restock.js"
|
|
14911
15069
|
]
|
|
14912
15070
|
},
|
|
14913
|
-
"
|
|
15071
|
+
"return:ship": {
|
|
14914
15072
|
"aliases": [],
|
|
14915
15073
|
"args": {
|
|
14916
15074
|
"id": {
|
|
@@ -14919,7 +15077,7 @@
|
|
|
14919
15077
|
"required": true
|
|
14920
15078
|
}
|
|
14921
15079
|
},
|
|
14922
|
-
"description": "Send this attribute if you want
|
|
15080
|
+
"description": "Send this attribute if you want to mark this return as shipped.",
|
|
14923
15081
|
"flags": {
|
|
14924
15082
|
"organization": {
|
|
14925
15083
|
"char": "o",
|
|
@@ -14984,7 +15142,7 @@
|
|
|
14984
15142
|
},
|
|
14985
15143
|
"hasDynamicHelp": false,
|
|
14986
15144
|
"hiddenAliases": [],
|
|
14987
|
-
"id": "
|
|
15145
|
+
"id": "return:ship",
|
|
14988
15146
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
14989
15147
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
14990
15148
|
"pluginType": "core",
|
|
@@ -14994,11 +15152,11 @@
|
|
|
14994
15152
|
"relativePath": [
|
|
14995
15153
|
"lib",
|
|
14996
15154
|
"commands",
|
|
14997
|
-
"
|
|
14998
|
-
"
|
|
15155
|
+
"return",
|
|
15156
|
+
"ship.js"
|
|
14999
15157
|
]
|
|
15000
15158
|
},
|
|
15001
|
-
"
|
|
15159
|
+
"return:unarchive": {
|
|
15002
15160
|
"aliases": [],
|
|
15003
15161
|
"args": {
|
|
15004
15162
|
"id": {
|
|
@@ -15007,7 +15165,7 @@
|
|
|
15007
15165
|
"required": true
|
|
15008
15166
|
}
|
|
15009
15167
|
},
|
|
15010
|
-
"description": "
|
|
15168
|
+
"description": "Send this attribute if you want to unarchive the return.",
|
|
15011
15169
|
"flags": {
|
|
15012
15170
|
"organization": {
|
|
15013
15171
|
"char": "o",
|
|
@@ -15068,20 +15226,11 @@
|
|
|
15068
15226
|
"name": "unformatted",
|
|
15069
15227
|
"allowNo": false,
|
|
15070
15228
|
"type": "boolean"
|
|
15071
|
-
},
|
|
15072
|
-
"value": {
|
|
15073
|
-
"char": "v",
|
|
15074
|
-
"description": "the trigger attribute value",
|
|
15075
|
-
"name": "value",
|
|
15076
|
-
"required": true,
|
|
15077
|
-
"hasDynamicHelp": false,
|
|
15078
|
-
"multiple": false,
|
|
15079
|
-
"type": "option"
|
|
15080
15229
|
}
|
|
15081
15230
|
},
|
|
15082
15231
|
"hasDynamicHelp": false,
|
|
15083
15232
|
"hiddenAliases": [],
|
|
15084
|
-
"id": "
|
|
15233
|
+
"id": "return:unarchive",
|
|
15085
15234
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15086
15235
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15087
15236
|
"pluginType": "core",
|
|
@@ -15091,11 +15240,11 @@
|
|
|
15091
15240
|
"relativePath": [
|
|
15092
15241
|
"lib",
|
|
15093
15242
|
"commands",
|
|
15094
|
-
"
|
|
15095
|
-
"
|
|
15243
|
+
"return",
|
|
15244
|
+
"unarchive.js"
|
|
15096
15245
|
]
|
|
15097
15246
|
},
|
|
15098
|
-
"
|
|
15247
|
+
"return_line_item": {
|
|
15099
15248
|
"aliases": [],
|
|
15100
15249
|
"args": {
|
|
15101
15250
|
"id": {
|
|
@@ -15104,7 +15253,7 @@
|
|
|
15104
15253
|
"required": true
|
|
15105
15254
|
}
|
|
15106
15255
|
},
|
|
15107
|
-
"description": "
|
|
15256
|
+
"description": "execute an action on a resource of type return_line_items",
|
|
15108
15257
|
"flags": {
|
|
15109
15258
|
"organization": {
|
|
15110
15259
|
"char": "o",
|
|
@@ -15169,7 +15318,7 @@
|
|
|
15169
15318
|
},
|
|
15170
15319
|
"hasDynamicHelp": false,
|
|
15171
15320
|
"hiddenAliases": [],
|
|
15172
|
-
"id": "
|
|
15321
|
+
"id": "return_line_item",
|
|
15173
15322
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15174
15323
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15175
15324
|
"pluginType": "core",
|
|
@@ -15179,11 +15328,11 @@
|
|
|
15179
15328
|
"relativePath": [
|
|
15180
15329
|
"lib",
|
|
15181
15330
|
"commands",
|
|
15182
|
-
"
|
|
15183
|
-
"
|
|
15331
|
+
"return_line_item",
|
|
15332
|
+
"index.js"
|
|
15184
15333
|
]
|
|
15185
15334
|
},
|
|
15186
|
-
"
|
|
15335
|
+
"return_line_item:restock": {
|
|
15187
15336
|
"aliases": [],
|
|
15188
15337
|
"args": {
|
|
15189
15338
|
"id": {
|
|
@@ -15192,7 +15341,7 @@
|
|
|
15192
15341
|
"required": true
|
|
15193
15342
|
}
|
|
15194
15343
|
},
|
|
15195
|
-
"description": "Send this attribute if you want to
|
|
15344
|
+
"description": "Send this attribute if you want to restock the line item.",
|
|
15196
15345
|
"flags": {
|
|
15197
15346
|
"organization": {
|
|
15198
15347
|
"char": "o",
|
|
@@ -15257,7 +15406,7 @@
|
|
|
15257
15406
|
},
|
|
15258
15407
|
"hasDynamicHelp": false,
|
|
15259
15408
|
"hiddenAliases": [],
|
|
15260
|
-
"id": "
|
|
15409
|
+
"id": "return_line_item:restock",
|
|
15261
15410
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15262
15411
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15263
15412
|
"pluginType": "core",
|
|
@@ -15267,11 +15416,11 @@
|
|
|
15267
15416
|
"relativePath": [
|
|
15268
15417
|
"lib",
|
|
15269
15418
|
"commands",
|
|
15270
|
-
"
|
|
15271
|
-
"
|
|
15419
|
+
"return_line_item",
|
|
15420
|
+
"restock.js"
|
|
15272
15421
|
]
|
|
15273
15422
|
},
|
|
15274
|
-
"
|
|
15423
|
+
"satispay_gateway:disable": {
|
|
15275
15424
|
"aliases": [],
|
|
15276
15425
|
"args": {
|
|
15277
15426
|
"id": {
|
|
@@ -15280,7 +15429,7 @@
|
|
|
15280
15429
|
"required": true
|
|
15281
15430
|
}
|
|
15282
15431
|
},
|
|
15283
|
-
"description": "Send this attribute
|
|
15432
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
15284
15433
|
"flags": {
|
|
15285
15434
|
"organization": {
|
|
15286
15435
|
"char": "o",
|
|
@@ -15345,7 +15494,7 @@
|
|
|
15345
15494
|
},
|
|
15346
15495
|
"hasDynamicHelp": false,
|
|
15347
15496
|
"hiddenAliases": [],
|
|
15348
|
-
"id": "
|
|
15497
|
+
"id": "satispay_gateway:disable",
|
|
15349
15498
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15350
15499
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15351
15500
|
"pluginType": "core",
|
|
@@ -15355,11 +15504,11 @@
|
|
|
15355
15504
|
"relativePath": [
|
|
15356
15505
|
"lib",
|
|
15357
15506
|
"commands",
|
|
15358
|
-
"
|
|
15359
|
-
"
|
|
15507
|
+
"satispay_gateway",
|
|
15508
|
+
"disable.js"
|
|
15360
15509
|
]
|
|
15361
15510
|
},
|
|
15362
|
-
"
|
|
15511
|
+
"satispay_gateway:enable": {
|
|
15363
15512
|
"aliases": [],
|
|
15364
15513
|
"args": {
|
|
15365
15514
|
"id": {
|
|
@@ -15368,7 +15517,7 @@
|
|
|
15368
15517
|
"required": true
|
|
15369
15518
|
}
|
|
15370
15519
|
},
|
|
15371
|
-
"description": "Send this attribute if you want to
|
|
15520
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
15372
15521
|
"flags": {
|
|
15373
15522
|
"organization": {
|
|
15374
15523
|
"char": "o",
|
|
@@ -15433,7 +15582,7 @@
|
|
|
15433
15582
|
},
|
|
15434
15583
|
"hasDynamicHelp": false,
|
|
15435
15584
|
"hiddenAliases": [],
|
|
15436
|
-
"id": "
|
|
15585
|
+
"id": "satispay_gateway:enable",
|
|
15437
15586
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15438
15587
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15439
15588
|
"pluginType": "core",
|
|
@@ -15443,11 +15592,11 @@
|
|
|
15443
15592
|
"relativePath": [
|
|
15444
15593
|
"lib",
|
|
15445
15594
|
"commands",
|
|
15446
|
-
"
|
|
15447
|
-
"
|
|
15595
|
+
"satispay_gateway",
|
|
15596
|
+
"enable.js"
|
|
15448
15597
|
]
|
|
15449
15598
|
},
|
|
15450
|
-
"
|
|
15599
|
+
"satispay_gateway": {
|
|
15451
15600
|
"aliases": [],
|
|
15452
15601
|
"args": {
|
|
15453
15602
|
"id": {
|
|
@@ -15456,7 +15605,7 @@
|
|
|
15456
15605
|
"required": true
|
|
15457
15606
|
}
|
|
15458
15607
|
},
|
|
15459
|
-
"description": "
|
|
15608
|
+
"description": "execute an action on a resource of type satispay_gateways",
|
|
15460
15609
|
"flags": {
|
|
15461
15610
|
"organization": {
|
|
15462
15611
|
"char": "o",
|
|
@@ -15521,7 +15670,7 @@
|
|
|
15521
15670
|
},
|
|
15522
15671
|
"hasDynamicHelp": false,
|
|
15523
15672
|
"hiddenAliases": [],
|
|
15524
|
-
"id": "
|
|
15673
|
+
"id": "satispay_gateway",
|
|
15525
15674
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15526
15675
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15527
15676
|
"pluginType": "core",
|
|
@@ -15531,11 +15680,11 @@
|
|
|
15531
15680
|
"relativePath": [
|
|
15532
15681
|
"lib",
|
|
15533
15682
|
"commands",
|
|
15534
|
-
"
|
|
15535
|
-
"
|
|
15683
|
+
"satispay_gateway",
|
|
15684
|
+
"index.js"
|
|
15536
15685
|
]
|
|
15537
15686
|
},
|
|
15538
|
-
"
|
|
15687
|
+
"satispay_payment": {
|
|
15539
15688
|
"aliases": [],
|
|
15540
15689
|
"args": {
|
|
15541
15690
|
"id": {
|
|
@@ -15544,7 +15693,7 @@
|
|
|
15544
15693
|
"required": true
|
|
15545
15694
|
}
|
|
15546
15695
|
},
|
|
15547
|
-
"description": "
|
|
15696
|
+
"description": "execute an action on a resource of type satispay_payments",
|
|
15548
15697
|
"flags": {
|
|
15549
15698
|
"organization": {
|
|
15550
15699
|
"char": "o",
|
|
@@ -15609,7 +15758,7 @@
|
|
|
15609
15758
|
},
|
|
15610
15759
|
"hasDynamicHelp": false,
|
|
15611
15760
|
"hiddenAliases": [],
|
|
15612
|
-
"id": "
|
|
15761
|
+
"id": "satispay_payment",
|
|
15613
15762
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15614
15763
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15615
15764
|
"pluginType": "core",
|
|
@@ -15619,11 +15768,11 @@
|
|
|
15619
15768
|
"relativePath": [
|
|
15620
15769
|
"lib",
|
|
15621
15770
|
"commands",
|
|
15622
|
-
"
|
|
15623
|
-
"
|
|
15771
|
+
"satispay_payment",
|
|
15772
|
+
"index.js"
|
|
15624
15773
|
]
|
|
15625
15774
|
},
|
|
15626
|
-
"
|
|
15775
|
+
"satispay_payment:refresh": {
|
|
15627
15776
|
"aliases": [],
|
|
15628
15777
|
"args": {
|
|
15629
15778
|
"id": {
|
|
@@ -15632,7 +15781,7 @@
|
|
|
15632
15781
|
"required": true
|
|
15633
15782
|
}
|
|
15634
15783
|
},
|
|
15635
|
-
"description": "Send this attribute if you want to
|
|
15784
|
+
"description": "Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic.",
|
|
15636
15785
|
"flags": {
|
|
15637
15786
|
"organization": {
|
|
15638
15787
|
"char": "o",
|
|
@@ -15697,7 +15846,7 @@
|
|
|
15697
15846
|
},
|
|
15698
15847
|
"hasDynamicHelp": false,
|
|
15699
15848
|
"hiddenAliases": [],
|
|
15700
|
-
"id": "
|
|
15849
|
+
"id": "satispay_payment:refresh",
|
|
15701
15850
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15702
15851
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15703
15852
|
"pluginType": "core",
|
|
@@ -15707,11 +15856,11 @@
|
|
|
15707
15856
|
"relativePath": [
|
|
15708
15857
|
"lib",
|
|
15709
15858
|
"commands",
|
|
15710
|
-
"
|
|
15711
|
-
"
|
|
15859
|
+
"satispay_payment",
|
|
15860
|
+
"refresh.js"
|
|
15712
15861
|
]
|
|
15713
15862
|
},
|
|
15714
|
-
"
|
|
15863
|
+
"shipping_method:add_tags": {
|
|
15715
15864
|
"aliases": [],
|
|
15716
15865
|
"args": {
|
|
15717
15866
|
"id": {
|
|
@@ -15720,7 +15869,7 @@
|
|
|
15720
15869
|
"required": true
|
|
15721
15870
|
}
|
|
15722
15871
|
},
|
|
15723
|
-
"description": "
|
|
15872
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
15724
15873
|
"flags": {
|
|
15725
15874
|
"organization": {
|
|
15726
15875
|
"char": "o",
|
|
@@ -15785,7 +15934,7 @@
|
|
|
15785
15934
|
},
|
|
15786
15935
|
"hasDynamicHelp": false,
|
|
15787
15936
|
"hiddenAliases": [],
|
|
15788
|
-
"id": "
|
|
15937
|
+
"id": "shipping_method:add_tags",
|
|
15789
15938
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15790
15939
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15791
15940
|
"pluginType": "core",
|
|
@@ -15795,11 +15944,11 @@
|
|
|
15795
15944
|
"relativePath": [
|
|
15796
15945
|
"lib",
|
|
15797
15946
|
"commands",
|
|
15798
|
-
"
|
|
15799
|
-
"
|
|
15947
|
+
"shipping_method",
|
|
15948
|
+
"add_tags.js"
|
|
15800
15949
|
]
|
|
15801
15950
|
},
|
|
15802
|
-
"
|
|
15951
|
+
"shipping_method:disable": {
|
|
15803
15952
|
"aliases": [],
|
|
15804
15953
|
"args": {
|
|
15805
15954
|
"id": {
|
|
@@ -15808,7 +15957,7 @@
|
|
|
15808
15957
|
"required": true
|
|
15809
15958
|
}
|
|
15810
15959
|
},
|
|
15811
|
-
"description": "
|
|
15960
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
15812
15961
|
"flags": {
|
|
15813
15962
|
"organization": {
|
|
15814
15963
|
"char": "o",
|
|
@@ -15873,7 +16022,7 @@
|
|
|
15873
16022
|
},
|
|
15874
16023
|
"hasDynamicHelp": false,
|
|
15875
16024
|
"hiddenAliases": [],
|
|
15876
|
-
"id": "
|
|
16025
|
+
"id": "shipping_method:disable",
|
|
15877
16026
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15878
16027
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15879
16028
|
"pluginType": "core",
|
|
@@ -15883,11 +16032,11 @@
|
|
|
15883
16032
|
"relativePath": [
|
|
15884
16033
|
"lib",
|
|
15885
16034
|
"commands",
|
|
15886
|
-
"
|
|
15887
|
-
"
|
|
16035
|
+
"shipping_method",
|
|
16036
|
+
"disable.js"
|
|
15888
16037
|
]
|
|
15889
16038
|
},
|
|
15890
|
-
"
|
|
16039
|
+
"shipping_method:enable": {
|
|
15891
16040
|
"aliases": [],
|
|
15892
16041
|
"args": {
|
|
15893
16042
|
"id": {
|
|
@@ -15896,7 +16045,7 @@
|
|
|
15896
16045
|
"required": true
|
|
15897
16046
|
}
|
|
15898
16047
|
},
|
|
15899
|
-
"description": "Send this attribute if you want to mark this resource as
|
|
16048
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
15900
16049
|
"flags": {
|
|
15901
16050
|
"organization": {
|
|
15902
16051
|
"char": "o",
|
|
@@ -15961,7 +16110,7 @@
|
|
|
15961
16110
|
},
|
|
15962
16111
|
"hasDynamicHelp": false,
|
|
15963
16112
|
"hiddenAliases": [],
|
|
15964
|
-
"id": "
|
|
16113
|
+
"id": "shipping_method:enable",
|
|
15965
16114
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
15966
16115
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
15967
16116
|
"pluginType": "core",
|
|
@@ -15971,11 +16120,11 @@
|
|
|
15971
16120
|
"relativePath": [
|
|
15972
16121
|
"lib",
|
|
15973
16122
|
"commands",
|
|
15974
|
-
"
|
|
15975
|
-
"
|
|
16123
|
+
"shipping_method",
|
|
16124
|
+
"enable.js"
|
|
15976
16125
|
]
|
|
15977
16126
|
},
|
|
15978
|
-
"
|
|
16127
|
+
"shipping_method": {
|
|
15979
16128
|
"aliases": [],
|
|
15980
16129
|
"args": {
|
|
15981
16130
|
"id": {
|
|
@@ -15984,7 +16133,7 @@
|
|
|
15984
16133
|
"required": true
|
|
15985
16134
|
}
|
|
15986
16135
|
},
|
|
15987
|
-
"description": "
|
|
16136
|
+
"description": "execute an action on a resource of type shipping_methods",
|
|
15988
16137
|
"flags": {
|
|
15989
16138
|
"organization": {
|
|
15990
16139
|
"char": "o",
|
|
@@ -16049,7 +16198,7 @@
|
|
|
16049
16198
|
},
|
|
16050
16199
|
"hasDynamicHelp": false,
|
|
16051
16200
|
"hiddenAliases": [],
|
|
16052
|
-
"id": "
|
|
16201
|
+
"id": "shipping_method",
|
|
16053
16202
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16054
16203
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16055
16204
|
"pluginType": "core",
|
|
@@ -16059,11 +16208,11 @@
|
|
|
16059
16208
|
"relativePath": [
|
|
16060
16209
|
"lib",
|
|
16061
16210
|
"commands",
|
|
16062
|
-
"
|
|
16063
|
-
"
|
|
16211
|
+
"shipping_method",
|
|
16212
|
+
"index.js"
|
|
16064
16213
|
]
|
|
16065
16214
|
},
|
|
16066
|
-
"
|
|
16215
|
+
"shipping_method:remove_tags": {
|
|
16067
16216
|
"aliases": [],
|
|
16068
16217
|
"args": {
|
|
16069
16218
|
"id": {
|
|
@@ -16072,7 +16221,7 @@
|
|
|
16072
16221
|
"required": true
|
|
16073
16222
|
}
|
|
16074
16223
|
},
|
|
16075
|
-
"description": "
|
|
16224
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
16076
16225
|
"flags": {
|
|
16077
16226
|
"organization": {
|
|
16078
16227
|
"char": "o",
|
|
@@ -16137,7 +16286,7 @@
|
|
|
16137
16286
|
},
|
|
16138
16287
|
"hasDynamicHelp": false,
|
|
16139
16288
|
"hiddenAliases": [],
|
|
16140
|
-
"id": "
|
|
16289
|
+
"id": "shipping_method:remove_tags",
|
|
16141
16290
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16142
16291
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16143
16292
|
"pluginType": "core",
|
|
@@ -16147,11 +16296,11 @@
|
|
|
16147
16296
|
"relativePath": [
|
|
16148
16297
|
"lib",
|
|
16149
16298
|
"commands",
|
|
16150
|
-
"
|
|
16151
|
-
"
|
|
16299
|
+
"shipping_method",
|
|
16300
|
+
"remove_tags.js"
|
|
16152
16301
|
]
|
|
16153
16302
|
},
|
|
16154
|
-
"
|
|
16303
|
+
"shipping_method:reset_circuit": {
|
|
16155
16304
|
"aliases": [],
|
|
16156
16305
|
"args": {
|
|
16157
16306
|
"id": {
|
|
@@ -16160,7 +16309,7 @@
|
|
|
16160
16309
|
"required": true
|
|
16161
16310
|
}
|
|
16162
16311
|
},
|
|
16163
|
-
"description": "
|
|
16312
|
+
"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.",
|
|
16164
16313
|
"flags": {
|
|
16165
16314
|
"organization": {
|
|
16166
16315
|
"char": "o",
|
|
@@ -16225,7 +16374,7 @@
|
|
|
16225
16374
|
},
|
|
16226
16375
|
"hasDynamicHelp": false,
|
|
16227
16376
|
"hiddenAliases": [],
|
|
16228
|
-
"id": "
|
|
16377
|
+
"id": "shipping_method:reset_circuit",
|
|
16229
16378
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16230
16379
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16231
16380
|
"pluginType": "core",
|
|
@@ -16235,11 +16384,11 @@
|
|
|
16235
16384
|
"relativePath": [
|
|
16236
16385
|
"lib",
|
|
16237
16386
|
"commands",
|
|
16238
|
-
"
|
|
16239
|
-
"
|
|
16387
|
+
"shipping_method",
|
|
16388
|
+
"reset_circuit.js"
|
|
16240
16389
|
]
|
|
16241
16390
|
},
|
|
16242
|
-
"
|
|
16391
|
+
"shipment:add_tags": {
|
|
16243
16392
|
"aliases": [],
|
|
16244
16393
|
"args": {
|
|
16245
16394
|
"id": {
|
|
@@ -16248,7 +16397,7 @@
|
|
|
16248
16397
|
"required": true
|
|
16249
16398
|
}
|
|
16250
16399
|
},
|
|
16251
|
-
"description": "
|
|
16400
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
16252
16401
|
"flags": {
|
|
16253
16402
|
"organization": {
|
|
16254
16403
|
"char": "o",
|
|
@@ -16313,7 +16462,7 @@
|
|
|
16313
16462
|
},
|
|
16314
16463
|
"hasDynamicHelp": false,
|
|
16315
16464
|
"hiddenAliases": [],
|
|
16316
|
-
"id": "
|
|
16465
|
+
"id": "shipment:add_tags",
|
|
16317
16466
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16318
16467
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16319
16468
|
"pluginType": "core",
|
|
@@ -16323,11 +16472,11 @@
|
|
|
16323
16472
|
"relativePath": [
|
|
16324
16473
|
"lib",
|
|
16325
16474
|
"commands",
|
|
16326
|
-
"
|
|
16327
|
-
"
|
|
16475
|
+
"shipment",
|
|
16476
|
+
"add_tags.js"
|
|
16328
16477
|
]
|
|
16329
16478
|
},
|
|
16330
|
-
"
|
|
16479
|
+
"shipment:cancel": {
|
|
16331
16480
|
"aliases": [],
|
|
16332
16481
|
"args": {
|
|
16333
16482
|
"id": {
|
|
@@ -16336,7 +16485,7 @@
|
|
|
16336
16485
|
"required": true
|
|
16337
16486
|
}
|
|
16338
16487
|
},
|
|
16339
|
-
"description": "Send this attribute if you want to mark this
|
|
16488
|
+
"description": "Send this attribute if you want to mark this shipment as cancelled (unless already shipped or delivered). Cannot be passed by sales channels.",
|
|
16340
16489
|
"flags": {
|
|
16341
16490
|
"organization": {
|
|
16342
16491
|
"char": "o",
|
|
@@ -16401,7 +16550,7 @@
|
|
|
16401
16550
|
},
|
|
16402
16551
|
"hasDynamicHelp": false,
|
|
16403
16552
|
"hiddenAliases": [],
|
|
16404
|
-
"id": "
|
|
16553
|
+
"id": "shipment:cancel",
|
|
16405
16554
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16406
16555
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16407
16556
|
"pluginType": "core",
|
|
@@ -16411,11 +16560,11 @@
|
|
|
16411
16560
|
"relativePath": [
|
|
16412
16561
|
"lib",
|
|
16413
16562
|
"commands",
|
|
16414
|
-
"
|
|
16415
|
-
"
|
|
16563
|
+
"shipment",
|
|
16564
|
+
"cancel.js"
|
|
16416
16565
|
]
|
|
16417
16566
|
},
|
|
16418
|
-
"
|
|
16567
|
+
"shipment:decrement_stock": {
|
|
16419
16568
|
"aliases": [],
|
|
16420
16569
|
"args": {
|
|
16421
16570
|
"id": {
|
|
@@ -16424,7 +16573,7 @@
|
|
|
16424
16573
|
"required": true
|
|
16425
16574
|
}
|
|
16426
16575
|
},
|
|
16427
|
-
"description": "
|
|
16576
|
+
"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.",
|
|
16428
16577
|
"flags": {
|
|
16429
16578
|
"organization": {
|
|
16430
16579
|
"char": "o",
|
|
@@ -16489,7 +16638,7 @@
|
|
|
16489
16638
|
},
|
|
16490
16639
|
"hasDynamicHelp": false,
|
|
16491
16640
|
"hiddenAliases": [],
|
|
16492
|
-
"id": "
|
|
16641
|
+
"id": "shipment:decrement_stock",
|
|
16493
16642
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16494
16643
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16495
16644
|
"pluginType": "core",
|
|
@@ -16499,11 +16648,11 @@
|
|
|
16499
16648
|
"relativePath": [
|
|
16500
16649
|
"lib",
|
|
16501
16650
|
"commands",
|
|
16502
|
-
"
|
|
16503
|
-
"
|
|
16651
|
+
"shipment",
|
|
16652
|
+
"decrement_stock.js"
|
|
16504
16653
|
]
|
|
16505
16654
|
},
|
|
16506
|
-
"
|
|
16655
|
+
"shipment:deliver": {
|
|
16507
16656
|
"aliases": [],
|
|
16508
16657
|
"args": {
|
|
16509
16658
|
"id": {
|
|
@@ -16512,7 +16661,7 @@
|
|
|
16512
16661
|
"required": true
|
|
16513
16662
|
}
|
|
16514
16663
|
},
|
|
16515
|
-
"description": "
|
|
16664
|
+
"description": "Send this attribute if you want to mark this shipment as delivered.",
|
|
16516
16665
|
"flags": {
|
|
16517
16666
|
"organization": {
|
|
16518
16667
|
"char": "o",
|
|
@@ -16577,7 +16726,7 @@
|
|
|
16577
16726
|
},
|
|
16578
16727
|
"hasDynamicHelp": false,
|
|
16579
16728
|
"hiddenAliases": [],
|
|
16580
|
-
"id": "
|
|
16729
|
+
"id": "shipment:deliver",
|
|
16581
16730
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16582
16731
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16583
16732
|
"pluginType": "core",
|
|
@@ -16587,11 +16736,11 @@
|
|
|
16587
16736
|
"relativePath": [
|
|
16588
16737
|
"lib",
|
|
16589
16738
|
"commands",
|
|
16590
|
-
"
|
|
16591
|
-
"
|
|
16739
|
+
"shipment",
|
|
16740
|
+
"deliver.js"
|
|
16592
16741
|
]
|
|
16593
16742
|
},
|
|
16594
|
-
"
|
|
16743
|
+
"shipment:get_rates": {
|
|
16595
16744
|
"aliases": [],
|
|
16596
16745
|
"args": {
|
|
16597
16746
|
"id": {
|
|
@@ -16600,7 +16749,7 @@
|
|
|
16600
16749
|
"required": true
|
|
16601
16750
|
}
|
|
16602
16751
|
},
|
|
16603
|
-
"description": "Send this attribute if you want
|
|
16752
|
+
"description": "Send this attribute if you want get the shipping rates from the associated carrier accounts.",
|
|
16604
16753
|
"flags": {
|
|
16605
16754
|
"organization": {
|
|
16606
16755
|
"char": "o",
|
|
@@ -16665,7 +16814,7 @@
|
|
|
16665
16814
|
},
|
|
16666
16815
|
"hasDynamicHelp": false,
|
|
16667
16816
|
"hiddenAliases": [],
|
|
16668
|
-
"id": "
|
|
16817
|
+
"id": "shipment:get_rates",
|
|
16669
16818
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16670
16819
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16671
16820
|
"pluginType": "core",
|
|
@@ -16675,11 +16824,11 @@
|
|
|
16675
16824
|
"relativePath": [
|
|
16676
16825
|
"lib",
|
|
16677
16826
|
"commands",
|
|
16678
|
-
"
|
|
16679
|
-
"
|
|
16827
|
+
"shipment",
|
|
16828
|
+
"get_rates.js"
|
|
16680
16829
|
]
|
|
16681
16830
|
},
|
|
16682
|
-
"
|
|
16831
|
+
"shipment": {
|
|
16683
16832
|
"aliases": [],
|
|
16684
16833
|
"args": {
|
|
16685
16834
|
"id": {
|
|
@@ -16688,7 +16837,7 @@
|
|
|
16688
16837
|
"required": true
|
|
16689
16838
|
}
|
|
16690
16839
|
},
|
|
16691
|
-
"description": "
|
|
16840
|
+
"description": "execute an action on a resource of type shipments",
|
|
16692
16841
|
"flags": {
|
|
16693
16842
|
"organization": {
|
|
16694
16843
|
"char": "o",
|
|
@@ -16753,7 +16902,7 @@
|
|
|
16753
16902
|
},
|
|
16754
16903
|
"hasDynamicHelp": false,
|
|
16755
16904
|
"hiddenAliases": [],
|
|
16756
|
-
"id": "
|
|
16905
|
+
"id": "shipment",
|
|
16757
16906
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16758
16907
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16759
16908
|
"pluginType": "core",
|
|
@@ -16763,11 +16912,11 @@
|
|
|
16763
16912
|
"relativePath": [
|
|
16764
16913
|
"lib",
|
|
16765
16914
|
"commands",
|
|
16766
|
-
"
|
|
16767
|
-
"
|
|
16915
|
+
"shipment",
|
|
16916
|
+
"index.js"
|
|
16768
16917
|
]
|
|
16769
16918
|
},
|
|
16770
|
-
"
|
|
16919
|
+
"shipment:on_hold": {
|
|
16771
16920
|
"aliases": [],
|
|
16772
16921
|
"args": {
|
|
16773
16922
|
"id": {
|
|
@@ -16776,7 +16925,7 @@
|
|
|
16776
16925
|
"required": true
|
|
16777
16926
|
}
|
|
16778
16927
|
},
|
|
16779
|
-
"description": "
|
|
16928
|
+
"description": "Send this attribute if you want to put this shipment on hold.",
|
|
16780
16929
|
"flags": {
|
|
16781
16930
|
"organization": {
|
|
16782
16931
|
"char": "o",
|
|
@@ -16841,7 +16990,7 @@
|
|
|
16841
16990
|
},
|
|
16842
16991
|
"hasDynamicHelp": false,
|
|
16843
16992
|
"hiddenAliases": [],
|
|
16844
|
-
"id": "
|
|
16993
|
+
"id": "shipment:on_hold",
|
|
16845
16994
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16846
16995
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16847
16996
|
"pluginType": "core",
|
|
@@ -16851,11 +17000,11 @@
|
|
|
16851
17000
|
"relativePath": [
|
|
16852
17001
|
"lib",
|
|
16853
17002
|
"commands",
|
|
16854
|
-
"
|
|
16855
|
-
"
|
|
17003
|
+
"shipment",
|
|
17004
|
+
"on_hold.js"
|
|
16856
17005
|
]
|
|
16857
17006
|
},
|
|
16858
|
-
"
|
|
17007
|
+
"shipment:packing": {
|
|
16859
17008
|
"aliases": [],
|
|
16860
17009
|
"args": {
|
|
16861
17010
|
"id": {
|
|
@@ -16864,7 +17013,7 @@
|
|
|
16864
17013
|
"required": true
|
|
16865
17014
|
}
|
|
16866
17015
|
},
|
|
16867
|
-
"description": "Send this attribute if you want to
|
|
17016
|
+
"description": "Send this attribute if you want to start packing this shipment.",
|
|
16868
17017
|
"flags": {
|
|
16869
17018
|
"organization": {
|
|
16870
17019
|
"char": "o",
|
|
@@ -16929,7 +17078,7 @@
|
|
|
16929
17078
|
},
|
|
16930
17079
|
"hasDynamicHelp": false,
|
|
16931
17080
|
"hiddenAliases": [],
|
|
16932
|
-
"id": "
|
|
17081
|
+
"id": "shipment:packing",
|
|
16933
17082
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
16934
17083
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
16935
17084
|
"pluginType": "core",
|
|
@@ -16939,11 +17088,11 @@
|
|
|
16939
17088
|
"relativePath": [
|
|
16940
17089
|
"lib",
|
|
16941
17090
|
"commands",
|
|
16942
|
-
"
|
|
16943
|
-
"
|
|
17091
|
+
"shipment",
|
|
17092
|
+
"packing.js"
|
|
16944
17093
|
]
|
|
16945
17094
|
},
|
|
16946
|
-
"
|
|
17095
|
+
"shipment:picking": {
|
|
16947
17096
|
"aliases": [],
|
|
16948
17097
|
"args": {
|
|
16949
17098
|
"id": {
|
|
@@ -16952,7 +17101,7 @@
|
|
|
16952
17101
|
"required": true
|
|
16953
17102
|
}
|
|
16954
17103
|
},
|
|
16955
|
-
"description": "
|
|
17104
|
+
"description": "Send this attribute if you want to start picking this shipment.",
|
|
16956
17105
|
"flags": {
|
|
16957
17106
|
"organization": {
|
|
16958
17107
|
"char": "o",
|
|
@@ -17017,7 +17166,7 @@
|
|
|
17017
17166
|
},
|
|
17018
17167
|
"hasDynamicHelp": false,
|
|
17019
17168
|
"hiddenAliases": [],
|
|
17020
|
-
"id": "
|
|
17169
|
+
"id": "shipment:picking",
|
|
17021
17170
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17022
17171
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17023
17172
|
"pluginType": "core",
|
|
@@ -17027,11 +17176,11 @@
|
|
|
17027
17176
|
"relativePath": [
|
|
17028
17177
|
"lib",
|
|
17029
17178
|
"commands",
|
|
17030
|
-
"
|
|
17031
|
-
"
|
|
17179
|
+
"shipment",
|
|
17180
|
+
"picking.js"
|
|
17032
17181
|
]
|
|
17033
17182
|
},
|
|
17034
|
-
"
|
|
17183
|
+
"shipment:purchase": {
|
|
17035
17184
|
"aliases": [],
|
|
17036
17185
|
"args": {
|
|
17037
17186
|
"id": {
|
|
@@ -17040,7 +17189,7 @@
|
|
|
17040
17189
|
"required": true
|
|
17041
17190
|
}
|
|
17042
17191
|
},
|
|
17043
|
-
"description": "
|
|
17192
|
+
"description": "Send this attribute if you want to purchase this shipment with the selected rate.",
|
|
17044
17193
|
"flags": {
|
|
17045
17194
|
"organization": {
|
|
17046
17195
|
"char": "o",
|
|
@@ -17105,7 +17254,7 @@
|
|
|
17105
17254
|
},
|
|
17106
17255
|
"hasDynamicHelp": false,
|
|
17107
17256
|
"hiddenAliases": [],
|
|
17108
|
-
"id": "
|
|
17257
|
+
"id": "shipment:purchase",
|
|
17109
17258
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17110
17259
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17111
17260
|
"pluginType": "core",
|
|
@@ -17115,11 +17264,11 @@
|
|
|
17115
17264
|
"relativePath": [
|
|
17116
17265
|
"lib",
|
|
17117
17266
|
"commands",
|
|
17118
|
-
"
|
|
17119
|
-
"
|
|
17267
|
+
"shipment",
|
|
17268
|
+
"purchase.js"
|
|
17120
17269
|
]
|
|
17121
17270
|
},
|
|
17122
|
-
"
|
|
17271
|
+
"shipment:ready_to_ship": {
|
|
17123
17272
|
"aliases": [],
|
|
17124
17273
|
"args": {
|
|
17125
17274
|
"id": {
|
|
@@ -17128,7 +17277,7 @@
|
|
|
17128
17277
|
"required": true
|
|
17129
17278
|
}
|
|
17130
17279
|
},
|
|
17131
|
-
"description": "Send this attribute if you want to
|
|
17280
|
+
"description": "Send this attribute if you want to mark this shipment as ready to ship.",
|
|
17132
17281
|
"flags": {
|
|
17133
17282
|
"organization": {
|
|
17134
17283
|
"char": "o",
|
|
@@ -17193,7 +17342,7 @@
|
|
|
17193
17342
|
},
|
|
17194
17343
|
"hasDynamicHelp": false,
|
|
17195
17344
|
"hiddenAliases": [],
|
|
17196
|
-
"id": "
|
|
17345
|
+
"id": "shipment:ready_to_ship",
|
|
17197
17346
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17198
17347
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17199
17348
|
"pluginType": "core",
|
|
@@ -17203,11 +17352,11 @@
|
|
|
17203
17352
|
"relativePath": [
|
|
17204
17353
|
"lib",
|
|
17205
17354
|
"commands",
|
|
17206
|
-
"
|
|
17207
|
-
"
|
|
17355
|
+
"shipment",
|
|
17356
|
+
"ready_to_ship.js"
|
|
17208
17357
|
]
|
|
17209
17358
|
},
|
|
17210
|
-
"
|
|
17359
|
+
"shipment:release_stock": {
|
|
17211
17360
|
"aliases": [],
|
|
17212
17361
|
"args": {
|
|
17213
17362
|
"id": {
|
|
@@ -17216,7 +17365,7 @@
|
|
|
17216
17365
|
"required": true
|
|
17217
17366
|
}
|
|
17218
17367
|
},
|
|
17219
|
-
"description": "
|
|
17368
|
+
"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.",
|
|
17220
17369
|
"flags": {
|
|
17221
17370
|
"organization": {
|
|
17222
17371
|
"char": "o",
|
|
@@ -17281,7 +17430,7 @@
|
|
|
17281
17430
|
},
|
|
17282
17431
|
"hasDynamicHelp": false,
|
|
17283
17432
|
"hiddenAliases": [],
|
|
17284
|
-
"id": "
|
|
17433
|
+
"id": "shipment:release_stock",
|
|
17285
17434
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17286
17435
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17287
17436
|
"pluginType": "core",
|
|
@@ -17291,11 +17440,11 @@
|
|
|
17291
17440
|
"relativePath": [
|
|
17292
17441
|
"lib",
|
|
17293
17442
|
"commands",
|
|
17294
|
-
"
|
|
17295
|
-
"
|
|
17443
|
+
"shipment",
|
|
17444
|
+
"release_stock.js"
|
|
17296
17445
|
]
|
|
17297
17446
|
},
|
|
17298
|
-
"
|
|
17447
|
+
"shipment:remove_tags": {
|
|
17299
17448
|
"aliases": [],
|
|
17300
17449
|
"args": {
|
|
17301
17450
|
"id": {
|
|
@@ -17304,7 +17453,7 @@
|
|
|
17304
17453
|
"required": true
|
|
17305
17454
|
}
|
|
17306
17455
|
},
|
|
17307
|
-
"description": "
|
|
17456
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17308
17457
|
"flags": {
|
|
17309
17458
|
"organization": {
|
|
17310
17459
|
"char": "o",
|
|
@@ -17369,7 +17518,7 @@
|
|
|
17369
17518
|
},
|
|
17370
17519
|
"hasDynamicHelp": false,
|
|
17371
17520
|
"hiddenAliases": [],
|
|
17372
|
-
"id": "
|
|
17521
|
+
"id": "shipment:remove_tags",
|
|
17373
17522
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17374
17523
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17375
17524
|
"pluginType": "core",
|
|
@@ -17379,11 +17528,11 @@
|
|
|
17379
17528
|
"relativePath": [
|
|
17380
17529
|
"lib",
|
|
17381
17530
|
"commands",
|
|
17382
|
-
"
|
|
17383
|
-
"
|
|
17531
|
+
"shipment",
|
|
17532
|
+
"remove_tags.js"
|
|
17384
17533
|
]
|
|
17385
17534
|
},
|
|
17386
|
-
"
|
|
17535
|
+
"shipment:reserve_stock": {
|
|
17387
17536
|
"aliases": [],
|
|
17388
17537
|
"args": {
|
|
17389
17538
|
"id": {
|
|
@@ -17392,7 +17541,7 @@
|
|
|
17392
17541
|
"required": true
|
|
17393
17542
|
}
|
|
17394
17543
|
},
|
|
17395
|
-
"description": "Send this attribute if you want to
|
|
17544
|
+
"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.",
|
|
17396
17545
|
"flags": {
|
|
17397
17546
|
"organization": {
|
|
17398
17547
|
"char": "o",
|
|
@@ -17457,7 +17606,7 @@
|
|
|
17457
17606
|
},
|
|
17458
17607
|
"hasDynamicHelp": false,
|
|
17459
17608
|
"hiddenAliases": [],
|
|
17460
|
-
"id": "
|
|
17609
|
+
"id": "shipment:reserve_stock",
|
|
17461
17610
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17462
17611
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17463
17612
|
"pluginType": "core",
|
|
@@ -17467,11 +17616,11 @@
|
|
|
17467
17616
|
"relativePath": [
|
|
17468
17617
|
"lib",
|
|
17469
17618
|
"commands",
|
|
17470
|
-
"
|
|
17471
|
-
"
|
|
17619
|
+
"shipment",
|
|
17620
|
+
"reserve_stock.js"
|
|
17472
17621
|
]
|
|
17473
17622
|
},
|
|
17474
|
-
"
|
|
17623
|
+
"shipment:ship": {
|
|
17475
17624
|
"aliases": [],
|
|
17476
17625
|
"args": {
|
|
17477
17626
|
"id": {
|
|
@@ -17480,7 +17629,7 @@
|
|
|
17480
17629
|
"required": true
|
|
17481
17630
|
}
|
|
17482
17631
|
},
|
|
17483
|
-
"description": "Send this attribute if you want to mark this
|
|
17632
|
+
"description": "Send this attribute if you want to mark this shipment as shipped.",
|
|
17484
17633
|
"flags": {
|
|
17485
17634
|
"organization": {
|
|
17486
17635
|
"char": "o",
|
|
@@ -17545,7 +17694,7 @@
|
|
|
17545
17694
|
},
|
|
17546
17695
|
"hasDynamicHelp": false,
|
|
17547
17696
|
"hiddenAliases": [],
|
|
17548
|
-
"id": "
|
|
17697
|
+
"id": "shipment:ship",
|
|
17549
17698
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17550
17699
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17551
17700
|
"pluginType": "core",
|
|
@@ -17555,11 +17704,11 @@
|
|
|
17555
17704
|
"relativePath": [
|
|
17556
17705
|
"lib",
|
|
17557
17706
|
"commands",
|
|
17558
|
-
"
|
|
17559
|
-
"
|
|
17707
|
+
"shipment",
|
|
17708
|
+
"ship.js"
|
|
17560
17709
|
]
|
|
17561
17710
|
},
|
|
17562
|
-
"
|
|
17711
|
+
"shipment:upcoming": {
|
|
17563
17712
|
"aliases": [],
|
|
17564
17713
|
"args": {
|
|
17565
17714
|
"id": {
|
|
@@ -17568,7 +17717,7 @@
|
|
|
17568
17717
|
"required": true
|
|
17569
17718
|
}
|
|
17570
17719
|
},
|
|
17571
|
-
"description": "
|
|
17720
|
+
"description": "Send this attribute if you want to mark this shipment as upcoming. Cannot be passed by sales channels.",
|
|
17572
17721
|
"flags": {
|
|
17573
17722
|
"organization": {
|
|
17574
17723
|
"char": "o",
|
|
@@ -17633,7 +17782,7 @@
|
|
|
17633
17782
|
},
|
|
17634
17783
|
"hasDynamicHelp": false,
|
|
17635
17784
|
"hiddenAliases": [],
|
|
17636
|
-
"id": "
|
|
17785
|
+
"id": "shipment:upcoming",
|
|
17637
17786
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17638
17787
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17639
17788
|
"pluginType": "core",
|
|
@@ -17643,11 +17792,11 @@
|
|
|
17643
17792
|
"relativePath": [
|
|
17644
17793
|
"lib",
|
|
17645
17794
|
"commands",
|
|
17646
|
-
"
|
|
17647
|
-
"
|
|
17795
|
+
"shipment",
|
|
17796
|
+
"upcoming.js"
|
|
17648
17797
|
]
|
|
17649
17798
|
},
|
|
17650
|
-
"
|
|
17799
|
+
"sku:add_tags": {
|
|
17651
17800
|
"aliases": [],
|
|
17652
17801
|
"args": {
|
|
17653
17802
|
"id": {
|
|
@@ -17656,7 +17805,7 @@
|
|
|
17656
17805
|
"required": true
|
|
17657
17806
|
}
|
|
17658
17807
|
},
|
|
17659
|
-
"description": "
|
|
17808
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17660
17809
|
"flags": {
|
|
17661
17810
|
"organization": {
|
|
17662
17811
|
"char": "o",
|
|
@@ -17721,7 +17870,7 @@
|
|
|
17721
17870
|
},
|
|
17722
17871
|
"hasDynamicHelp": false,
|
|
17723
17872
|
"hiddenAliases": [],
|
|
17724
|
-
"id": "
|
|
17873
|
+
"id": "sku:add_tags",
|
|
17725
17874
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17726
17875
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17727
17876
|
"pluginType": "core",
|
|
@@ -17731,11 +17880,11 @@
|
|
|
17731
17880
|
"relativePath": [
|
|
17732
17881
|
"lib",
|
|
17733
17882
|
"commands",
|
|
17734
|
-
"
|
|
17735
|
-
"
|
|
17883
|
+
"sku",
|
|
17884
|
+
"add_tags.js"
|
|
17736
17885
|
]
|
|
17737
17886
|
},
|
|
17738
|
-
"
|
|
17887
|
+
"sku": {
|
|
17739
17888
|
"aliases": [],
|
|
17740
17889
|
"args": {
|
|
17741
17890
|
"id": {
|
|
@@ -17744,7 +17893,7 @@
|
|
|
17744
17893
|
"required": true
|
|
17745
17894
|
}
|
|
17746
17895
|
},
|
|
17747
|
-
"description": "
|
|
17896
|
+
"description": "execute an action on a resource of type skus",
|
|
17748
17897
|
"flags": {
|
|
17749
17898
|
"organization": {
|
|
17750
17899
|
"char": "o",
|
|
@@ -17809,7 +17958,7 @@
|
|
|
17809
17958
|
},
|
|
17810
17959
|
"hasDynamicHelp": false,
|
|
17811
17960
|
"hiddenAliases": [],
|
|
17812
|
-
"id": "
|
|
17961
|
+
"id": "sku",
|
|
17813
17962
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17814
17963
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17815
17964
|
"pluginType": "core",
|
|
@@ -17819,11 +17968,11 @@
|
|
|
17819
17968
|
"relativePath": [
|
|
17820
17969
|
"lib",
|
|
17821
17970
|
"commands",
|
|
17822
|
-
"
|
|
17823
|
-
"
|
|
17971
|
+
"sku",
|
|
17972
|
+
"index.js"
|
|
17824
17973
|
]
|
|
17825
17974
|
},
|
|
17826
|
-
"
|
|
17975
|
+
"sku:remove_tags": {
|
|
17827
17976
|
"aliases": [],
|
|
17828
17977
|
"args": {
|
|
17829
17978
|
"id": {
|
|
@@ -17832,7 +17981,7 @@
|
|
|
17832
17981
|
"required": true
|
|
17833
17982
|
}
|
|
17834
17983
|
},
|
|
17835
|
-
"description": "
|
|
17984
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17836
17985
|
"flags": {
|
|
17837
17986
|
"organization": {
|
|
17838
17987
|
"char": "o",
|
|
@@ -17897,7 +18046,7 @@
|
|
|
17897
18046
|
},
|
|
17898
18047
|
"hasDynamicHelp": false,
|
|
17899
18048
|
"hiddenAliases": [],
|
|
17900
|
-
"id": "
|
|
18049
|
+
"id": "sku:remove_tags",
|
|
17901
18050
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17902
18051
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17903
18052
|
"pluginType": "core",
|
|
@@ -17907,11 +18056,11 @@
|
|
|
17907
18056
|
"relativePath": [
|
|
17908
18057
|
"lib",
|
|
17909
18058
|
"commands",
|
|
17910
|
-
"
|
|
17911
|
-
"
|
|
18059
|
+
"sku",
|
|
18060
|
+
"remove_tags.js"
|
|
17912
18061
|
]
|
|
17913
18062
|
},
|
|
17914
|
-
"
|
|
18063
|
+
"sku_option:add_tags": {
|
|
17915
18064
|
"aliases": [],
|
|
17916
18065
|
"args": {
|
|
17917
18066
|
"id": {
|
|
@@ -17920,7 +18069,7 @@
|
|
|
17920
18069
|
"required": true
|
|
17921
18070
|
}
|
|
17922
18071
|
},
|
|
17923
|
-
"description": "
|
|
18072
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
17924
18073
|
"flags": {
|
|
17925
18074
|
"organization": {
|
|
17926
18075
|
"char": "o",
|
|
@@ -17985,7 +18134,7 @@
|
|
|
17985
18134
|
},
|
|
17986
18135
|
"hasDynamicHelp": false,
|
|
17987
18136
|
"hiddenAliases": [],
|
|
17988
|
-
"id": "
|
|
18137
|
+
"id": "sku_option:add_tags",
|
|
17989
18138
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
17990
18139
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
17991
18140
|
"pluginType": "core",
|
|
@@ -17995,11 +18144,11 @@
|
|
|
17995
18144
|
"relativePath": [
|
|
17996
18145
|
"lib",
|
|
17997
18146
|
"commands",
|
|
17998
|
-
"
|
|
17999
|
-
"
|
|
18147
|
+
"sku_option",
|
|
18148
|
+
"add_tags.js"
|
|
18000
18149
|
]
|
|
18001
18150
|
},
|
|
18002
|
-
"
|
|
18151
|
+
"sku_option": {
|
|
18003
18152
|
"aliases": [],
|
|
18004
18153
|
"args": {
|
|
18005
18154
|
"id": {
|
|
@@ -18008,7 +18157,7 @@
|
|
|
18008
18157
|
"required": true
|
|
18009
18158
|
}
|
|
18010
18159
|
},
|
|
18011
|
-
"description": "
|
|
18160
|
+
"description": "execute an action on a resource of type sku_options",
|
|
18012
18161
|
"flags": {
|
|
18013
18162
|
"organization": {
|
|
18014
18163
|
"char": "o",
|
|
@@ -18073,7 +18222,7 @@
|
|
|
18073
18222
|
},
|
|
18074
18223
|
"hasDynamicHelp": false,
|
|
18075
18224
|
"hiddenAliases": [],
|
|
18076
|
-
"id": "
|
|
18225
|
+
"id": "sku_option",
|
|
18077
18226
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18078
18227
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18079
18228
|
"pluginType": "core",
|
|
@@ -18083,11 +18232,11 @@
|
|
|
18083
18232
|
"relativePath": [
|
|
18084
18233
|
"lib",
|
|
18085
18234
|
"commands",
|
|
18086
|
-
"
|
|
18087
|
-
"
|
|
18235
|
+
"sku_option",
|
|
18236
|
+
"index.js"
|
|
18088
18237
|
]
|
|
18089
18238
|
},
|
|
18090
|
-
"
|
|
18239
|
+
"sku_option:remove_tags": {
|
|
18091
18240
|
"aliases": [],
|
|
18092
18241
|
"args": {
|
|
18093
18242
|
"id": {
|
|
@@ -18096,7 +18245,7 @@
|
|
|
18096
18245
|
"required": true
|
|
18097
18246
|
}
|
|
18098
18247
|
},
|
|
18099
|
-
"description": "
|
|
18248
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
18100
18249
|
"flags": {
|
|
18101
18250
|
"organization": {
|
|
18102
18251
|
"char": "o",
|
|
@@ -18161,7 +18310,7 @@
|
|
|
18161
18310
|
},
|
|
18162
18311
|
"hasDynamicHelp": false,
|
|
18163
18312
|
"hiddenAliases": [],
|
|
18164
|
-
"id": "
|
|
18313
|
+
"id": "sku_option:remove_tags",
|
|
18165
18314
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18166
18315
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18167
18316
|
"pluginType": "core",
|
|
@@ -18171,11 +18320,11 @@
|
|
|
18171
18320
|
"relativePath": [
|
|
18172
18321
|
"lib",
|
|
18173
18322
|
"commands",
|
|
18174
|
-
"
|
|
18175
|
-
"
|
|
18323
|
+
"sku_option",
|
|
18324
|
+
"remove_tags.js"
|
|
18176
18325
|
]
|
|
18177
18326
|
},
|
|
18178
|
-
"
|
|
18327
|
+
"stock_item": {
|
|
18179
18328
|
"aliases": [],
|
|
18180
18329
|
"args": {
|
|
18181
18330
|
"id": {
|
|
@@ -18184,7 +18333,7 @@
|
|
|
18184
18333
|
"required": true
|
|
18185
18334
|
}
|
|
18186
18335
|
},
|
|
18187
|
-
"description": "
|
|
18336
|
+
"description": "execute an action on a resource of type stock_items",
|
|
18188
18337
|
"flags": {
|
|
18189
18338
|
"organization": {
|
|
18190
18339
|
"char": "o",
|
|
@@ -18249,7 +18398,7 @@
|
|
|
18249
18398
|
},
|
|
18250
18399
|
"hasDynamicHelp": false,
|
|
18251
18400
|
"hiddenAliases": [],
|
|
18252
|
-
"id": "
|
|
18401
|
+
"id": "stock_item",
|
|
18253
18402
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18254
18403
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18255
18404
|
"pluginType": "core",
|
|
@@ -18259,11 +18408,11 @@
|
|
|
18259
18408
|
"relativePath": [
|
|
18260
18409
|
"lib",
|
|
18261
18410
|
"commands",
|
|
18262
|
-
"
|
|
18263
|
-
"
|
|
18411
|
+
"stock_item",
|
|
18412
|
+
"index.js"
|
|
18264
18413
|
]
|
|
18265
18414
|
},
|
|
18266
|
-
"
|
|
18415
|
+
"stock_item:validate": {
|
|
18267
18416
|
"aliases": [],
|
|
18268
18417
|
"args": {
|
|
18269
18418
|
"id": {
|
|
@@ -18272,7 +18421,7 @@
|
|
|
18272
18421
|
"required": true
|
|
18273
18422
|
}
|
|
18274
18423
|
},
|
|
18275
|
-
"description": "Send this attribute if you want to
|
|
18424
|
+
"description": "Send this attribute if you want to validate the stock item quantity against the existing reserved stock one, returns an error in case the former is smaller. Cannot be passed by sales channels.",
|
|
18276
18425
|
"flags": {
|
|
18277
18426
|
"organization": {
|
|
18278
18427
|
"char": "o",
|
|
@@ -18337,7 +18486,7 @@
|
|
|
18337
18486
|
},
|
|
18338
18487
|
"hasDynamicHelp": false,
|
|
18339
18488
|
"hiddenAliases": [],
|
|
18340
|
-
"id": "
|
|
18489
|
+
"id": "stock_item:validate",
|
|
18341
18490
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18342
18491
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18343
18492
|
"pluginType": "core",
|
|
@@ -18347,11 +18496,11 @@
|
|
|
18347
18496
|
"relativePath": [
|
|
18348
18497
|
"lib",
|
|
18349
18498
|
"commands",
|
|
18350
|
-
"
|
|
18351
|
-
"
|
|
18499
|
+
"stock_item",
|
|
18500
|
+
"validate.js"
|
|
18352
18501
|
]
|
|
18353
18502
|
},
|
|
18354
|
-
"
|
|
18503
|
+
"stock_reservation": {
|
|
18355
18504
|
"aliases": [],
|
|
18356
18505
|
"args": {
|
|
18357
18506
|
"id": {
|
|
@@ -18360,7 +18509,7 @@
|
|
|
18360
18509
|
"required": true
|
|
18361
18510
|
}
|
|
18362
18511
|
},
|
|
18363
|
-
"description": "
|
|
18512
|
+
"description": "execute an action on a resource of type stock_reservations",
|
|
18364
18513
|
"flags": {
|
|
18365
18514
|
"organization": {
|
|
18366
18515
|
"char": "o",
|
|
@@ -18425,7 +18574,7 @@
|
|
|
18425
18574
|
},
|
|
18426
18575
|
"hasDynamicHelp": false,
|
|
18427
18576
|
"hiddenAliases": [],
|
|
18428
|
-
"id": "
|
|
18577
|
+
"id": "stock_reservation",
|
|
18429
18578
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18430
18579
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18431
18580
|
"pluginType": "core",
|
|
@@ -18435,11 +18584,11 @@
|
|
|
18435
18584
|
"relativePath": [
|
|
18436
18585
|
"lib",
|
|
18437
18586
|
"commands",
|
|
18438
|
-
"
|
|
18439
|
-
"
|
|
18587
|
+
"stock_reservation",
|
|
18588
|
+
"index.js"
|
|
18440
18589
|
]
|
|
18441
18590
|
},
|
|
18442
|
-
"
|
|
18591
|
+
"stock_reservation:pending": {
|
|
18443
18592
|
"aliases": [],
|
|
18444
18593
|
"args": {
|
|
18445
18594
|
"id": {
|
|
@@ -18448,7 +18597,7 @@
|
|
|
18448
18597
|
"required": true
|
|
18449
18598
|
}
|
|
18450
18599
|
},
|
|
18451
|
-
"description": "Send this attribute if you want to mark this
|
|
18600
|
+
"description": "Send this attribute if you want to mark this stock reservation as pending.",
|
|
18452
18601
|
"flags": {
|
|
18453
18602
|
"organization": {
|
|
18454
18603
|
"char": "o",
|
|
@@ -18513,7 +18662,7 @@
|
|
|
18513
18662
|
},
|
|
18514
18663
|
"hasDynamicHelp": false,
|
|
18515
18664
|
"hiddenAliases": [],
|
|
18516
|
-
"id": "
|
|
18665
|
+
"id": "stock_reservation:pending",
|
|
18517
18666
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18518
18667
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18519
18668
|
"pluginType": "core",
|
|
@@ -18523,11 +18672,11 @@
|
|
|
18523
18672
|
"relativePath": [
|
|
18524
18673
|
"lib",
|
|
18525
18674
|
"commands",
|
|
18526
|
-
"
|
|
18527
|
-
"
|
|
18675
|
+
"stock_reservation",
|
|
18676
|
+
"pending.js"
|
|
18528
18677
|
]
|
|
18529
18678
|
},
|
|
18530
|
-
"
|
|
18679
|
+
"stock_line_item:decrement_stock": {
|
|
18531
18680
|
"aliases": [],
|
|
18532
18681
|
"args": {
|
|
18533
18682
|
"id": {
|
|
@@ -18536,7 +18685,7 @@
|
|
|
18536
18685
|
"required": true
|
|
18537
18686
|
}
|
|
18538
18687
|
},
|
|
18539
|
-
"description": "Send this attribute if you want to
|
|
18688
|
+
"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.",
|
|
18540
18689
|
"flags": {
|
|
18541
18690
|
"organization": {
|
|
18542
18691
|
"char": "o",
|
|
@@ -18601,7 +18750,7 @@
|
|
|
18601
18750
|
},
|
|
18602
18751
|
"hasDynamicHelp": false,
|
|
18603
18752
|
"hiddenAliases": [],
|
|
18604
|
-
"id": "
|
|
18753
|
+
"id": "stock_line_item:decrement_stock",
|
|
18605
18754
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18606
18755
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18607
18756
|
"pluginType": "core",
|
|
@@ -18611,11 +18760,11 @@
|
|
|
18611
18760
|
"relativePath": [
|
|
18612
18761
|
"lib",
|
|
18613
18762
|
"commands",
|
|
18614
|
-
"
|
|
18615
|
-
"
|
|
18763
|
+
"stock_line_item",
|
|
18764
|
+
"decrement_stock.js"
|
|
18616
18765
|
]
|
|
18617
18766
|
},
|
|
18618
|
-
"
|
|
18767
|
+
"stock_line_item": {
|
|
18619
18768
|
"aliases": [],
|
|
18620
18769
|
"args": {
|
|
18621
18770
|
"id": {
|
|
@@ -18624,7 +18773,7 @@
|
|
|
18624
18773
|
"required": true
|
|
18625
18774
|
}
|
|
18626
18775
|
},
|
|
18627
|
-
"description": "execute an action on a resource of type
|
|
18776
|
+
"description": "execute an action on a resource of type stock_line_items",
|
|
18628
18777
|
"flags": {
|
|
18629
18778
|
"organization": {
|
|
18630
18779
|
"char": "o",
|
|
@@ -18689,7 +18838,7 @@
|
|
|
18689
18838
|
},
|
|
18690
18839
|
"hasDynamicHelp": false,
|
|
18691
18840
|
"hiddenAliases": [],
|
|
18692
|
-
"id": "
|
|
18841
|
+
"id": "stock_line_item",
|
|
18693
18842
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18694
18843
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18695
18844
|
"pluginType": "core",
|
|
@@ -18699,11 +18848,11 @@
|
|
|
18699
18848
|
"relativePath": [
|
|
18700
18849
|
"lib",
|
|
18701
18850
|
"commands",
|
|
18702
|
-
"
|
|
18851
|
+
"stock_line_item",
|
|
18703
18852
|
"index.js"
|
|
18704
18853
|
]
|
|
18705
18854
|
},
|
|
18706
|
-
"
|
|
18855
|
+
"stock_line_item:release_stock": {
|
|
18707
18856
|
"aliases": [],
|
|
18708
18857
|
"args": {
|
|
18709
18858
|
"id": {
|
|
@@ -18712,7 +18861,7 @@
|
|
|
18712
18861
|
"required": true
|
|
18713
18862
|
}
|
|
18714
18863
|
},
|
|
18715
|
-
"description": "
|
|
18864
|
+
"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.",
|
|
18716
18865
|
"flags": {
|
|
18717
18866
|
"organization": {
|
|
18718
18867
|
"char": "o",
|
|
@@ -18777,7 +18926,7 @@
|
|
|
18777
18926
|
},
|
|
18778
18927
|
"hasDynamicHelp": false,
|
|
18779
18928
|
"hiddenAliases": [],
|
|
18780
|
-
"id": "
|
|
18929
|
+
"id": "stock_line_item:release_stock",
|
|
18781
18930
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18782
18931
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18783
18932
|
"pluginType": "core",
|
|
@@ -18787,11 +18936,11 @@
|
|
|
18787
18936
|
"relativePath": [
|
|
18788
18937
|
"lib",
|
|
18789
18938
|
"commands",
|
|
18790
|
-
"
|
|
18791
|
-
"
|
|
18939
|
+
"stock_line_item",
|
|
18940
|
+
"release_stock.js"
|
|
18792
18941
|
]
|
|
18793
18942
|
},
|
|
18794
|
-
"
|
|
18943
|
+
"stock_line_item:reserve_stock": {
|
|
18795
18944
|
"aliases": [],
|
|
18796
18945
|
"args": {
|
|
18797
18946
|
"id": {
|
|
@@ -18800,7 +18949,7 @@
|
|
|
18800
18949
|
"required": true
|
|
18801
18950
|
}
|
|
18802
18951
|
},
|
|
18803
|
-
"description": "Send this attribute if you want to
|
|
18952
|
+
"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.",
|
|
18804
18953
|
"flags": {
|
|
18805
18954
|
"organization": {
|
|
18806
18955
|
"char": "o",
|
|
@@ -18865,7 +19014,7 @@
|
|
|
18865
19014
|
},
|
|
18866
19015
|
"hasDynamicHelp": false,
|
|
18867
19016
|
"hiddenAliases": [],
|
|
18868
|
-
"id": "
|
|
19017
|
+
"id": "stock_line_item:reserve_stock",
|
|
18869
19018
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18870
19019
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18871
19020
|
"pluginType": "core",
|
|
@@ -18875,11 +19024,11 @@
|
|
|
18875
19024
|
"relativePath": [
|
|
18876
19025
|
"lib",
|
|
18877
19026
|
"commands",
|
|
18878
|
-
"
|
|
18879
|
-
"
|
|
19027
|
+
"stock_line_item",
|
|
19028
|
+
"reserve_stock.js"
|
|
18880
19029
|
]
|
|
18881
19030
|
},
|
|
18882
|
-
"
|
|
19031
|
+
"stripe_gateway:disable": {
|
|
18883
19032
|
"aliases": [],
|
|
18884
19033
|
"args": {
|
|
18885
19034
|
"id": {
|
|
@@ -18953,7 +19102,7 @@
|
|
|
18953
19102
|
},
|
|
18954
19103
|
"hasDynamicHelp": false,
|
|
18955
19104
|
"hiddenAliases": [],
|
|
18956
|
-
"id": "
|
|
19105
|
+
"id": "stripe_gateway:disable",
|
|
18957
19106
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
18958
19107
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
18959
19108
|
"pluginType": "core",
|
|
@@ -18963,11 +19112,11 @@
|
|
|
18963
19112
|
"relativePath": [
|
|
18964
19113
|
"lib",
|
|
18965
19114
|
"commands",
|
|
18966
|
-
"
|
|
19115
|
+
"stripe_gateway",
|
|
18967
19116
|
"disable.js"
|
|
18968
19117
|
]
|
|
18969
19118
|
},
|
|
18970
|
-
"
|
|
19119
|
+
"stripe_gateway:enable": {
|
|
18971
19120
|
"aliases": [],
|
|
18972
19121
|
"args": {
|
|
18973
19122
|
"id": {
|
|
@@ -19041,7 +19190,7 @@
|
|
|
19041
19190
|
},
|
|
19042
19191
|
"hasDynamicHelp": false,
|
|
19043
19192
|
"hiddenAliases": [],
|
|
19044
|
-
"id": "
|
|
19193
|
+
"id": "stripe_gateway:enable",
|
|
19045
19194
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19046
19195
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19047
19196
|
"pluginType": "core",
|
|
@@ -19051,11 +19200,11 @@
|
|
|
19051
19200
|
"relativePath": [
|
|
19052
19201
|
"lib",
|
|
19053
19202
|
"commands",
|
|
19054
|
-
"
|
|
19203
|
+
"stripe_gateway",
|
|
19055
19204
|
"enable.js"
|
|
19056
19205
|
]
|
|
19057
19206
|
},
|
|
19058
|
-
"
|
|
19207
|
+
"stripe_gateway": {
|
|
19059
19208
|
"aliases": [],
|
|
19060
19209
|
"args": {
|
|
19061
19210
|
"id": {
|
|
@@ -19064,7 +19213,7 @@
|
|
|
19064
19213
|
"required": true
|
|
19065
19214
|
}
|
|
19066
19215
|
},
|
|
19067
|
-
"description": "execute an action on a resource of type
|
|
19216
|
+
"description": "execute an action on a resource of type stripe_gateways",
|
|
19068
19217
|
"flags": {
|
|
19069
19218
|
"organization": {
|
|
19070
19219
|
"char": "o",
|
|
@@ -19129,7 +19278,7 @@
|
|
|
19129
19278
|
},
|
|
19130
19279
|
"hasDynamicHelp": false,
|
|
19131
19280
|
"hiddenAliases": [],
|
|
19132
|
-
"id": "
|
|
19281
|
+
"id": "stripe_gateway",
|
|
19133
19282
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19134
19283
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19135
19284
|
"pluginType": "core",
|
|
@@ -19139,11 +19288,11 @@
|
|
|
19139
19288
|
"relativePath": [
|
|
19140
19289
|
"lib",
|
|
19141
19290
|
"commands",
|
|
19142
|
-
"
|
|
19291
|
+
"stripe_gateway",
|
|
19143
19292
|
"index.js"
|
|
19144
19293
|
]
|
|
19145
19294
|
},
|
|
19146
|
-
"
|
|
19295
|
+
"stock_transfer:cancel": {
|
|
19147
19296
|
"aliases": [],
|
|
19148
19297
|
"args": {
|
|
19149
19298
|
"id": {
|
|
@@ -19152,7 +19301,7 @@
|
|
|
19152
19301
|
"required": true
|
|
19153
19302
|
}
|
|
19154
19303
|
},
|
|
19155
|
-
"description": "Send this attribute if you want to
|
|
19304
|
+
"description": "Send this attribute if you want to cancel this stock transfer.",
|
|
19156
19305
|
"flags": {
|
|
19157
19306
|
"organization": {
|
|
19158
19307
|
"char": "o",
|
|
@@ -19217,7 +19366,7 @@
|
|
|
19217
19366
|
},
|
|
19218
19367
|
"hasDynamicHelp": false,
|
|
19219
19368
|
"hiddenAliases": [],
|
|
19220
|
-
"id": "
|
|
19369
|
+
"id": "stock_transfer:cancel",
|
|
19221
19370
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19222
19371
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19223
19372
|
"pluginType": "core",
|
|
@@ -19227,11 +19376,11 @@
|
|
|
19227
19376
|
"relativePath": [
|
|
19228
19377
|
"lib",
|
|
19229
19378
|
"commands",
|
|
19230
|
-
"
|
|
19231
|
-
"
|
|
19379
|
+
"stock_transfer",
|
|
19380
|
+
"cancel.js"
|
|
19232
19381
|
]
|
|
19233
19382
|
},
|
|
19234
|
-
"
|
|
19383
|
+
"stock_transfer:complete": {
|
|
19235
19384
|
"aliases": [],
|
|
19236
19385
|
"args": {
|
|
19237
19386
|
"id": {
|
|
@@ -19240,7 +19389,7 @@
|
|
|
19240
19389
|
"required": true
|
|
19241
19390
|
}
|
|
19242
19391
|
},
|
|
19243
|
-
"description": "
|
|
19392
|
+
"description": "Send this attribute if you want to complete this stock transfer.",
|
|
19244
19393
|
"flags": {
|
|
19245
19394
|
"organization": {
|
|
19246
19395
|
"char": "o",
|
|
@@ -19305,7 +19454,7 @@
|
|
|
19305
19454
|
},
|
|
19306
19455
|
"hasDynamicHelp": false,
|
|
19307
19456
|
"hiddenAliases": [],
|
|
19308
|
-
"id": "
|
|
19457
|
+
"id": "stock_transfer:complete",
|
|
19309
19458
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19310
19459
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19311
19460
|
"pluginType": "core",
|
|
@@ -19315,11 +19464,11 @@
|
|
|
19315
19464
|
"relativePath": [
|
|
19316
19465
|
"lib",
|
|
19317
19466
|
"commands",
|
|
19318
|
-
"
|
|
19319
|
-
"
|
|
19467
|
+
"stock_transfer",
|
|
19468
|
+
"complete.js"
|
|
19320
19469
|
]
|
|
19321
19470
|
},
|
|
19322
|
-
"
|
|
19471
|
+
"stock_transfer:in_transit": {
|
|
19323
19472
|
"aliases": [],
|
|
19324
19473
|
"args": {
|
|
19325
19474
|
"id": {
|
|
@@ -19328,7 +19477,7 @@
|
|
|
19328
19477
|
"required": true
|
|
19329
19478
|
}
|
|
19330
19479
|
},
|
|
19331
|
-
"description": "Send this attribute if you want to mark this
|
|
19480
|
+
"description": "Send this attribute if you want to mark this stock transfer as in transit.",
|
|
19332
19481
|
"flags": {
|
|
19333
19482
|
"organization": {
|
|
19334
19483
|
"char": "o",
|
|
@@ -19393,7 +19542,7 @@
|
|
|
19393
19542
|
},
|
|
19394
19543
|
"hasDynamicHelp": false,
|
|
19395
19544
|
"hiddenAliases": [],
|
|
19396
|
-
"id": "
|
|
19545
|
+
"id": "stock_transfer:in_transit",
|
|
19397
19546
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19398
19547
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19399
19548
|
"pluginType": "core",
|
|
@@ -19403,11 +19552,11 @@
|
|
|
19403
19552
|
"relativePath": [
|
|
19404
19553
|
"lib",
|
|
19405
19554
|
"commands",
|
|
19406
|
-
"
|
|
19407
|
-
"
|
|
19555
|
+
"stock_transfer",
|
|
19556
|
+
"in_transit.js"
|
|
19408
19557
|
]
|
|
19409
19558
|
},
|
|
19410
|
-
"
|
|
19559
|
+
"stock_transfer": {
|
|
19411
19560
|
"aliases": [],
|
|
19412
19561
|
"args": {
|
|
19413
19562
|
"id": {
|
|
@@ -19416,7 +19565,7 @@
|
|
|
19416
19565
|
"required": true
|
|
19417
19566
|
}
|
|
19418
19567
|
},
|
|
19419
|
-
"description": "
|
|
19568
|
+
"description": "execute an action on a resource of type stock_transfers",
|
|
19420
19569
|
"flags": {
|
|
19421
19570
|
"organization": {
|
|
19422
19571
|
"char": "o",
|
|
@@ -19481,7 +19630,7 @@
|
|
|
19481
19630
|
},
|
|
19482
19631
|
"hasDynamicHelp": false,
|
|
19483
19632
|
"hiddenAliases": [],
|
|
19484
|
-
"id": "
|
|
19633
|
+
"id": "stock_transfer",
|
|
19485
19634
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19486
19635
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19487
19636
|
"pluginType": "core",
|
|
@@ -19491,11 +19640,11 @@
|
|
|
19491
19640
|
"relativePath": [
|
|
19492
19641
|
"lib",
|
|
19493
19642
|
"commands",
|
|
19494
|
-
"
|
|
19495
|
-
"
|
|
19643
|
+
"stock_transfer",
|
|
19644
|
+
"index.js"
|
|
19496
19645
|
]
|
|
19497
19646
|
},
|
|
19498
|
-
"
|
|
19647
|
+
"stock_transfer:on_hold": {
|
|
19499
19648
|
"aliases": [],
|
|
19500
19649
|
"args": {
|
|
19501
19650
|
"id": {
|
|
@@ -19504,7 +19653,7 @@
|
|
|
19504
19653
|
"required": true
|
|
19505
19654
|
}
|
|
19506
19655
|
},
|
|
19507
|
-
"description": "Send this attribute if you want to
|
|
19656
|
+
"description": "Send this attribute if you want to put this stock transfer on hold.",
|
|
19508
19657
|
"flags": {
|
|
19509
19658
|
"organization": {
|
|
19510
19659
|
"char": "o",
|
|
@@ -19569,7 +19718,7 @@
|
|
|
19569
19718
|
},
|
|
19570
19719
|
"hasDynamicHelp": false,
|
|
19571
19720
|
"hiddenAliases": [],
|
|
19572
|
-
"id": "
|
|
19721
|
+
"id": "stock_transfer:on_hold",
|
|
19573
19722
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19574
19723
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19575
19724
|
"pluginType": "core",
|
|
@@ -19579,11 +19728,11 @@
|
|
|
19579
19728
|
"relativePath": [
|
|
19580
19729
|
"lib",
|
|
19581
19730
|
"commands",
|
|
19582
|
-
"
|
|
19583
|
-
"
|
|
19731
|
+
"stock_transfer",
|
|
19732
|
+
"on_hold.js"
|
|
19584
19733
|
]
|
|
19585
19734
|
},
|
|
19586
|
-
"
|
|
19735
|
+
"stock_transfer:picking": {
|
|
19587
19736
|
"aliases": [],
|
|
19588
19737
|
"args": {
|
|
19589
19738
|
"id": {
|
|
@@ -19592,7 +19741,7 @@
|
|
|
19592
19741
|
"required": true
|
|
19593
19742
|
}
|
|
19594
19743
|
},
|
|
19595
|
-
"description": "Send this attribute if you want
|
|
19744
|
+
"description": "Send this attribute if you want to start picking this stock transfer.",
|
|
19596
19745
|
"flags": {
|
|
19597
19746
|
"organization": {
|
|
19598
19747
|
"char": "o",
|
|
@@ -19657,7 +19806,7 @@
|
|
|
19657
19806
|
},
|
|
19658
19807
|
"hasDynamicHelp": false,
|
|
19659
19808
|
"hiddenAliases": [],
|
|
19660
|
-
"id": "
|
|
19809
|
+
"id": "stock_transfer:picking",
|
|
19661
19810
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19662
19811
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19663
19812
|
"pluginType": "core",
|
|
@@ -19667,11 +19816,11 @@
|
|
|
19667
19816
|
"relativePath": [
|
|
19668
19817
|
"lib",
|
|
19669
19818
|
"commands",
|
|
19670
|
-
"
|
|
19671
|
-
"
|
|
19819
|
+
"stock_transfer",
|
|
19820
|
+
"picking.js"
|
|
19672
19821
|
]
|
|
19673
19822
|
},
|
|
19674
|
-
"
|
|
19823
|
+
"stock_transfer:upcoming": {
|
|
19675
19824
|
"aliases": [],
|
|
19676
19825
|
"args": {
|
|
19677
19826
|
"id": {
|
|
@@ -19680,7 +19829,7 @@
|
|
|
19680
19829
|
"required": true
|
|
19681
19830
|
}
|
|
19682
19831
|
},
|
|
19683
|
-
"description": "
|
|
19832
|
+
"description": "Send this attribute if you want to mark this stock transfer as upcoming.",
|
|
19684
19833
|
"flags": {
|
|
19685
19834
|
"organization": {
|
|
19686
19835
|
"char": "o",
|
|
@@ -19745,7 +19894,7 @@
|
|
|
19745
19894
|
},
|
|
19746
19895
|
"hasDynamicHelp": false,
|
|
19747
19896
|
"hiddenAliases": [],
|
|
19748
|
-
"id": "
|
|
19897
|
+
"id": "stock_transfer:upcoming",
|
|
19749
19898
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19750
19899
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19751
19900
|
"pluginType": "core",
|
|
@@ -19755,11 +19904,11 @@
|
|
|
19755
19904
|
"relativePath": [
|
|
19756
19905
|
"lib",
|
|
19757
19906
|
"commands",
|
|
19758
|
-
"
|
|
19759
|
-
"
|
|
19907
|
+
"stock_transfer",
|
|
19908
|
+
"upcoming.js"
|
|
19760
19909
|
]
|
|
19761
19910
|
},
|
|
19762
|
-
"
|
|
19911
|
+
"stripe_payment": {
|
|
19763
19912
|
"aliases": [],
|
|
19764
19913
|
"args": {
|
|
19765
19914
|
"id": {
|
|
@@ -19768,7 +19917,7 @@
|
|
|
19768
19917
|
"required": true
|
|
19769
19918
|
}
|
|
19770
19919
|
},
|
|
19771
|
-
"description": "
|
|
19920
|
+
"description": "execute an action on a resource of type stripe_payments",
|
|
19772
19921
|
"flags": {
|
|
19773
19922
|
"organization": {
|
|
19774
19923
|
"char": "o",
|
|
@@ -19833,7 +19982,7 @@
|
|
|
19833
19982
|
},
|
|
19834
19983
|
"hasDynamicHelp": false,
|
|
19835
19984
|
"hiddenAliases": [],
|
|
19836
|
-
"id": "
|
|
19985
|
+
"id": "stripe_payment",
|
|
19837
19986
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19838
19987
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19839
19988
|
"pluginType": "core",
|
|
@@ -19843,11 +19992,11 @@
|
|
|
19843
19992
|
"relativePath": [
|
|
19844
19993
|
"lib",
|
|
19845
19994
|
"commands",
|
|
19846
|
-
"
|
|
19847
|
-
"
|
|
19995
|
+
"stripe_payment",
|
|
19996
|
+
"index.js"
|
|
19848
19997
|
]
|
|
19849
19998
|
},
|
|
19850
|
-
"
|
|
19999
|
+
"stripe_payment:refresh": {
|
|
19851
20000
|
"aliases": [],
|
|
19852
20001
|
"args": {
|
|
19853
20002
|
"id": {
|
|
@@ -19856,7 +20005,7 @@
|
|
|
19856
20005
|
"required": true
|
|
19857
20006
|
}
|
|
19858
20007
|
},
|
|
19859
|
-
"description": "Send this attribute if you want to
|
|
20008
|
+
"description": "Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic.",
|
|
19860
20009
|
"flags": {
|
|
19861
20010
|
"organization": {
|
|
19862
20011
|
"char": "o",
|
|
@@ -19921,7 +20070,7 @@
|
|
|
19921
20070
|
},
|
|
19922
20071
|
"hasDynamicHelp": false,
|
|
19923
20072
|
"hiddenAliases": [],
|
|
19924
|
-
"id": "
|
|
20073
|
+
"id": "stripe_payment:refresh",
|
|
19925
20074
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
19926
20075
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
19927
20076
|
"pluginType": "core",
|
|
@@ -19931,11 +20080,11 @@
|
|
|
19931
20080
|
"relativePath": [
|
|
19932
20081
|
"lib",
|
|
19933
20082
|
"commands",
|
|
19934
|
-
"
|
|
19935
|
-
"
|
|
20083
|
+
"stripe_payment",
|
|
20084
|
+
"refresh.js"
|
|
19936
20085
|
]
|
|
19937
20086
|
},
|
|
19938
|
-
"
|
|
20087
|
+
"stripe_payment:update": {
|
|
19939
20088
|
"aliases": [],
|
|
19940
20089
|
"args": {
|
|
19941
20090
|
"id": {
|
|
@@ -19944,7 +20093,7 @@
|
|
|
19944
20093
|
"required": true
|
|
19945
20094
|
}
|
|
19946
20095
|
},
|
|
19947
|
-
"description": "Send this attribute if you want to
|
|
20096
|
+
"description": "Send this attribute if you want to update the created payment intent with fresh order data.",
|
|
19948
20097
|
"flags": {
|
|
19949
20098
|
"organization": {
|
|
19950
20099
|
"char": "o",
|
|
@@ -20009,7 +20158,7 @@
|
|
|
20009
20158
|
},
|
|
20010
20159
|
"hasDynamicHelp": false,
|
|
20011
20160
|
"hiddenAliases": [],
|
|
20012
|
-
"id": "
|
|
20161
|
+
"id": "stripe_payment:update",
|
|
20013
20162
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20014
20163
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20015
20164
|
"pluginType": "core",
|
|
@@ -20019,11 +20168,11 @@
|
|
|
20019
20168
|
"relativePath": [
|
|
20020
20169
|
"lib",
|
|
20021
20170
|
"commands",
|
|
20022
|
-
"
|
|
20023
|
-
"
|
|
20171
|
+
"stripe_payment",
|
|
20172
|
+
"update.js"
|
|
20024
20173
|
]
|
|
20025
20174
|
},
|
|
20026
|
-
"
|
|
20175
|
+
"vertex_account": {
|
|
20027
20176
|
"aliases": [],
|
|
20028
20177
|
"args": {
|
|
20029
20178
|
"id": {
|
|
@@ -20032,7 +20181,7 @@
|
|
|
20032
20181
|
"required": true
|
|
20033
20182
|
}
|
|
20034
20183
|
},
|
|
20035
|
-
"description": "
|
|
20184
|
+
"description": "execute an action on a resource of type vertex_accounts",
|
|
20036
20185
|
"flags": {
|
|
20037
20186
|
"organization": {
|
|
20038
20187
|
"char": "o",
|
|
@@ -20097,7 +20246,7 @@
|
|
|
20097
20246
|
},
|
|
20098
20247
|
"hasDynamicHelp": false,
|
|
20099
20248
|
"hiddenAliases": [],
|
|
20100
|
-
"id": "
|
|
20249
|
+
"id": "vertex_account",
|
|
20101
20250
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20102
20251
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20103
20252
|
"pluginType": "core",
|
|
@@ -20107,11 +20256,11 @@
|
|
|
20107
20256
|
"relativePath": [
|
|
20108
20257
|
"lib",
|
|
20109
20258
|
"commands",
|
|
20110
|
-
"
|
|
20111
|
-
"
|
|
20259
|
+
"vertex_account",
|
|
20260
|
+
"index.js"
|
|
20112
20261
|
]
|
|
20113
20262
|
},
|
|
20114
|
-
"
|
|
20263
|
+
"vertex_account:refresh_token": {
|
|
20115
20264
|
"aliases": [],
|
|
20116
20265
|
"args": {
|
|
20117
20266
|
"id": {
|
|
@@ -20120,7 +20269,7 @@
|
|
|
20120
20269
|
"required": true
|
|
20121
20270
|
}
|
|
20122
20271
|
},
|
|
20123
|
-
"description": "Send this attribute if you want to
|
|
20272
|
+
"description": "Send this attribute if you want to manually refresh the access token.",
|
|
20124
20273
|
"flags": {
|
|
20125
20274
|
"organization": {
|
|
20126
20275
|
"char": "o",
|
|
@@ -20185,7 +20334,7 @@
|
|
|
20185
20334
|
},
|
|
20186
20335
|
"hasDynamicHelp": false,
|
|
20187
20336
|
"hiddenAliases": [],
|
|
20188
|
-
"id": "
|
|
20337
|
+
"id": "vertex_account:refresh_token",
|
|
20189
20338
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20190
20339
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20191
20340
|
"pluginType": "core",
|
|
@@ -20195,11 +20344,11 @@
|
|
|
20195
20344
|
"relativePath": [
|
|
20196
20345
|
"lib",
|
|
20197
20346
|
"commands",
|
|
20198
|
-
"
|
|
20199
|
-
"
|
|
20347
|
+
"vertex_account",
|
|
20348
|
+
"refresh_token.js"
|
|
20200
20349
|
]
|
|
20201
20350
|
},
|
|
20202
|
-
"
|
|
20351
|
+
"void:forward": {
|
|
20203
20352
|
"aliases": [],
|
|
20204
20353
|
"args": {
|
|
20205
20354
|
"id": {
|
|
@@ -20208,7 +20357,7 @@
|
|
|
20208
20357
|
"required": true
|
|
20209
20358
|
}
|
|
20210
20359
|
},
|
|
20211
|
-
"description": "Send this attribute if you want to
|
|
20360
|
+
"description": "Send this attribute if you want to forward a stuck transaction to succeeded and update associated order states accordingly.",
|
|
20212
20361
|
"flags": {
|
|
20213
20362
|
"organization": {
|
|
20214
20363
|
"char": "o",
|
|
@@ -20273,7 +20422,7 @@
|
|
|
20273
20422
|
},
|
|
20274
20423
|
"hasDynamicHelp": false,
|
|
20275
20424
|
"hiddenAliases": [],
|
|
20276
|
-
"id": "
|
|
20425
|
+
"id": "void:forward",
|
|
20277
20426
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20278
20427
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20279
20428
|
"pluginType": "core",
|
|
@@ -20283,11 +20432,11 @@
|
|
|
20283
20432
|
"relativePath": [
|
|
20284
20433
|
"lib",
|
|
20285
20434
|
"commands",
|
|
20286
|
-
"
|
|
20287
|
-
"
|
|
20435
|
+
"void",
|
|
20436
|
+
"forward.js"
|
|
20288
20437
|
]
|
|
20289
20438
|
},
|
|
20290
|
-
"
|
|
20439
|
+
"void": {
|
|
20291
20440
|
"aliases": [],
|
|
20292
20441
|
"args": {
|
|
20293
20442
|
"id": {
|
|
@@ -20296,7 +20445,7 @@
|
|
|
20296
20445
|
"required": true
|
|
20297
20446
|
}
|
|
20298
20447
|
},
|
|
20299
|
-
"description": "
|
|
20448
|
+
"description": "execute an action on a resource of type voids",
|
|
20300
20449
|
"flags": {
|
|
20301
20450
|
"organization": {
|
|
20302
20451
|
"char": "o",
|
|
@@ -20361,7 +20510,7 @@
|
|
|
20361
20510
|
},
|
|
20362
20511
|
"hasDynamicHelp": false,
|
|
20363
20512
|
"hiddenAliases": [],
|
|
20364
|
-
"id": "
|
|
20513
|
+
"id": "void",
|
|
20365
20514
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20366
20515
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20367
20516
|
"pluginType": "core",
|
|
@@ -20371,11 +20520,11 @@
|
|
|
20371
20520
|
"relativePath": [
|
|
20372
20521
|
"lib",
|
|
20373
20522
|
"commands",
|
|
20374
|
-
"
|
|
20375
|
-
"
|
|
20523
|
+
"void",
|
|
20524
|
+
"index.js"
|
|
20376
20525
|
]
|
|
20377
20526
|
},
|
|
20378
|
-
"
|
|
20527
|
+
"webhook:disable": {
|
|
20379
20528
|
"aliases": [],
|
|
20380
20529
|
"args": {
|
|
20381
20530
|
"id": {
|
|
@@ -20384,7 +20533,7 @@
|
|
|
20384
20533
|
"required": true
|
|
20385
20534
|
}
|
|
20386
20535
|
},
|
|
20387
|
-
"description": "Send this attribute if you want to
|
|
20536
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
20388
20537
|
"flags": {
|
|
20389
20538
|
"organization": {
|
|
20390
20539
|
"char": "o",
|
|
@@ -20449,7 +20598,7 @@
|
|
|
20449
20598
|
},
|
|
20450
20599
|
"hasDynamicHelp": false,
|
|
20451
20600
|
"hiddenAliases": [],
|
|
20452
|
-
"id": "
|
|
20601
|
+
"id": "webhook:disable",
|
|
20453
20602
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20454
20603
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20455
20604
|
"pluginType": "core",
|
|
@@ -20459,11 +20608,11 @@
|
|
|
20459
20608
|
"relativePath": [
|
|
20460
20609
|
"lib",
|
|
20461
20610
|
"commands",
|
|
20462
|
-
"
|
|
20463
|
-
"
|
|
20611
|
+
"webhook",
|
|
20612
|
+
"disable.js"
|
|
20464
20613
|
]
|
|
20465
20614
|
},
|
|
20466
|
-
"
|
|
20615
|
+
"webhook:enable": {
|
|
20467
20616
|
"aliases": [],
|
|
20468
20617
|
"args": {
|
|
20469
20618
|
"id": {
|
|
@@ -20472,7 +20621,7 @@
|
|
|
20472
20621
|
"required": true
|
|
20473
20622
|
}
|
|
20474
20623
|
},
|
|
20475
|
-
"description": "Send this attribute if you want to mark this
|
|
20624
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
20476
20625
|
"flags": {
|
|
20477
20626
|
"organization": {
|
|
20478
20627
|
"char": "o",
|
|
@@ -20537,7 +20686,7 @@
|
|
|
20537
20686
|
},
|
|
20538
20687
|
"hasDynamicHelp": false,
|
|
20539
20688
|
"hiddenAliases": [],
|
|
20540
|
-
"id": "
|
|
20689
|
+
"id": "webhook:enable",
|
|
20541
20690
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20542
20691
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20543
20692
|
"pluginType": "core",
|
|
@@ -20547,11 +20696,11 @@
|
|
|
20547
20696
|
"relativePath": [
|
|
20548
20697
|
"lib",
|
|
20549
20698
|
"commands",
|
|
20550
|
-
"
|
|
20551
|
-
"
|
|
20699
|
+
"webhook",
|
|
20700
|
+
"enable.js"
|
|
20552
20701
|
]
|
|
20553
20702
|
},
|
|
20554
|
-
"
|
|
20703
|
+
"webhook": {
|
|
20555
20704
|
"aliases": [],
|
|
20556
20705
|
"args": {
|
|
20557
20706
|
"id": {
|
|
@@ -20560,7 +20709,7 @@
|
|
|
20560
20709
|
"required": true
|
|
20561
20710
|
}
|
|
20562
20711
|
},
|
|
20563
|
-
"description": "
|
|
20712
|
+
"description": "execute an action on a resource of type webhooks",
|
|
20564
20713
|
"flags": {
|
|
20565
20714
|
"organization": {
|
|
20566
20715
|
"char": "o",
|
|
@@ -20625,7 +20774,7 @@
|
|
|
20625
20774
|
},
|
|
20626
20775
|
"hasDynamicHelp": false,
|
|
20627
20776
|
"hiddenAliases": [],
|
|
20628
|
-
"id": "
|
|
20777
|
+
"id": "webhook",
|
|
20629
20778
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20630
20779
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20631
20780
|
"pluginType": "core",
|
|
@@ -20635,11 +20784,11 @@
|
|
|
20635
20784
|
"relativePath": [
|
|
20636
20785
|
"lib",
|
|
20637
20786
|
"commands",
|
|
20638
|
-
"
|
|
20639
|
-
"
|
|
20787
|
+
"webhook",
|
|
20788
|
+
"index.js"
|
|
20640
20789
|
]
|
|
20641
20790
|
},
|
|
20642
|
-
"
|
|
20791
|
+
"webhook:reset_circuit": {
|
|
20643
20792
|
"aliases": [],
|
|
20644
20793
|
"args": {
|
|
20645
20794
|
"id": {
|
|
@@ -20648,7 +20797,7 @@
|
|
|
20648
20797
|
"required": true
|
|
20649
20798
|
}
|
|
20650
20799
|
},
|
|
20651
|
-
"description": "
|
|
20800
|
+
"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.",
|
|
20652
20801
|
"flags": {
|
|
20653
20802
|
"organization": {
|
|
20654
20803
|
"char": "o",
|
|
@@ -20713,7 +20862,7 @@
|
|
|
20713
20862
|
},
|
|
20714
20863
|
"hasDynamicHelp": false,
|
|
20715
20864
|
"hiddenAliases": [],
|
|
20716
|
-
"id": "
|
|
20865
|
+
"id": "webhook:reset_circuit",
|
|
20717
20866
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20718
20867
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20719
20868
|
"pluginType": "core",
|
|
@@ -20723,11 +20872,11 @@
|
|
|
20723
20872
|
"relativePath": [
|
|
20724
20873
|
"lib",
|
|
20725
20874
|
"commands",
|
|
20726
|
-
"
|
|
20727
|
-
"
|
|
20875
|
+
"webhook",
|
|
20876
|
+
"reset_circuit.js"
|
|
20728
20877
|
]
|
|
20729
20878
|
},
|
|
20730
|
-
"
|
|
20879
|
+
"order:add_tags": {
|
|
20731
20880
|
"aliases": [],
|
|
20732
20881
|
"args": {
|
|
20733
20882
|
"id": {
|
|
@@ -20736,7 +20885,7 @@
|
|
|
20736
20885
|
"required": true
|
|
20737
20886
|
}
|
|
20738
20887
|
},
|
|
20739
|
-
"description": "
|
|
20888
|
+
"description": "Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
20740
20889
|
"flags": {
|
|
20741
20890
|
"organization": {
|
|
20742
20891
|
"char": "o",
|
|
@@ -20801,7 +20950,7 @@
|
|
|
20801
20950
|
},
|
|
20802
20951
|
"hasDynamicHelp": false,
|
|
20803
20952
|
"hiddenAliases": [],
|
|
20804
|
-
"id": "
|
|
20953
|
+
"id": "order:add_tags",
|
|
20805
20954
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20806
20955
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20807
20956
|
"pluginType": "core",
|
|
@@ -20811,11 +20960,11 @@
|
|
|
20811
20960
|
"relativePath": [
|
|
20812
20961
|
"lib",
|
|
20813
20962
|
"commands",
|
|
20814
|
-
"
|
|
20815
|
-
"
|
|
20963
|
+
"order",
|
|
20964
|
+
"add_tags.js"
|
|
20816
20965
|
]
|
|
20817
20966
|
},
|
|
20818
|
-
"
|
|
20967
|
+
"order:approve": {
|
|
20819
20968
|
"aliases": [],
|
|
20820
20969
|
"args": {
|
|
20821
20970
|
"id": {
|
|
@@ -20824,7 +20973,7 @@
|
|
|
20824
20973
|
"required": true
|
|
20825
20974
|
}
|
|
20826
20975
|
},
|
|
20827
|
-
"description": "
|
|
20976
|
+
"description": "Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.",
|
|
20828
20977
|
"flags": {
|
|
20829
20978
|
"organization": {
|
|
20830
20979
|
"char": "o",
|
|
@@ -20889,7 +21038,7 @@
|
|
|
20889
21038
|
},
|
|
20890
21039
|
"hasDynamicHelp": false,
|
|
20891
21040
|
"hiddenAliases": [],
|
|
20892
|
-
"id": "
|
|
21041
|
+
"id": "order:approve",
|
|
20893
21042
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20894
21043
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20895
21044
|
"pluginType": "core",
|
|
@@ -20899,11 +21048,11 @@
|
|
|
20899
21048
|
"relativePath": [
|
|
20900
21049
|
"lib",
|
|
20901
21050
|
"commands",
|
|
20902
|
-
"
|
|
20903
|
-
"
|
|
21051
|
+
"order",
|
|
21052
|
+
"approve.js"
|
|
20904
21053
|
]
|
|
20905
21054
|
},
|
|
20906
|
-
"
|
|
21055
|
+
"order:approve_and_capture": {
|
|
20907
21056
|
"aliases": [],
|
|
20908
21057
|
"args": {
|
|
20909
21058
|
"id": {
|
|
@@ -20912,7 +21061,7 @@
|
|
|
20912
21061
|
"required": true
|
|
20913
21062
|
}
|
|
20914
21063
|
},
|
|
20915
|
-
"description": "
|
|
21064
|
+
"description": "Send this attribute if you want to approve and capture a placed order. Cannot be passed by sales channels.",
|
|
20916
21065
|
"flags": {
|
|
20917
21066
|
"organization": {
|
|
20918
21067
|
"char": "o",
|
|
@@ -20977,7 +21126,7 @@
|
|
|
20977
21126
|
},
|
|
20978
21127
|
"hasDynamicHelp": false,
|
|
20979
21128
|
"hiddenAliases": [],
|
|
20980
|
-
"id": "
|
|
21129
|
+
"id": "order:approve_and_capture",
|
|
20981
21130
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
20982
21131
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
20983
21132
|
"pluginType": "core",
|
|
@@ -20987,11 +21136,11 @@
|
|
|
20987
21136
|
"relativePath": [
|
|
20988
21137
|
"lib",
|
|
20989
21138
|
"commands",
|
|
20990
|
-
"
|
|
20991
|
-
"
|
|
21139
|
+
"order",
|
|
21140
|
+
"approve_and_capture.js"
|
|
20992
21141
|
]
|
|
20993
21142
|
},
|
|
20994
|
-
"
|
|
21143
|
+
"order:archive": {
|
|
20995
21144
|
"aliases": [],
|
|
20996
21145
|
"args": {
|
|
20997
21146
|
"id": {
|
|
@@ -21000,7 +21149,7 @@
|
|
|
21000
21149
|
"required": true
|
|
21001
21150
|
}
|
|
21002
21151
|
},
|
|
21003
|
-
"description": "Send this attribute if you want to
|
|
21152
|
+
"description": "Send this attribute if you want to archive the order.",
|
|
21004
21153
|
"flags": {
|
|
21005
21154
|
"organization": {
|
|
21006
21155
|
"char": "o",
|
|
@@ -21065,7 +21214,7 @@
|
|
|
21065
21214
|
},
|
|
21066
21215
|
"hasDynamicHelp": false,
|
|
21067
21216
|
"hiddenAliases": [],
|
|
21068
|
-
"id": "
|
|
21217
|
+
"id": "order:archive",
|
|
21069
21218
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21070
21219
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21071
21220
|
"pluginType": "core",
|
|
@@ -21075,11 +21224,11 @@
|
|
|
21075
21224
|
"relativePath": [
|
|
21076
21225
|
"lib",
|
|
21077
21226
|
"commands",
|
|
21078
|
-
"
|
|
21079
|
-
"
|
|
21227
|
+
"order",
|
|
21228
|
+
"archive.js"
|
|
21080
21229
|
]
|
|
21081
21230
|
},
|
|
21082
|
-
"
|
|
21231
|
+
"order:authorization_amount_cents": {
|
|
21083
21232
|
"aliases": [],
|
|
21084
21233
|
"args": {
|
|
21085
21234
|
"id": {
|
|
@@ -21088,7 +21237,7 @@
|
|
|
21088
21237
|
"required": true
|
|
21089
21238
|
}
|
|
21090
21239
|
},
|
|
21091
|
-
"description": "
|
|
21240
|
+
"description": "Send this attribute as a value in cents if you want to overwrite the amount to be authorized.",
|
|
21092
21241
|
"flags": {
|
|
21093
21242
|
"organization": {
|
|
21094
21243
|
"char": "o",
|
|
@@ -21153,7 +21302,7 @@
|
|
|
21153
21302
|
},
|
|
21154
21303
|
"hasDynamicHelp": false,
|
|
21155
21304
|
"hiddenAliases": [],
|
|
21156
|
-
"id": "
|
|
21305
|
+
"id": "order:authorization_amount_cents",
|
|
21157
21306
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21158
21307
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21159
21308
|
"pluginType": "core",
|
|
@@ -21163,11 +21312,11 @@
|
|
|
21163
21312
|
"relativePath": [
|
|
21164
21313
|
"lib",
|
|
21165
21314
|
"commands",
|
|
21166
|
-
"
|
|
21167
|
-
"
|
|
21315
|
+
"order",
|
|
21316
|
+
"authorization_amount_cents.js"
|
|
21168
21317
|
]
|
|
21169
21318
|
},
|
|
21170
|
-
"
|
|
21319
|
+
"order:authorize": {
|
|
21171
21320
|
"aliases": [],
|
|
21172
21321
|
"args": {
|
|
21173
21322
|
"id": {
|
|
@@ -21176,7 +21325,7 @@
|
|
|
21176
21325
|
"required": true
|
|
21177
21326
|
}
|
|
21178
21327
|
},
|
|
21179
|
-
"description": "
|
|
21328
|
+
"description": "Send this attribute if you want to authorize the order's payment source.",
|
|
21180
21329
|
"flags": {
|
|
21181
21330
|
"organization": {
|
|
21182
21331
|
"char": "o",
|
|
@@ -21241,7 +21390,7 @@
|
|
|
21241
21390
|
},
|
|
21242
21391
|
"hasDynamicHelp": false,
|
|
21243
21392
|
"hiddenAliases": [],
|
|
21244
|
-
"id": "
|
|
21393
|
+
"id": "order:authorize",
|
|
21245
21394
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21246
21395
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21247
21396
|
"pluginType": "core",
|
|
@@ -21251,11 +21400,11 @@
|
|
|
21251
21400
|
"relativePath": [
|
|
21252
21401
|
"lib",
|
|
21253
21402
|
"commands",
|
|
21254
|
-
"
|
|
21255
|
-
"
|
|
21403
|
+
"order",
|
|
21404
|
+
"authorize.js"
|
|
21256
21405
|
]
|
|
21257
21406
|
},
|
|
21258
|
-
"
|
|
21407
|
+
"order:billing_address_clone_id": {
|
|
21259
21408
|
"aliases": [],
|
|
21260
21409
|
"args": {
|
|
21261
21410
|
"id": {
|
|
@@ -21264,7 +21413,7 @@
|
|
|
21264
21413
|
"required": true
|
|
21265
21414
|
}
|
|
21266
21415
|
},
|
|
21267
|
-
"description": "
|
|
21416
|
+
"description": "The id of the address that you want to clone to create the order's billing address.",
|
|
21268
21417
|
"flags": {
|
|
21269
21418
|
"organization": {
|
|
21270
21419
|
"char": "o",
|
|
@@ -21325,11 +21474,20 @@
|
|
|
21325
21474
|
"name": "unformatted",
|
|
21326
21475
|
"allowNo": false,
|
|
21327
21476
|
"type": "boolean"
|
|
21477
|
+
},
|
|
21478
|
+
"value": {
|
|
21479
|
+
"char": "v",
|
|
21480
|
+
"description": "the trigger attribute value",
|
|
21481
|
+
"name": "value",
|
|
21482
|
+
"required": true,
|
|
21483
|
+
"hasDynamicHelp": false,
|
|
21484
|
+
"multiple": false,
|
|
21485
|
+
"type": "option"
|
|
21328
21486
|
}
|
|
21329
21487
|
},
|
|
21330
21488
|
"hasDynamicHelp": false,
|
|
21331
21489
|
"hiddenAliases": [],
|
|
21332
|
-
"id": "
|
|
21490
|
+
"id": "order:billing_address_clone_id",
|
|
21333
21491
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21334
21492
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21335
21493
|
"pluginType": "core",
|
|
@@ -21339,11 +21497,11 @@
|
|
|
21339
21497
|
"relativePath": [
|
|
21340
21498
|
"lib",
|
|
21341
21499
|
"commands",
|
|
21342
|
-
"
|
|
21343
|
-
"
|
|
21500
|
+
"order",
|
|
21501
|
+
"billing_address_clone_id.js"
|
|
21344
21502
|
]
|
|
21345
21503
|
},
|
|
21346
|
-
"
|
|
21504
|
+
"order:billing_address_same_as_shipping": {
|
|
21347
21505
|
"aliases": [],
|
|
21348
21506
|
"args": {
|
|
21349
21507
|
"id": {
|
|
@@ -21352,7 +21510,7 @@
|
|
|
21352
21510
|
"required": true
|
|
21353
21511
|
}
|
|
21354
21512
|
},
|
|
21355
|
-
"description": "
|
|
21513
|
+
"description": "Send this attribute if you want the billing address to be cloned from the order's shipping address.",
|
|
21356
21514
|
"flags": {
|
|
21357
21515
|
"organization": {
|
|
21358
21516
|
"char": "o",
|
|
@@ -21417,7 +21575,7 @@
|
|
|
21417
21575
|
},
|
|
21418
21576
|
"hasDynamicHelp": false,
|
|
21419
21577
|
"hiddenAliases": [],
|
|
21420
|
-
"id": "
|
|
21578
|
+
"id": "order:billing_address_same_as_shipping",
|
|
21421
21579
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21422
21580
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21423
21581
|
"pluginType": "core",
|
|
@@ -21427,11 +21585,11 @@
|
|
|
21427
21585
|
"relativePath": [
|
|
21428
21586
|
"lib",
|
|
21429
21587
|
"commands",
|
|
21430
|
-
"
|
|
21431
|
-
"
|
|
21588
|
+
"order",
|
|
21589
|
+
"billing_address_same_as_shipping.js"
|
|
21432
21590
|
]
|
|
21433
21591
|
},
|
|
21434
|
-
"
|
|
21592
|
+
"order:cancel": {
|
|
21435
21593
|
"aliases": [],
|
|
21436
21594
|
"args": {
|
|
21437
21595
|
"id": {
|
|
@@ -21440,7 +21598,7 @@
|
|
|
21440
21598
|
"required": true
|
|
21441
21599
|
}
|
|
21442
21600
|
},
|
|
21443
|
-
"description": "Send this attribute if you want to
|
|
21601
|
+
"description": "Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.",
|
|
21444
21602
|
"flags": {
|
|
21445
21603
|
"organization": {
|
|
21446
21604
|
"char": "o",
|
|
@@ -21505,7 +21663,7 @@
|
|
|
21505
21663
|
},
|
|
21506
21664
|
"hasDynamicHelp": false,
|
|
21507
21665
|
"hiddenAliases": [],
|
|
21508
|
-
"id": "
|
|
21666
|
+
"id": "order:cancel",
|
|
21509
21667
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21510
21668
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21511
21669
|
"pluginType": "core",
|
|
@@ -21515,11 +21673,11 @@
|
|
|
21515
21673
|
"relativePath": [
|
|
21516
21674
|
"lib",
|
|
21517
21675
|
"commands",
|
|
21518
|
-
"
|
|
21519
|
-
"
|
|
21676
|
+
"order",
|
|
21677
|
+
"cancel.js"
|
|
21520
21678
|
]
|
|
21521
21679
|
},
|
|
21522
|
-
"
|
|
21680
|
+
"order:capture": {
|
|
21523
21681
|
"aliases": [],
|
|
21524
21682
|
"args": {
|
|
21525
21683
|
"id": {
|
|
@@ -21528,7 +21686,7 @@
|
|
|
21528
21686
|
"required": true
|
|
21529
21687
|
}
|
|
21530
21688
|
},
|
|
21531
|
-
"description": "Send this attribute if you want to
|
|
21689
|
+
"description": "Send this attribute if you want to capture an authorized order. Cannot be passed by sales channels.",
|
|
21532
21690
|
"flags": {
|
|
21533
21691
|
"organization": {
|
|
21534
21692
|
"char": "o",
|
|
@@ -21593,7 +21751,7 @@
|
|
|
21593
21751
|
},
|
|
21594
21752
|
"hasDynamicHelp": false,
|
|
21595
21753
|
"hiddenAliases": [],
|
|
21596
|
-
"id": "
|
|
21754
|
+
"id": "order:capture",
|
|
21597
21755
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21598
21756
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21599
21757
|
"pluginType": "core",
|
|
@@ -21603,11 +21761,11 @@
|
|
|
21603
21761
|
"relativePath": [
|
|
21604
21762
|
"lib",
|
|
21605
21763
|
"commands",
|
|
21606
|
-
"
|
|
21607
|
-
"
|
|
21764
|
+
"order",
|
|
21765
|
+
"capture.js"
|
|
21608
21766
|
]
|
|
21609
21767
|
},
|
|
21610
|
-
"
|
|
21768
|
+
"order:commit_invoice": {
|
|
21611
21769
|
"aliases": [],
|
|
21612
21770
|
"args": {
|
|
21613
21771
|
"id": {
|
|
@@ -21616,7 +21774,7 @@
|
|
|
21616
21774
|
"required": true
|
|
21617
21775
|
}
|
|
21618
21776
|
},
|
|
21619
|
-
"description": "
|
|
21777
|
+
"description": "Send this attribute if you want commit the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
21620
21778
|
"flags": {
|
|
21621
21779
|
"organization": {
|
|
21622
21780
|
"char": "o",
|
|
@@ -21681,7 +21839,7 @@
|
|
|
21681
21839
|
},
|
|
21682
21840
|
"hasDynamicHelp": false,
|
|
21683
21841
|
"hiddenAliases": [],
|
|
21684
|
-
"id": "
|
|
21842
|
+
"id": "order:commit_invoice",
|
|
21685
21843
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21686
21844
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21687
21845
|
"pluginType": "core",
|
|
@@ -21691,11 +21849,11 @@
|
|
|
21691
21849
|
"relativePath": [
|
|
21692
21850
|
"lib",
|
|
21693
21851
|
"commands",
|
|
21694
|
-
"
|
|
21695
|
-
"
|
|
21852
|
+
"order",
|
|
21853
|
+
"commit_invoice.js"
|
|
21696
21854
|
]
|
|
21697
21855
|
},
|
|
21698
|
-
"
|
|
21856
|
+
"order:create_subscriptions": {
|
|
21699
21857
|
"aliases": [],
|
|
21700
21858
|
"args": {
|
|
21701
21859
|
"id": {
|
|
@@ -21704,7 +21862,7 @@
|
|
|
21704
21862
|
"required": true
|
|
21705
21863
|
}
|
|
21706
21864
|
},
|
|
21707
|
-
"description": "Send this attribute if you want to
|
|
21865
|
+
"description": "Send this attribute upon/after placing the order if you want to create order subscriptions from the line items that have a frequency.",
|
|
21708
21866
|
"flags": {
|
|
21709
21867
|
"organization": {
|
|
21710
21868
|
"char": "o",
|
|
@@ -21769,7 +21927,7 @@
|
|
|
21769
21927
|
},
|
|
21770
21928
|
"hasDynamicHelp": false,
|
|
21771
21929
|
"hiddenAliases": [],
|
|
21772
|
-
"id": "
|
|
21930
|
+
"id": "order:create_subscriptions",
|
|
21773
21931
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21774
21932
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21775
21933
|
"pluginType": "core",
|
|
@@ -21779,11 +21937,11 @@
|
|
|
21779
21937
|
"relativePath": [
|
|
21780
21938
|
"lib",
|
|
21781
21939
|
"commands",
|
|
21782
|
-
"
|
|
21783
|
-
"
|
|
21940
|
+
"order",
|
|
21941
|
+
"create_subscriptions.js"
|
|
21784
21942
|
]
|
|
21785
21943
|
},
|
|
21786
|
-
"
|
|
21944
|
+
"order:customer_payment_source_id": {
|
|
21787
21945
|
"aliases": [],
|
|
21788
21946
|
"args": {
|
|
21789
21947
|
"id": {
|
|
@@ -21792,7 +21950,7 @@
|
|
|
21792
21950
|
"required": true
|
|
21793
21951
|
}
|
|
21794
21952
|
},
|
|
21795
|
-
"description": "
|
|
21953
|
+
"description": "The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.",
|
|
21796
21954
|
"flags": {
|
|
21797
21955
|
"organization": {
|
|
21798
21956
|
"char": "o",
|
|
@@ -21853,11 +22011,20 @@
|
|
|
21853
22011
|
"name": "unformatted",
|
|
21854
22012
|
"allowNo": false,
|
|
21855
22013
|
"type": "boolean"
|
|
22014
|
+
},
|
|
22015
|
+
"value": {
|
|
22016
|
+
"char": "v",
|
|
22017
|
+
"description": "the trigger attribute value",
|
|
22018
|
+
"name": "value",
|
|
22019
|
+
"required": true,
|
|
22020
|
+
"hasDynamicHelp": false,
|
|
22021
|
+
"multiple": false,
|
|
22022
|
+
"type": "option"
|
|
21856
22023
|
}
|
|
21857
22024
|
},
|
|
21858
22025
|
"hasDynamicHelp": false,
|
|
21859
22026
|
"hiddenAliases": [],
|
|
21860
|
-
"id": "
|
|
22027
|
+
"id": "order:customer_payment_source_id",
|
|
21861
22028
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21862
22029
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21863
22030
|
"pluginType": "core",
|
|
@@ -21867,11 +22034,11 @@
|
|
|
21867
22034
|
"relativePath": [
|
|
21868
22035
|
"lib",
|
|
21869
22036
|
"commands",
|
|
21870
|
-
"
|
|
21871
|
-
"
|
|
22037
|
+
"order",
|
|
22038
|
+
"customer_payment_source_id.js"
|
|
21872
22039
|
]
|
|
21873
22040
|
},
|
|
21874
|
-
"
|
|
22041
|
+
"order:fix_payment_source": {
|
|
21875
22042
|
"aliases": [],
|
|
21876
22043
|
"args": {
|
|
21877
22044
|
"id": {
|
|
@@ -21880,7 +22047,7 @@
|
|
|
21880
22047
|
"required": true
|
|
21881
22048
|
}
|
|
21882
22049
|
},
|
|
21883
|
-
"description": "Send this attribute if you want to
|
|
22050
|
+
"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.",
|
|
21884
22051
|
"flags": {
|
|
21885
22052
|
"organization": {
|
|
21886
22053
|
"char": "o",
|
|
@@ -21945,7 +22112,7 @@
|
|
|
21945
22112
|
},
|
|
21946
22113
|
"hasDynamicHelp": false,
|
|
21947
22114
|
"hiddenAliases": [],
|
|
21948
|
-
"id": "
|
|
22115
|
+
"id": "order:fix_payment_source",
|
|
21949
22116
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
21950
22117
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
21951
22118
|
"pluginType": "core",
|
|
@@ -21955,11 +22122,11 @@
|
|
|
21955
22122
|
"relativePath": [
|
|
21956
22123
|
"lib",
|
|
21957
22124
|
"commands",
|
|
21958
|
-
"
|
|
21959
|
-
"
|
|
22125
|
+
"order",
|
|
22126
|
+
"fix_payment_source.js"
|
|
21960
22127
|
]
|
|
21961
22128
|
},
|
|
21962
|
-
"
|
|
22129
|
+
"order:fulfill": {
|
|
21963
22130
|
"aliases": [],
|
|
21964
22131
|
"args": {
|
|
21965
22132
|
"id": {
|
|
@@ -21968,7 +22135,7 @@
|
|
|
21968
22135
|
"required": true
|
|
21969
22136
|
}
|
|
21970
22137
|
},
|
|
21971
|
-
"description": "Send this attribute if you want to mark
|
|
22138
|
+
"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.",
|
|
21972
22139
|
"flags": {
|
|
21973
22140
|
"organization": {
|
|
21974
22141
|
"char": "o",
|
|
@@ -22033,7 +22200,7 @@
|
|
|
22033
22200
|
},
|
|
22034
22201
|
"hasDynamicHelp": false,
|
|
22035
22202
|
"hiddenAliases": [],
|
|
22036
|
-
"id": "
|
|
22203
|
+
"id": "order:fulfill",
|
|
22037
22204
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22038
22205
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22039
22206
|
"pluginType": "core",
|
|
@@ -22043,11 +22210,11 @@
|
|
|
22043
22210
|
"relativePath": [
|
|
22044
22211
|
"lib",
|
|
22045
22212
|
"commands",
|
|
22046
|
-
"
|
|
22047
|
-
"
|
|
22213
|
+
"order",
|
|
22214
|
+
"fulfill.js"
|
|
22048
22215
|
]
|
|
22049
22216
|
},
|
|
22050
|
-
"
|
|
22217
|
+
"order": {
|
|
22051
22218
|
"aliases": [],
|
|
22052
22219
|
"args": {
|
|
22053
22220
|
"id": {
|
|
@@ -22056,7 +22223,7 @@
|
|
|
22056
22223
|
"required": true
|
|
22057
22224
|
}
|
|
22058
22225
|
},
|
|
22059
|
-
"description": "execute an action on a resource of type
|
|
22226
|
+
"description": "execute an action on a resource of type orders",
|
|
22060
22227
|
"flags": {
|
|
22061
22228
|
"organization": {
|
|
22062
22229
|
"char": "o",
|
|
@@ -22121,7 +22288,7 @@
|
|
|
22121
22288
|
},
|
|
22122
22289
|
"hasDynamicHelp": false,
|
|
22123
22290
|
"hiddenAliases": [],
|
|
22124
|
-
"id": "
|
|
22291
|
+
"id": "order",
|
|
22125
22292
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22126
22293
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22127
22294
|
"pluginType": "core",
|
|
@@ -22131,11 +22298,11 @@
|
|
|
22131
22298
|
"relativePath": [
|
|
22132
22299
|
"lib",
|
|
22133
22300
|
"commands",
|
|
22134
|
-
"
|
|
22301
|
+
"order",
|
|
22135
22302
|
"index.js"
|
|
22136
22303
|
]
|
|
22137
22304
|
},
|
|
22138
|
-
"
|
|
22305
|
+
"order:nullify_payment_source": {
|
|
22139
22306
|
"aliases": [],
|
|
22140
22307
|
"args": {
|
|
22141
22308
|
"id": {
|
|
@@ -22144,7 +22311,7 @@
|
|
|
22144
22311
|
"required": true
|
|
22145
22312
|
}
|
|
22146
22313
|
},
|
|
22147
|
-
"description": "Send this attribute if you want to
|
|
22314
|
+
"description": "Send this attribute if you want to nullify the payment source for this order.",
|
|
22148
22315
|
"flags": {
|
|
22149
22316
|
"organization": {
|
|
22150
22317
|
"char": "o",
|
|
@@ -22209,7 +22376,7 @@
|
|
|
22209
22376
|
},
|
|
22210
22377
|
"hasDynamicHelp": false,
|
|
22211
22378
|
"hiddenAliases": [],
|
|
22212
|
-
"id": "
|
|
22379
|
+
"id": "order:nullify_payment_source",
|
|
22213
22380
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22214
22381
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22215
22382
|
"pluginType": "core",
|
|
@@ -22219,11 +22386,11 @@
|
|
|
22219
22386
|
"relativePath": [
|
|
22220
22387
|
"lib",
|
|
22221
22388
|
"commands",
|
|
22222
|
-
"
|
|
22223
|
-
"
|
|
22389
|
+
"order",
|
|
22390
|
+
"nullify_payment_source.js"
|
|
22224
22391
|
]
|
|
22225
22392
|
},
|
|
22226
|
-
"
|
|
22393
|
+
"order:pending": {
|
|
22227
22394
|
"aliases": [],
|
|
22228
22395
|
"args": {
|
|
22229
22396
|
"id": {
|
|
@@ -22232,7 +22399,7 @@
|
|
|
22232
22399
|
"required": true
|
|
22233
22400
|
}
|
|
22234
22401
|
},
|
|
22235
|
-
"description": "Send this attribute if you want to
|
|
22402
|
+
"description": "Send this attribute if you want to move a draft or placing order to pending. Cannot be passed by sales channels.",
|
|
22236
22403
|
"flags": {
|
|
22237
22404
|
"organization": {
|
|
22238
22405
|
"char": "o",
|
|
@@ -22297,7 +22464,7 @@
|
|
|
22297
22464
|
},
|
|
22298
22465
|
"hasDynamicHelp": false,
|
|
22299
22466
|
"hiddenAliases": [],
|
|
22300
|
-
"id": "
|
|
22467
|
+
"id": "order:pending",
|
|
22301
22468
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22302
22469
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22303
22470
|
"pluginType": "core",
|
|
@@ -22307,11 +22474,11 @@
|
|
|
22307
22474
|
"relativePath": [
|
|
22308
22475
|
"lib",
|
|
22309
22476
|
"commands",
|
|
22310
|
-
"
|
|
22311
|
-
"
|
|
22477
|
+
"order",
|
|
22478
|
+
"pending.js"
|
|
22312
22479
|
]
|
|
22313
22480
|
},
|
|
22314
|
-
"
|
|
22481
|
+
"order:place": {
|
|
22315
22482
|
"aliases": [],
|
|
22316
22483
|
"args": {
|
|
22317
22484
|
"id": {
|
|
@@ -22320,7 +22487,7 @@
|
|
|
22320
22487
|
"required": true
|
|
22321
22488
|
}
|
|
22322
22489
|
},
|
|
22323
|
-
"description": "Send this attribute if you want to
|
|
22490
|
+
"description": "Send this attribute if you want to place the order.",
|
|
22324
22491
|
"flags": {
|
|
22325
22492
|
"organization": {
|
|
22326
22493
|
"char": "o",
|
|
@@ -22385,7 +22552,7 @@
|
|
|
22385
22552
|
},
|
|
22386
22553
|
"hasDynamicHelp": false,
|
|
22387
22554
|
"hiddenAliases": [],
|
|
22388
|
-
"id": "
|
|
22555
|
+
"id": "order:place",
|
|
22389
22556
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22390
22557
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22391
22558
|
"pluginType": "core",
|
|
@@ -22395,11 +22562,11 @@
|
|
|
22395
22562
|
"relativePath": [
|
|
22396
22563
|
"lib",
|
|
22397
22564
|
"commands",
|
|
22398
|
-
"
|
|
22399
|
-
"
|
|
22565
|
+
"order",
|
|
22566
|
+
"place.js"
|
|
22400
22567
|
]
|
|
22401
22568
|
},
|
|
22402
|
-
"
|
|
22569
|
+
"order:refresh": {
|
|
22403
22570
|
"aliases": [],
|
|
22404
22571
|
"args": {
|
|
22405
22572
|
"id": {
|
|
@@ -22408,7 +22575,7 @@
|
|
|
22408
22575
|
"required": true
|
|
22409
22576
|
}
|
|
22410
22577
|
},
|
|
22411
|
-
"description": "
|
|
22578
|
+
"description": "Send this attribute if you want to manually refresh the order.",
|
|
22412
22579
|
"flags": {
|
|
22413
22580
|
"organization": {
|
|
22414
22581
|
"char": "o",
|
|
@@ -22473,7 +22640,7 @@
|
|
|
22473
22640
|
},
|
|
22474
22641
|
"hasDynamicHelp": false,
|
|
22475
22642
|
"hiddenAliases": [],
|
|
22476
|
-
"id": "
|
|
22643
|
+
"id": "order:refresh",
|
|
22477
22644
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22478
22645
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22479
22646
|
"pluginType": "core",
|
|
@@ -22483,11 +22650,11 @@
|
|
|
22483
22650
|
"relativePath": [
|
|
22484
22651
|
"lib",
|
|
22485
22652
|
"commands",
|
|
22486
|
-
"
|
|
22487
|
-
"
|
|
22653
|
+
"order",
|
|
22654
|
+
"refresh.js"
|
|
22488
22655
|
]
|
|
22489
22656
|
},
|
|
22490
|
-
"
|
|
22657
|
+
"order:refund": {
|
|
22491
22658
|
"aliases": [],
|
|
22492
22659
|
"args": {
|
|
22493
22660
|
"id": {
|
|
@@ -22496,7 +22663,7 @@
|
|
|
22496
22663
|
"required": true
|
|
22497
22664
|
}
|
|
22498
22665
|
},
|
|
22499
|
-
"description": "Send this attribute if you want to
|
|
22666
|
+
"description": "Send this attribute if you want to refund a captured order. Cannot be passed by sales channels.",
|
|
22500
22667
|
"flags": {
|
|
22501
22668
|
"organization": {
|
|
22502
22669
|
"char": "o",
|
|
@@ -22561,7 +22728,7 @@
|
|
|
22561
22728
|
},
|
|
22562
22729
|
"hasDynamicHelp": false,
|
|
22563
22730
|
"hiddenAliases": [],
|
|
22564
|
-
"id": "
|
|
22731
|
+
"id": "order:refund",
|
|
22565
22732
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22566
22733
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22567
22734
|
"pluginType": "core",
|
|
@@ -22571,11 +22738,11 @@
|
|
|
22571
22738
|
"relativePath": [
|
|
22572
22739
|
"lib",
|
|
22573
22740
|
"commands",
|
|
22574
|
-
"
|
|
22575
|
-
"
|
|
22741
|
+
"order",
|
|
22742
|
+
"refund.js"
|
|
22576
22743
|
]
|
|
22577
22744
|
},
|
|
22578
|
-
"
|
|
22745
|
+
"order:refund_invoice": {
|
|
22579
22746
|
"aliases": [],
|
|
22580
22747
|
"args": {
|
|
22581
22748
|
"id": {
|
|
@@ -22584,7 +22751,7 @@
|
|
|
22584
22751
|
"required": true
|
|
22585
22752
|
}
|
|
22586
22753
|
},
|
|
22587
|
-
"description": "Send this attribute if you want to
|
|
22754
|
+
"description": "Send this attribute if you want refund the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
22588
22755
|
"flags": {
|
|
22589
22756
|
"organization": {
|
|
22590
22757
|
"char": "o",
|
|
@@ -22649,7 +22816,7 @@
|
|
|
22649
22816
|
},
|
|
22650
22817
|
"hasDynamicHelp": false,
|
|
22651
22818
|
"hiddenAliases": [],
|
|
22652
|
-
"id": "
|
|
22819
|
+
"id": "order:refund_invoice",
|
|
22653
22820
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22654
22821
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22655
22822
|
"pluginType": "core",
|
|
@@ -22659,11 +22826,11 @@
|
|
|
22659
22826
|
"relativePath": [
|
|
22660
22827
|
"lib",
|
|
22661
22828
|
"commands",
|
|
22662
|
-
"
|
|
22663
|
-
"
|
|
22829
|
+
"order",
|
|
22830
|
+
"refund_invoice.js"
|
|
22664
22831
|
]
|
|
22665
22832
|
},
|
|
22666
|
-
"
|
|
22833
|
+
"order:remove_tags": {
|
|
22667
22834
|
"aliases": [],
|
|
22668
22835
|
"args": {
|
|
22669
22836
|
"id": {
|
|
@@ -22672,7 +22839,7 @@
|
|
|
22672
22839
|
"required": true
|
|
22673
22840
|
}
|
|
22674
22841
|
},
|
|
22675
|
-
"description": "
|
|
22842
|
+
"description": "Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.",
|
|
22676
22843
|
"flags": {
|
|
22677
22844
|
"organization": {
|
|
22678
22845
|
"char": "o",
|
|
@@ -22737,7 +22904,7 @@
|
|
|
22737
22904
|
},
|
|
22738
22905
|
"hasDynamicHelp": false,
|
|
22739
22906
|
"hiddenAliases": [],
|
|
22740
|
-
"id": "
|
|
22907
|
+
"id": "order:remove_tags",
|
|
22741
22908
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22742
22909
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22743
22910
|
"pluginType": "core",
|
|
@@ -22747,11 +22914,11 @@
|
|
|
22747
22914
|
"relativePath": [
|
|
22748
22915
|
"lib",
|
|
22749
22916
|
"commands",
|
|
22750
|
-
"
|
|
22751
|
-
"
|
|
22917
|
+
"order",
|
|
22918
|
+
"remove_tags.js"
|
|
22752
22919
|
]
|
|
22753
22920
|
},
|
|
22754
|
-
"
|
|
22921
|
+
"order:reset_circuit": {
|
|
22755
22922
|
"aliases": [],
|
|
22756
22923
|
"args": {
|
|
22757
22924
|
"id": {
|
|
@@ -22760,7 +22927,7 @@
|
|
|
22760
22927
|
"required": true
|
|
22761
22928
|
}
|
|
22762
22929
|
},
|
|
22763
|
-
"description": "
|
|
22930
|
+
"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.",
|
|
22764
22931
|
"flags": {
|
|
22765
22932
|
"organization": {
|
|
22766
22933
|
"char": "o",
|
|
@@ -22825,7 +22992,7 @@
|
|
|
22825
22992
|
},
|
|
22826
22993
|
"hasDynamicHelp": false,
|
|
22827
22994
|
"hiddenAliases": [],
|
|
22828
|
-
"id": "
|
|
22995
|
+
"id": "order:reset_circuit",
|
|
22829
22996
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22830
22997
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22831
22998
|
"pluginType": "core",
|
|
@@ -22835,11 +23002,11 @@
|
|
|
22835
23002
|
"relativePath": [
|
|
22836
23003
|
"lib",
|
|
22837
23004
|
"commands",
|
|
22838
|
-
"
|
|
22839
|
-
"
|
|
23005
|
+
"order",
|
|
23006
|
+
"reset_circuit.js"
|
|
22840
23007
|
]
|
|
22841
23008
|
},
|
|
22842
|
-
"
|
|
23009
|
+
"order:save_billing_address_to_customer_address_book": {
|
|
22843
23010
|
"aliases": [],
|
|
22844
23011
|
"args": {
|
|
22845
23012
|
"id": {
|
|
@@ -22848,7 +23015,7 @@
|
|
|
22848
23015
|
"required": true
|
|
22849
23016
|
}
|
|
22850
23017
|
},
|
|
22851
|
-
"description": "Send this attribute if you want to
|
|
23018
|
+
"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.",
|
|
22852
23019
|
"flags": {
|
|
22853
23020
|
"organization": {
|
|
22854
23021
|
"char": "o",
|
|
@@ -22913,7 +23080,7 @@
|
|
|
22913
23080
|
},
|
|
22914
23081
|
"hasDynamicHelp": false,
|
|
22915
23082
|
"hiddenAliases": [],
|
|
22916
|
-
"id": "
|
|
23083
|
+
"id": "order:save_billing_address_to_customer_address_book",
|
|
22917
23084
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
22918
23085
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
22919
23086
|
"pluginType": "core",
|
|
@@ -22923,11 +23090,11 @@
|
|
|
22923
23090
|
"relativePath": [
|
|
22924
23091
|
"lib",
|
|
22925
23092
|
"commands",
|
|
22926
|
-
"
|
|
22927
|
-
"
|
|
23093
|
+
"order",
|
|
23094
|
+
"save_billing_address_to_customer_address_book.js"
|
|
22928
23095
|
]
|
|
22929
23096
|
},
|
|
22930
|
-
"
|
|
23097
|
+
"order:save_payment_source_to_customer_wallet": {
|
|
22931
23098
|
"aliases": [],
|
|
22932
23099
|
"args": {
|
|
22933
23100
|
"id": {
|
|
@@ -22936,7 +23103,7 @@
|
|
|
22936
23103
|
"required": true
|
|
22937
23104
|
}
|
|
22938
23105
|
},
|
|
22939
|
-
"description": "Send this attribute if you want to
|
|
23106
|
+
"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.",
|
|
22940
23107
|
"flags": {
|
|
22941
23108
|
"organization": {
|
|
22942
23109
|
"char": "o",
|
|
@@ -23001,7 +23168,7 @@
|
|
|
23001
23168
|
},
|
|
23002
23169
|
"hasDynamicHelp": false,
|
|
23003
23170
|
"hiddenAliases": [],
|
|
23004
|
-
"id": "
|
|
23171
|
+
"id": "order:save_payment_source_to_customer_wallet",
|
|
23005
23172
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23006
23173
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23007
23174
|
"pluginType": "core",
|
|
@@ -23011,11 +23178,11 @@
|
|
|
23011
23178
|
"relativePath": [
|
|
23012
23179
|
"lib",
|
|
23013
23180
|
"commands",
|
|
23014
|
-
"
|
|
23015
|
-
"
|
|
23181
|
+
"order",
|
|
23182
|
+
"save_payment_source_to_customer_wallet.js"
|
|
23016
23183
|
]
|
|
23017
23184
|
},
|
|
23018
|
-
"
|
|
23185
|
+
"order:save_shipping_address_to_customer_address_book": {
|
|
23019
23186
|
"aliases": [],
|
|
23020
23187
|
"args": {
|
|
23021
23188
|
"id": {
|
|
@@ -23024,7 +23191,7 @@
|
|
|
23024
23191
|
"required": true
|
|
23025
23192
|
}
|
|
23026
23193
|
},
|
|
23027
|
-
"description": "
|
|
23194
|
+
"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.",
|
|
23028
23195
|
"flags": {
|
|
23029
23196
|
"organization": {
|
|
23030
23197
|
"char": "o",
|
|
@@ -23089,7 +23256,7 @@
|
|
|
23089
23256
|
},
|
|
23090
23257
|
"hasDynamicHelp": false,
|
|
23091
23258
|
"hiddenAliases": [],
|
|
23092
|
-
"id": "
|
|
23259
|
+
"id": "order:save_shipping_address_to_customer_address_book",
|
|
23093
23260
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23094
23261
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23095
23262
|
"pluginType": "core",
|
|
@@ -23099,11 +23266,11 @@
|
|
|
23099
23266
|
"relativePath": [
|
|
23100
23267
|
"lib",
|
|
23101
23268
|
"commands",
|
|
23102
|
-
"
|
|
23103
|
-
"
|
|
23269
|
+
"order",
|
|
23270
|
+
"save_shipping_address_to_customer_address_book.js"
|
|
23104
23271
|
]
|
|
23105
23272
|
},
|
|
23106
|
-
"
|
|
23273
|
+
"order:shipping_address_clone_id": {
|
|
23107
23274
|
"aliases": [],
|
|
23108
23275
|
"args": {
|
|
23109
23276
|
"id": {
|
|
@@ -23112,7 +23279,7 @@
|
|
|
23112
23279
|
"required": true
|
|
23113
23280
|
}
|
|
23114
23281
|
},
|
|
23115
|
-
"description": "
|
|
23282
|
+
"description": "The id of the address that you want to clone to create the order's shipping address.",
|
|
23116
23283
|
"flags": {
|
|
23117
23284
|
"organization": {
|
|
23118
23285
|
"char": "o",
|
|
@@ -23173,11 +23340,20 @@
|
|
|
23173
23340
|
"name": "unformatted",
|
|
23174
23341
|
"allowNo": false,
|
|
23175
23342
|
"type": "boolean"
|
|
23343
|
+
},
|
|
23344
|
+
"value": {
|
|
23345
|
+
"char": "v",
|
|
23346
|
+
"description": "the trigger attribute value",
|
|
23347
|
+
"name": "value",
|
|
23348
|
+
"required": true,
|
|
23349
|
+
"hasDynamicHelp": false,
|
|
23350
|
+
"multiple": false,
|
|
23351
|
+
"type": "option"
|
|
23176
23352
|
}
|
|
23177
23353
|
},
|
|
23178
23354
|
"hasDynamicHelp": false,
|
|
23179
23355
|
"hiddenAliases": [],
|
|
23180
|
-
"id": "
|
|
23356
|
+
"id": "order:shipping_address_clone_id",
|
|
23181
23357
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23182
23358
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23183
23359
|
"pluginType": "core",
|
|
@@ -23187,11 +23363,11 @@
|
|
|
23187
23363
|
"relativePath": [
|
|
23188
23364
|
"lib",
|
|
23189
23365
|
"commands",
|
|
23190
|
-
"
|
|
23191
|
-
"
|
|
23366
|
+
"order",
|
|
23367
|
+
"shipping_address_clone_id.js"
|
|
23192
23368
|
]
|
|
23193
23369
|
},
|
|
23194
|
-
"
|
|
23370
|
+
"order:shipping_address_same_as_billing": {
|
|
23195
23371
|
"aliases": [],
|
|
23196
23372
|
"args": {
|
|
23197
23373
|
"id": {
|
|
@@ -23200,7 +23376,7 @@
|
|
|
23200
23376
|
"required": true
|
|
23201
23377
|
}
|
|
23202
23378
|
},
|
|
23203
|
-
"description": "Send this attribute if you want
|
|
23379
|
+
"description": "Send this attribute if you want the shipping address to be cloned from the order's billing address.",
|
|
23204
23380
|
"flags": {
|
|
23205
23381
|
"organization": {
|
|
23206
23382
|
"char": "o",
|
|
@@ -23265,7 +23441,7 @@
|
|
|
23265
23441
|
},
|
|
23266
23442
|
"hasDynamicHelp": false,
|
|
23267
23443
|
"hiddenAliases": [],
|
|
23268
|
-
"id": "
|
|
23444
|
+
"id": "order:shipping_address_same_as_billing",
|
|
23269
23445
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23270
23446
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23271
23447
|
"pluginType": "core",
|
|
@@ -23275,11 +23451,11 @@
|
|
|
23275
23451
|
"relativePath": [
|
|
23276
23452
|
"lib",
|
|
23277
23453
|
"commands",
|
|
23278
|
-
"
|
|
23279
|
-
"
|
|
23454
|
+
"order",
|
|
23455
|
+
"shipping_address_same_as_billing.js"
|
|
23280
23456
|
]
|
|
23281
23457
|
},
|
|
23282
|
-
"
|
|
23458
|
+
"order:start_editing": {
|
|
23283
23459
|
"aliases": [],
|
|
23284
23460
|
"args": {
|
|
23285
23461
|
"id": {
|
|
@@ -23288,7 +23464,7 @@
|
|
|
23288
23464
|
"required": true
|
|
23289
23465
|
}
|
|
23290
23466
|
},
|
|
23291
|
-
"description": "
|
|
23467
|
+
"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.",
|
|
23292
23468
|
"flags": {
|
|
23293
23469
|
"organization": {
|
|
23294
23470
|
"char": "o",
|
|
@@ -23353,7 +23529,7 @@
|
|
|
23353
23529
|
},
|
|
23354
23530
|
"hasDynamicHelp": false,
|
|
23355
23531
|
"hiddenAliases": [],
|
|
23356
|
-
"id": "
|
|
23532
|
+
"id": "order:start_editing",
|
|
23357
23533
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23358
23534
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23359
23535
|
"pluginType": "core",
|
|
@@ -23363,11 +23539,11 @@
|
|
|
23363
23539
|
"relativePath": [
|
|
23364
23540
|
"lib",
|
|
23365
23541
|
"commands",
|
|
23366
|
-
"
|
|
23367
|
-
"
|
|
23542
|
+
"order",
|
|
23543
|
+
"start_editing.js"
|
|
23368
23544
|
]
|
|
23369
23545
|
},
|
|
23370
|
-
"
|
|
23546
|
+
"order:stop_editing": {
|
|
23371
23547
|
"aliases": [],
|
|
23372
23548
|
"args": {
|
|
23373
23549
|
"id": {
|
|
@@ -23376,7 +23552,7 @@
|
|
|
23376
23552
|
"required": true
|
|
23377
23553
|
}
|
|
23378
23554
|
},
|
|
23379
|
-
"description": "Send this attribute
|
|
23555
|
+
"description": "Send this attribute to stop the editing for the order and return back to placed status. Cannot be passed by sales channels.",
|
|
23380
23556
|
"flags": {
|
|
23381
23557
|
"organization": {
|
|
23382
23558
|
"char": "o",
|
|
@@ -23441,7 +23617,7 @@
|
|
|
23441
23617
|
},
|
|
23442
23618
|
"hasDynamicHelp": false,
|
|
23443
23619
|
"hiddenAliases": [],
|
|
23444
|
-
"id": "
|
|
23620
|
+
"id": "order:stop_editing",
|
|
23445
23621
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23446
23622
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23447
23623
|
"pluginType": "core",
|
|
@@ -23451,11 +23627,11 @@
|
|
|
23451
23627
|
"relativePath": [
|
|
23452
23628
|
"lib",
|
|
23453
23629
|
"commands",
|
|
23454
|
-
"
|
|
23455
|
-
"
|
|
23630
|
+
"order",
|
|
23631
|
+
"stop_editing.js"
|
|
23456
23632
|
]
|
|
23457
23633
|
},
|
|
23458
|
-
"
|
|
23634
|
+
"order:unarchive": {
|
|
23459
23635
|
"aliases": [],
|
|
23460
23636
|
"args": {
|
|
23461
23637
|
"id": {
|
|
@@ -23464,7 +23640,7 @@
|
|
|
23464
23640
|
"required": true
|
|
23465
23641
|
}
|
|
23466
23642
|
},
|
|
23467
|
-
"description": "Send this attribute if you want to
|
|
23643
|
+
"description": "Send this attribute if you want to unarchive the order.",
|
|
23468
23644
|
"flags": {
|
|
23469
23645
|
"organization": {
|
|
23470
23646
|
"char": "o",
|
|
@@ -23529,7 +23705,7 @@
|
|
|
23529
23705
|
},
|
|
23530
23706
|
"hasDynamicHelp": false,
|
|
23531
23707
|
"hiddenAliases": [],
|
|
23532
|
-
"id": "
|
|
23708
|
+
"id": "order:unarchive",
|
|
23533
23709
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23534
23710
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23535
23711
|
"pluginType": "core",
|
|
@@ -23539,11 +23715,11 @@
|
|
|
23539
23715
|
"relativePath": [
|
|
23540
23716
|
"lib",
|
|
23541
23717
|
"commands",
|
|
23542
|
-
"
|
|
23543
|
-
"
|
|
23718
|
+
"order",
|
|
23719
|
+
"unarchive.js"
|
|
23544
23720
|
]
|
|
23545
23721
|
},
|
|
23546
|
-
"
|
|
23722
|
+
"order:update_taxes": {
|
|
23547
23723
|
"aliases": [],
|
|
23548
23724
|
"args": {
|
|
23549
23725
|
"id": {
|
|
@@ -23552,7 +23728,7 @@
|
|
|
23552
23728
|
"required": true
|
|
23553
23729
|
}
|
|
23554
23730
|
},
|
|
23555
|
-
"description": "
|
|
23731
|
+
"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).",
|
|
23556
23732
|
"flags": {
|
|
23557
23733
|
"organization": {
|
|
23558
23734
|
"char": "o",
|
|
@@ -23617,7 +23793,7 @@
|
|
|
23617
23793
|
},
|
|
23618
23794
|
"hasDynamicHelp": false,
|
|
23619
23795
|
"hiddenAliases": [],
|
|
23620
|
-
"id": "
|
|
23796
|
+
"id": "order:update_taxes",
|
|
23621
23797
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23622
23798
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23623
23799
|
"pluginType": "core",
|
|
@@ -23627,11 +23803,11 @@
|
|
|
23627
23803
|
"relativePath": [
|
|
23628
23804
|
"lib",
|
|
23629
23805
|
"commands",
|
|
23630
|
-
"
|
|
23631
|
-
"
|
|
23806
|
+
"order",
|
|
23807
|
+
"update_taxes.js"
|
|
23632
23808
|
]
|
|
23633
23809
|
},
|
|
23634
|
-
"
|
|
23810
|
+
"order:validate": {
|
|
23635
23811
|
"aliases": [],
|
|
23636
23812
|
"args": {
|
|
23637
23813
|
"id": {
|
|
@@ -23640,7 +23816,7 @@
|
|
|
23640
23816
|
"required": true
|
|
23641
23817
|
}
|
|
23642
23818
|
},
|
|
23643
|
-
"description": "Send this attribute if you want to
|
|
23819
|
+
"description": "Send this attribute if you want to trigger the external validation for the order.",
|
|
23644
23820
|
"flags": {
|
|
23645
23821
|
"organization": {
|
|
23646
23822
|
"char": "o",
|
|
@@ -23705,7 +23881,7 @@
|
|
|
23705
23881
|
},
|
|
23706
23882
|
"hasDynamicHelp": false,
|
|
23707
23883
|
"hiddenAliases": [],
|
|
23708
|
-
"id": "
|
|
23884
|
+
"id": "order:validate",
|
|
23709
23885
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
23710
23886
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
23711
23887
|
"pluginType": "core",
|
|
@@ -23715,10 +23891,10 @@
|
|
|
23715
23891
|
"relativePath": [
|
|
23716
23892
|
"lib",
|
|
23717
23893
|
"commands",
|
|
23718
|
-
"
|
|
23719
|
-
"
|
|
23894
|
+
"order",
|
|
23895
|
+
"validate.js"
|
|
23720
23896
|
]
|
|
23721
23897
|
}
|
|
23722
23898
|
},
|
|
23723
|
-
"version": "4.
|
|
23899
|
+
"version": "4.17.1"
|
|
23724
23900
|
}
|