@commercelayer/cli-plugin-triggers 4.0.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +93 -0
- package/lib/commands/order_subscription/convert.d.ts +9 -0
- package/lib/commands/order_subscription/convert.js +22 -0
- package/lib/commands/price_list_scheduler/disable.d.ts +9 -0
- package/lib/commands/price_list_scheduler/disable.js +22 -0
- package/lib/commands/price_list_scheduler/enable.d.ts +9 -0
- package/lib/commands/price_list_scheduler/enable.js +22 -0
- package/lib/commands/price_list_scheduler/index.d.ts +9 -0
- package/lib/commands/price_list_scheduler/index.js +40 -0
- package/lib/triggers/order_subscriptions.d.ts +1 -1
- package/lib/triggers/order_subscriptions.js +5 -0
- package/lib/triggers/price_list_schedulers.d.ts +3 -0
- package/lib/triggers/price_list_schedulers.js +15 -0
- package/oclif.manifest.json +539 -187
- package/package.json +11 -11
package/oclif.manifest.json
CHANGED
|
@@ -5212,7 +5212,7 @@
|
|
|
5212
5212
|
"index.js"
|
|
5213
5213
|
]
|
|
5214
5214
|
},
|
|
5215
|
-
"
|
|
5215
|
+
"order:approve": {
|
|
5216
5216
|
"aliases": [],
|
|
5217
5217
|
"args": {
|
|
5218
5218
|
"id": {
|
|
@@ -5221,7 +5221,7 @@
|
|
|
5221
5221
|
"required": true
|
|
5222
5222
|
}
|
|
5223
5223
|
},
|
|
5224
|
-
"description": "Send this attribute if you want to
|
|
5224
|
+
"description": "Send this attribute if you want to approve a placed order.",
|
|
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": "order:approve",
|
|
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
|
-
"
|
|
5300
|
-
"
|
|
5299
|
+
"order",
|
|
5300
|
+
"approve.js"
|
|
5301
5301
|
]
|
|
5302
5302
|
},
|
|
5303
|
-
"
|
|
5303
|
+
"order:approve_and_capture": {
|
|
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 approve and capture a placed order.",
|
|
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": "order:approve_and_capture",
|
|
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
|
+
"order",
|
|
5388
|
+
"approve_and_capture.js"
|
|
5389
5389
|
]
|
|
5390
5390
|
},
|
|
5391
|
-
"
|
|
5391
|
+
"order:archive": {
|
|
5392
5392
|
"aliases": [],
|
|
5393
5393
|
"args": {
|
|
5394
5394
|
"id": {
|
|
@@ -5397,7 +5397,7 @@
|
|
|
5397
5397
|
"required": true
|
|
5398
5398
|
}
|
|
5399
5399
|
},
|
|
5400
|
-
"description": "Send this attribute if you want to
|
|
5400
|
+
"description": "Send this attribute if you want to archive the order.",
|
|
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": "order:archive",
|
|
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
|
-
"
|
|
5476
|
-
"
|
|
5475
|
+
"order",
|
|
5476
|
+
"archive.js"
|
|
5477
5477
|
]
|
|
5478
5478
|
},
|
|
5479
|
-
"
|
|
5479
|
+
"order:authorization_amount_cents": {
|
|
5480
5480
|
"aliases": [],
|
|
5481
5481
|
"args": {
|
|
5482
5482
|
"id": {
|
|
@@ -5485,7 +5485,7 @@
|
|
|
5485
5485
|
"required": true
|
|
5486
5486
|
}
|
|
5487
5487
|
},
|
|
5488
|
-
"description": "
|
|
5488
|
+
"description": "The authorization amount, in cents.",
|
|
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": "order:authorization_amount_cents",
|
|
5554
5554
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5555
5555
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5556
5556
|
"pluginType": "core",
|
|
@@ -5560,11 +5560,11 @@
|
|
|
5560
5560
|
"relativePath": [
|
|
5561
5561
|
"lib",
|
|
5562
5562
|
"commands",
|
|
5563
|
-
"
|
|
5564
|
-
"
|
|
5563
|
+
"order",
|
|
5564
|
+
"authorization_amount_cents.js"
|
|
5565
5565
|
]
|
|
5566
5566
|
},
|
|
5567
|
-
"order:
|
|
5567
|
+
"order:authorize": {
|
|
5568
5568
|
"aliases": [],
|
|
5569
5569
|
"args": {
|
|
5570
5570
|
"id": {
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
"required": true
|
|
5574
5574
|
}
|
|
5575
5575
|
},
|
|
5576
|
-
"description": "Send this attribute if you want to
|
|
5576
|
+
"description": "Send this attribute if you want to authorize the order's payment source.",
|
|
5577
5577
|
"flags": {
|
|
5578
5578
|
"organization": {
|
|
5579
5579
|
"char": "o",
|
|
@@ -5638,7 +5638,7 @@
|
|
|
5638
5638
|
},
|
|
5639
5639
|
"hasDynamicHelp": false,
|
|
5640
5640
|
"hiddenAliases": [],
|
|
5641
|
-
"id": "order:
|
|
5641
|
+
"id": "order:authorize",
|
|
5642
5642
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5643
5643
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5644
5644
|
"pluginType": "core",
|
|
@@ -5649,10 +5649,10 @@
|
|
|
5649
5649
|
"lib",
|
|
5650
5650
|
"commands",
|
|
5651
5651
|
"order",
|
|
5652
|
-
"
|
|
5652
|
+
"authorize.js"
|
|
5653
5653
|
]
|
|
5654
5654
|
},
|
|
5655
|
-
"order:
|
|
5655
|
+
"order:billing_address_clone_id": {
|
|
5656
5656
|
"aliases": [],
|
|
5657
5657
|
"args": {
|
|
5658
5658
|
"id": {
|
|
@@ -5661,7 +5661,7 @@
|
|
|
5661
5661
|
"required": true
|
|
5662
5662
|
}
|
|
5663
5663
|
},
|
|
5664
|
-
"description": "
|
|
5664
|
+
"description": "The id of the address that you want to clone to create the order's billing address.",
|
|
5665
5665
|
"flags": {
|
|
5666
5666
|
"organization": {
|
|
5667
5667
|
"char": "o",
|
|
@@ -5722,11 +5722,20 @@
|
|
|
5722
5722
|
"name": "unformatted",
|
|
5723
5723
|
"allowNo": false,
|
|
5724
5724
|
"type": "boolean"
|
|
5725
|
+
},
|
|
5726
|
+
"value": {
|
|
5727
|
+
"char": "v",
|
|
5728
|
+
"description": "the trigger attribute value",
|
|
5729
|
+
"name": "value",
|
|
5730
|
+
"required": true,
|
|
5731
|
+
"hasDynamicHelp": false,
|
|
5732
|
+
"multiple": false,
|
|
5733
|
+
"type": "option"
|
|
5725
5734
|
}
|
|
5726
5735
|
},
|
|
5727
5736
|
"hasDynamicHelp": false,
|
|
5728
5737
|
"hiddenAliases": [],
|
|
5729
|
-
"id": "order:
|
|
5738
|
+
"id": "order:billing_address_clone_id",
|
|
5730
5739
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5731
5740
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5732
5741
|
"pluginType": "core",
|
|
@@ -5737,10 +5746,10 @@
|
|
|
5737
5746
|
"lib",
|
|
5738
5747
|
"commands",
|
|
5739
5748
|
"order",
|
|
5740
|
-
"
|
|
5749
|
+
"billing_address_clone_id.js"
|
|
5741
5750
|
]
|
|
5742
5751
|
},
|
|
5743
|
-
"order:
|
|
5752
|
+
"order:billing_address_same_as_shipping": {
|
|
5744
5753
|
"aliases": [],
|
|
5745
5754
|
"args": {
|
|
5746
5755
|
"id": {
|
|
@@ -5749,7 +5758,7 @@
|
|
|
5749
5758
|
"required": true
|
|
5750
5759
|
}
|
|
5751
5760
|
},
|
|
5752
|
-
"description": "Send this attribute if you want to
|
|
5761
|
+
"description": "Send this attribute if you want the billing address to be cloned from the order's shipping address.",
|
|
5753
5762
|
"flags": {
|
|
5754
5763
|
"organization": {
|
|
5755
5764
|
"char": "o",
|
|
@@ -5814,7 +5823,7 @@
|
|
|
5814
5823
|
},
|
|
5815
5824
|
"hasDynamicHelp": false,
|
|
5816
5825
|
"hiddenAliases": [],
|
|
5817
|
-
"id": "order:
|
|
5826
|
+
"id": "order:billing_address_same_as_shipping",
|
|
5818
5827
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5819
5828
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5820
5829
|
"pluginType": "core",
|
|
@@ -5825,10 +5834,10 @@
|
|
|
5825
5834
|
"lib",
|
|
5826
5835
|
"commands",
|
|
5827
5836
|
"order",
|
|
5828
|
-
"
|
|
5837
|
+
"billing_address_same_as_shipping.js"
|
|
5829
5838
|
]
|
|
5830
5839
|
},
|
|
5831
|
-
"order:
|
|
5840
|
+
"order:cancel": {
|
|
5832
5841
|
"aliases": [],
|
|
5833
5842
|
"args": {
|
|
5834
5843
|
"id": {
|
|
@@ -5837,7 +5846,7 @@
|
|
|
5837
5846
|
"required": true
|
|
5838
5847
|
}
|
|
5839
5848
|
},
|
|
5840
|
-
"description": "The authorization
|
|
5849
|
+
"description": "Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.",
|
|
5841
5850
|
"flags": {
|
|
5842
5851
|
"organization": {
|
|
5843
5852
|
"char": "o",
|
|
@@ -5902,7 +5911,7 @@
|
|
|
5902
5911
|
},
|
|
5903
5912
|
"hasDynamicHelp": false,
|
|
5904
5913
|
"hiddenAliases": [],
|
|
5905
|
-
"id": "order:
|
|
5914
|
+
"id": "order:cancel",
|
|
5906
5915
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5907
5916
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5908
5917
|
"pluginType": "core",
|
|
@@ -5913,10 +5922,10 @@
|
|
|
5913
5922
|
"lib",
|
|
5914
5923
|
"commands",
|
|
5915
5924
|
"order",
|
|
5916
|
-
"
|
|
5925
|
+
"cancel.js"
|
|
5917
5926
|
]
|
|
5918
5927
|
},
|
|
5919
|
-
"order:
|
|
5928
|
+
"order:capture": {
|
|
5920
5929
|
"aliases": [],
|
|
5921
5930
|
"args": {
|
|
5922
5931
|
"id": {
|
|
@@ -5925,7 +5934,7 @@
|
|
|
5925
5934
|
"required": true
|
|
5926
5935
|
}
|
|
5927
5936
|
},
|
|
5928
|
-
"description": "Send this attribute if you want to
|
|
5937
|
+
"description": "Send this attribute if you want to capture an authorized order.",
|
|
5929
5938
|
"flags": {
|
|
5930
5939
|
"organization": {
|
|
5931
5940
|
"char": "o",
|
|
@@ -5990,7 +5999,7 @@
|
|
|
5990
5999
|
},
|
|
5991
6000
|
"hasDynamicHelp": false,
|
|
5992
6001
|
"hiddenAliases": [],
|
|
5993
|
-
"id": "order:
|
|
6002
|
+
"id": "order:capture",
|
|
5994
6003
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
5995
6004
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
5996
6005
|
"pluginType": "core",
|
|
@@ -6001,10 +6010,10 @@
|
|
|
6001
6010
|
"lib",
|
|
6002
6011
|
"commands",
|
|
6003
6012
|
"order",
|
|
6004
|
-
"
|
|
6013
|
+
"capture.js"
|
|
6005
6014
|
]
|
|
6006
6015
|
},
|
|
6007
|
-
"order:
|
|
6016
|
+
"order:commit_invoice": {
|
|
6008
6017
|
"aliases": [],
|
|
6009
6018
|
"args": {
|
|
6010
6019
|
"id": {
|
|
@@ -6013,7 +6022,183 @@
|
|
|
6013
6022
|
"required": true
|
|
6014
6023
|
}
|
|
6015
6024
|
},
|
|
6016
|
-
"description": "
|
|
6025
|
+
"description": "Send this attribute if you want commit the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
6026
|
+
"flags": {
|
|
6027
|
+
"organization": {
|
|
6028
|
+
"char": "o",
|
|
6029
|
+
"description": "the slug of your organization",
|
|
6030
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
6031
|
+
"hidden": true,
|
|
6032
|
+
"name": "organization",
|
|
6033
|
+
"required": true,
|
|
6034
|
+
"hasDynamicHelp": false,
|
|
6035
|
+
"multiple": false,
|
|
6036
|
+
"type": "option"
|
|
6037
|
+
},
|
|
6038
|
+
"domain": {
|
|
6039
|
+
"char": "d",
|
|
6040
|
+
"dependsOn": [
|
|
6041
|
+
"organization"
|
|
6042
|
+
],
|
|
6043
|
+
"env": "CL_CLI_DOMAIN",
|
|
6044
|
+
"hidden": true,
|
|
6045
|
+
"name": "domain",
|
|
6046
|
+
"required": false,
|
|
6047
|
+
"hasDynamicHelp": false,
|
|
6048
|
+
"multiple": false,
|
|
6049
|
+
"type": "option"
|
|
6050
|
+
},
|
|
6051
|
+
"accessToken": {
|
|
6052
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
6053
|
+
"hidden": true,
|
|
6054
|
+
"name": "accessToken",
|
|
6055
|
+
"required": true,
|
|
6056
|
+
"hasDynamicHelp": false,
|
|
6057
|
+
"multiple": false,
|
|
6058
|
+
"type": "option"
|
|
6059
|
+
},
|
|
6060
|
+
"print": {
|
|
6061
|
+
"char": "p",
|
|
6062
|
+
"description": "print out the modified resource",
|
|
6063
|
+
"name": "print",
|
|
6064
|
+
"allowNo": false,
|
|
6065
|
+
"type": "boolean"
|
|
6066
|
+
},
|
|
6067
|
+
"json": {
|
|
6068
|
+
"char": "j",
|
|
6069
|
+
"dependsOn": [
|
|
6070
|
+
"print"
|
|
6071
|
+
],
|
|
6072
|
+
"description": "print result in JSON format",
|
|
6073
|
+
"name": "json",
|
|
6074
|
+
"allowNo": false,
|
|
6075
|
+
"type": "boolean"
|
|
6076
|
+
},
|
|
6077
|
+
"unformatted": {
|
|
6078
|
+
"char": "u",
|
|
6079
|
+
"dependsOn": [
|
|
6080
|
+
"json"
|
|
6081
|
+
],
|
|
6082
|
+
"description": "print JSON output without indentation",
|
|
6083
|
+
"name": "unformatted",
|
|
6084
|
+
"allowNo": false,
|
|
6085
|
+
"type": "boolean"
|
|
6086
|
+
}
|
|
6087
|
+
},
|
|
6088
|
+
"hasDynamicHelp": false,
|
|
6089
|
+
"hiddenAliases": [],
|
|
6090
|
+
"id": "order:commit_invoice",
|
|
6091
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6092
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6093
|
+
"pluginType": "core",
|
|
6094
|
+
"strict": true,
|
|
6095
|
+
"enableJsonFlag": false,
|
|
6096
|
+
"isESM": false,
|
|
6097
|
+
"relativePath": [
|
|
6098
|
+
"lib",
|
|
6099
|
+
"commands",
|
|
6100
|
+
"order",
|
|
6101
|
+
"commit_invoice.js"
|
|
6102
|
+
]
|
|
6103
|
+
},
|
|
6104
|
+
"order:create_subscriptions": {
|
|
6105
|
+
"aliases": [],
|
|
6106
|
+
"args": {
|
|
6107
|
+
"id": {
|
|
6108
|
+
"description": "the unique id of the resource",
|
|
6109
|
+
"name": "id",
|
|
6110
|
+
"required": true
|
|
6111
|
+
}
|
|
6112
|
+
},
|
|
6113
|
+
"description": "Send this attribute upon/after placing the order if you want to create order subscriptions from the line items that have a frequency.",
|
|
6114
|
+
"flags": {
|
|
6115
|
+
"organization": {
|
|
6116
|
+
"char": "o",
|
|
6117
|
+
"description": "the slug of your organization",
|
|
6118
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
6119
|
+
"hidden": true,
|
|
6120
|
+
"name": "organization",
|
|
6121
|
+
"required": true,
|
|
6122
|
+
"hasDynamicHelp": false,
|
|
6123
|
+
"multiple": false,
|
|
6124
|
+
"type": "option"
|
|
6125
|
+
},
|
|
6126
|
+
"domain": {
|
|
6127
|
+
"char": "d",
|
|
6128
|
+
"dependsOn": [
|
|
6129
|
+
"organization"
|
|
6130
|
+
],
|
|
6131
|
+
"env": "CL_CLI_DOMAIN",
|
|
6132
|
+
"hidden": true,
|
|
6133
|
+
"name": "domain",
|
|
6134
|
+
"required": false,
|
|
6135
|
+
"hasDynamicHelp": false,
|
|
6136
|
+
"multiple": false,
|
|
6137
|
+
"type": "option"
|
|
6138
|
+
},
|
|
6139
|
+
"accessToken": {
|
|
6140
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
6141
|
+
"hidden": true,
|
|
6142
|
+
"name": "accessToken",
|
|
6143
|
+
"required": true,
|
|
6144
|
+
"hasDynamicHelp": false,
|
|
6145
|
+
"multiple": false,
|
|
6146
|
+
"type": "option"
|
|
6147
|
+
},
|
|
6148
|
+
"print": {
|
|
6149
|
+
"char": "p",
|
|
6150
|
+
"description": "print out the modified resource",
|
|
6151
|
+
"name": "print",
|
|
6152
|
+
"allowNo": false,
|
|
6153
|
+
"type": "boolean"
|
|
6154
|
+
},
|
|
6155
|
+
"json": {
|
|
6156
|
+
"char": "j",
|
|
6157
|
+
"dependsOn": [
|
|
6158
|
+
"print"
|
|
6159
|
+
],
|
|
6160
|
+
"description": "print result in JSON format",
|
|
6161
|
+
"name": "json",
|
|
6162
|
+
"allowNo": false,
|
|
6163
|
+
"type": "boolean"
|
|
6164
|
+
},
|
|
6165
|
+
"unformatted": {
|
|
6166
|
+
"char": "u",
|
|
6167
|
+
"dependsOn": [
|
|
6168
|
+
"json"
|
|
6169
|
+
],
|
|
6170
|
+
"description": "print JSON output without indentation",
|
|
6171
|
+
"name": "unformatted",
|
|
6172
|
+
"allowNo": false,
|
|
6173
|
+
"type": "boolean"
|
|
6174
|
+
}
|
|
6175
|
+
},
|
|
6176
|
+
"hasDynamicHelp": false,
|
|
6177
|
+
"hiddenAliases": [],
|
|
6178
|
+
"id": "order:create_subscriptions",
|
|
6179
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6180
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6181
|
+
"pluginType": "core",
|
|
6182
|
+
"strict": true,
|
|
6183
|
+
"enableJsonFlag": false,
|
|
6184
|
+
"isESM": false,
|
|
6185
|
+
"relativePath": [
|
|
6186
|
+
"lib",
|
|
6187
|
+
"commands",
|
|
6188
|
+
"order",
|
|
6189
|
+
"create_subscriptions.js"
|
|
6190
|
+
]
|
|
6191
|
+
},
|
|
6192
|
+
"order:customer_payment_source_id": {
|
|
6193
|
+
"aliases": [],
|
|
6194
|
+
"args": {
|
|
6195
|
+
"id": {
|
|
6196
|
+
"description": "the unique id of the resource",
|
|
6197
|
+
"name": "id",
|
|
6198
|
+
"required": true
|
|
6199
|
+
}
|
|
6200
|
+
},
|
|
6201
|
+
"description": "The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.",
|
|
6017
6202
|
"flags": {
|
|
6018
6203
|
"organization": {
|
|
6019
6204
|
"char": "o",
|
|
@@ -6087,7 +6272,7 @@
|
|
|
6087
6272
|
},
|
|
6088
6273
|
"hasDynamicHelp": false,
|
|
6089
6274
|
"hiddenAliases": [],
|
|
6090
|
-
"id": "order:
|
|
6275
|
+
"id": "order:customer_payment_source_id",
|
|
6091
6276
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6092
6277
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6093
6278
|
"pluginType": "core",
|
|
@@ -6098,10 +6283,10 @@
|
|
|
6098
6283
|
"lib",
|
|
6099
6284
|
"commands",
|
|
6100
6285
|
"order",
|
|
6101
|
-
"
|
|
6286
|
+
"customer_payment_source_id.js"
|
|
6102
6287
|
]
|
|
6103
6288
|
},
|
|
6104
|
-
"order
|
|
6289
|
+
"order": {
|
|
6105
6290
|
"aliases": [],
|
|
6106
6291
|
"args": {
|
|
6107
6292
|
"id": {
|
|
@@ -6110,7 +6295,7 @@
|
|
|
6110
6295
|
"required": true
|
|
6111
6296
|
}
|
|
6112
6297
|
},
|
|
6113
|
-
"description": "
|
|
6298
|
+
"description": "execute an action on a resource of type orders",
|
|
6114
6299
|
"flags": {
|
|
6115
6300
|
"organization": {
|
|
6116
6301
|
"char": "o",
|
|
@@ -6175,7 +6360,183 @@
|
|
|
6175
6360
|
},
|
|
6176
6361
|
"hasDynamicHelp": false,
|
|
6177
6362
|
"hiddenAliases": [],
|
|
6178
|
-
"id": "order
|
|
6363
|
+
"id": "order",
|
|
6364
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6365
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6366
|
+
"pluginType": "core",
|
|
6367
|
+
"strict": true,
|
|
6368
|
+
"enableJsonFlag": false,
|
|
6369
|
+
"isESM": false,
|
|
6370
|
+
"relativePath": [
|
|
6371
|
+
"lib",
|
|
6372
|
+
"commands",
|
|
6373
|
+
"order",
|
|
6374
|
+
"index.js"
|
|
6375
|
+
]
|
|
6376
|
+
},
|
|
6377
|
+
"order:nullify_payment_source": {
|
|
6378
|
+
"aliases": [],
|
|
6379
|
+
"args": {
|
|
6380
|
+
"id": {
|
|
6381
|
+
"description": "the unique id of the resource",
|
|
6382
|
+
"name": "id",
|
|
6383
|
+
"required": true
|
|
6384
|
+
}
|
|
6385
|
+
},
|
|
6386
|
+
"description": "Send this attribute if you want to nullify the payment source for this order.",
|
|
6387
|
+
"flags": {
|
|
6388
|
+
"organization": {
|
|
6389
|
+
"char": "o",
|
|
6390
|
+
"description": "the slug of your organization",
|
|
6391
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
6392
|
+
"hidden": true,
|
|
6393
|
+
"name": "organization",
|
|
6394
|
+
"required": true,
|
|
6395
|
+
"hasDynamicHelp": false,
|
|
6396
|
+
"multiple": false,
|
|
6397
|
+
"type": "option"
|
|
6398
|
+
},
|
|
6399
|
+
"domain": {
|
|
6400
|
+
"char": "d",
|
|
6401
|
+
"dependsOn": [
|
|
6402
|
+
"organization"
|
|
6403
|
+
],
|
|
6404
|
+
"env": "CL_CLI_DOMAIN",
|
|
6405
|
+
"hidden": true,
|
|
6406
|
+
"name": "domain",
|
|
6407
|
+
"required": false,
|
|
6408
|
+
"hasDynamicHelp": false,
|
|
6409
|
+
"multiple": false,
|
|
6410
|
+
"type": "option"
|
|
6411
|
+
},
|
|
6412
|
+
"accessToken": {
|
|
6413
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
6414
|
+
"hidden": true,
|
|
6415
|
+
"name": "accessToken",
|
|
6416
|
+
"required": true,
|
|
6417
|
+
"hasDynamicHelp": false,
|
|
6418
|
+
"multiple": false,
|
|
6419
|
+
"type": "option"
|
|
6420
|
+
},
|
|
6421
|
+
"print": {
|
|
6422
|
+
"char": "p",
|
|
6423
|
+
"description": "print out the modified resource",
|
|
6424
|
+
"name": "print",
|
|
6425
|
+
"allowNo": false,
|
|
6426
|
+
"type": "boolean"
|
|
6427
|
+
},
|
|
6428
|
+
"json": {
|
|
6429
|
+
"char": "j",
|
|
6430
|
+
"dependsOn": [
|
|
6431
|
+
"print"
|
|
6432
|
+
],
|
|
6433
|
+
"description": "print result in JSON format",
|
|
6434
|
+
"name": "json",
|
|
6435
|
+
"allowNo": false,
|
|
6436
|
+
"type": "boolean"
|
|
6437
|
+
},
|
|
6438
|
+
"unformatted": {
|
|
6439
|
+
"char": "u",
|
|
6440
|
+
"dependsOn": [
|
|
6441
|
+
"json"
|
|
6442
|
+
],
|
|
6443
|
+
"description": "print JSON output without indentation",
|
|
6444
|
+
"name": "unformatted",
|
|
6445
|
+
"allowNo": false,
|
|
6446
|
+
"type": "boolean"
|
|
6447
|
+
}
|
|
6448
|
+
},
|
|
6449
|
+
"hasDynamicHelp": false,
|
|
6450
|
+
"hiddenAliases": [],
|
|
6451
|
+
"id": "order:nullify_payment_source",
|
|
6452
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6453
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6454
|
+
"pluginType": "core",
|
|
6455
|
+
"strict": true,
|
|
6456
|
+
"enableJsonFlag": false,
|
|
6457
|
+
"isESM": false,
|
|
6458
|
+
"relativePath": [
|
|
6459
|
+
"lib",
|
|
6460
|
+
"commands",
|
|
6461
|
+
"order",
|
|
6462
|
+
"nullify_payment_source.js"
|
|
6463
|
+
]
|
|
6464
|
+
},
|
|
6465
|
+
"order:pending": {
|
|
6466
|
+
"aliases": [],
|
|
6467
|
+
"args": {
|
|
6468
|
+
"id": {
|
|
6469
|
+
"description": "the unique id of the resource",
|
|
6470
|
+
"name": "id",
|
|
6471
|
+
"required": true
|
|
6472
|
+
}
|
|
6473
|
+
},
|
|
6474
|
+
"description": "Send this attribute if you want to move a draft or placing order to pending.",
|
|
6475
|
+
"flags": {
|
|
6476
|
+
"organization": {
|
|
6477
|
+
"char": "o",
|
|
6478
|
+
"description": "the slug of your organization",
|
|
6479
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
6480
|
+
"hidden": true,
|
|
6481
|
+
"name": "organization",
|
|
6482
|
+
"required": true,
|
|
6483
|
+
"hasDynamicHelp": false,
|
|
6484
|
+
"multiple": false,
|
|
6485
|
+
"type": "option"
|
|
6486
|
+
},
|
|
6487
|
+
"domain": {
|
|
6488
|
+
"char": "d",
|
|
6489
|
+
"dependsOn": [
|
|
6490
|
+
"organization"
|
|
6491
|
+
],
|
|
6492
|
+
"env": "CL_CLI_DOMAIN",
|
|
6493
|
+
"hidden": true,
|
|
6494
|
+
"name": "domain",
|
|
6495
|
+
"required": false,
|
|
6496
|
+
"hasDynamicHelp": false,
|
|
6497
|
+
"multiple": false,
|
|
6498
|
+
"type": "option"
|
|
6499
|
+
},
|
|
6500
|
+
"accessToken": {
|
|
6501
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
6502
|
+
"hidden": true,
|
|
6503
|
+
"name": "accessToken",
|
|
6504
|
+
"required": true,
|
|
6505
|
+
"hasDynamicHelp": false,
|
|
6506
|
+
"multiple": false,
|
|
6507
|
+
"type": "option"
|
|
6508
|
+
},
|
|
6509
|
+
"print": {
|
|
6510
|
+
"char": "p",
|
|
6511
|
+
"description": "print out the modified resource",
|
|
6512
|
+
"name": "print",
|
|
6513
|
+
"allowNo": false,
|
|
6514
|
+
"type": "boolean"
|
|
6515
|
+
},
|
|
6516
|
+
"json": {
|
|
6517
|
+
"char": "j",
|
|
6518
|
+
"dependsOn": [
|
|
6519
|
+
"print"
|
|
6520
|
+
],
|
|
6521
|
+
"description": "print result in JSON format",
|
|
6522
|
+
"name": "json",
|
|
6523
|
+
"allowNo": false,
|
|
6524
|
+
"type": "boolean"
|
|
6525
|
+
},
|
|
6526
|
+
"unformatted": {
|
|
6527
|
+
"char": "u",
|
|
6528
|
+
"dependsOn": [
|
|
6529
|
+
"json"
|
|
6530
|
+
],
|
|
6531
|
+
"description": "print JSON output without indentation",
|
|
6532
|
+
"name": "unformatted",
|
|
6533
|
+
"allowNo": false,
|
|
6534
|
+
"type": "boolean"
|
|
6535
|
+
}
|
|
6536
|
+
},
|
|
6537
|
+
"hasDynamicHelp": false,
|
|
6538
|
+
"hiddenAliases": [],
|
|
6539
|
+
"id": "order:pending",
|
|
6179
6540
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6180
6541
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6181
6542
|
"pluginType": "core",
|
|
@@ -6186,10 +6547,10 @@
|
|
|
6186
6547
|
"lib",
|
|
6187
6548
|
"commands",
|
|
6188
6549
|
"order",
|
|
6189
|
-
"
|
|
6550
|
+
"pending.js"
|
|
6190
6551
|
]
|
|
6191
6552
|
},
|
|
6192
|
-
"order:
|
|
6553
|
+
"order:place": {
|
|
6193
6554
|
"aliases": [],
|
|
6194
6555
|
"args": {
|
|
6195
6556
|
"id": {
|
|
@@ -6198,7 +6559,7 @@
|
|
|
6198
6559
|
"required": true
|
|
6199
6560
|
}
|
|
6200
6561
|
},
|
|
6201
|
-
"description": "Send this attribute if you want to
|
|
6562
|
+
"description": "Send this attribute if you want to place the order.",
|
|
6202
6563
|
"flags": {
|
|
6203
6564
|
"organization": {
|
|
6204
6565
|
"char": "o",
|
|
@@ -6263,7 +6624,7 @@
|
|
|
6263
6624
|
},
|
|
6264
6625
|
"hasDynamicHelp": false,
|
|
6265
6626
|
"hiddenAliases": [],
|
|
6266
|
-
"id": "order:
|
|
6627
|
+
"id": "order:place",
|
|
6267
6628
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6268
6629
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6269
6630
|
"pluginType": "core",
|
|
@@ -6274,10 +6635,10 @@
|
|
|
6274
6635
|
"lib",
|
|
6275
6636
|
"commands",
|
|
6276
6637
|
"order",
|
|
6277
|
-
"
|
|
6638
|
+
"place.js"
|
|
6278
6639
|
]
|
|
6279
6640
|
},
|
|
6280
|
-
"order:
|
|
6641
|
+
"order:refresh": {
|
|
6281
6642
|
"aliases": [],
|
|
6282
6643
|
"args": {
|
|
6283
6644
|
"id": {
|
|
@@ -6286,7 +6647,7 @@
|
|
|
6286
6647
|
"required": true
|
|
6287
6648
|
}
|
|
6288
6649
|
},
|
|
6289
|
-
"description": "Send this attribute if you want to
|
|
6650
|
+
"description": "Send this attribute if you want to manually refresh the order.",
|
|
6290
6651
|
"flags": {
|
|
6291
6652
|
"organization": {
|
|
6292
6653
|
"char": "o",
|
|
@@ -6351,7 +6712,7 @@
|
|
|
6351
6712
|
},
|
|
6352
6713
|
"hasDynamicHelp": false,
|
|
6353
6714
|
"hiddenAliases": [],
|
|
6354
|
-
"id": "order:
|
|
6715
|
+
"id": "order:refresh",
|
|
6355
6716
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6356
6717
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6357
6718
|
"pluginType": "core",
|
|
@@ -6362,10 +6723,10 @@
|
|
|
6362
6723
|
"lib",
|
|
6363
6724
|
"commands",
|
|
6364
6725
|
"order",
|
|
6365
|
-
"
|
|
6726
|
+
"refresh.js"
|
|
6366
6727
|
]
|
|
6367
6728
|
},
|
|
6368
|
-
"order:
|
|
6729
|
+
"order:refund": {
|
|
6369
6730
|
"aliases": [],
|
|
6370
6731
|
"args": {
|
|
6371
6732
|
"id": {
|
|
@@ -6374,7 +6735,7 @@
|
|
|
6374
6735
|
"required": true
|
|
6375
6736
|
}
|
|
6376
6737
|
},
|
|
6377
|
-
"description": "Send this attribute if you want
|
|
6738
|
+
"description": "Send this attribute if you want to refund a captured order.",
|
|
6378
6739
|
"flags": {
|
|
6379
6740
|
"organization": {
|
|
6380
6741
|
"char": "o",
|
|
@@ -6439,7 +6800,7 @@
|
|
|
6439
6800
|
},
|
|
6440
6801
|
"hasDynamicHelp": false,
|
|
6441
6802
|
"hiddenAliases": [],
|
|
6442
|
-
"id": "order:
|
|
6803
|
+
"id": "order:refund",
|
|
6443
6804
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6444
6805
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6445
6806
|
"pluginType": "core",
|
|
@@ -6450,10 +6811,10 @@
|
|
|
6450
6811
|
"lib",
|
|
6451
6812
|
"commands",
|
|
6452
6813
|
"order",
|
|
6453
|
-
"
|
|
6814
|
+
"refund.js"
|
|
6454
6815
|
]
|
|
6455
6816
|
},
|
|
6456
|
-
"order:
|
|
6817
|
+
"order:refund_invoice": {
|
|
6457
6818
|
"aliases": [],
|
|
6458
6819
|
"args": {
|
|
6459
6820
|
"id": {
|
|
@@ -6462,7 +6823,7 @@
|
|
|
6462
6823
|
"required": true
|
|
6463
6824
|
}
|
|
6464
6825
|
},
|
|
6465
|
-
"description": "Send this attribute
|
|
6826
|
+
"description": "Send this attribute if you want refund the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
6466
6827
|
"flags": {
|
|
6467
6828
|
"organization": {
|
|
6468
6829
|
"char": "o",
|
|
@@ -6527,7 +6888,7 @@
|
|
|
6527
6888
|
},
|
|
6528
6889
|
"hasDynamicHelp": false,
|
|
6529
6890
|
"hiddenAliases": [],
|
|
6530
|
-
"id": "order:
|
|
6891
|
+
"id": "order:refund_invoice",
|
|
6531
6892
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6532
6893
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6533
6894
|
"pluginType": "core",
|
|
@@ -6538,10 +6899,10 @@
|
|
|
6538
6899
|
"lib",
|
|
6539
6900
|
"commands",
|
|
6540
6901
|
"order",
|
|
6541
|
-
"
|
|
6902
|
+
"refund_invoice.js"
|
|
6542
6903
|
]
|
|
6543
6904
|
},
|
|
6544
|
-
"order:
|
|
6905
|
+
"order:reset_circuit": {
|
|
6545
6906
|
"aliases": [],
|
|
6546
6907
|
"args": {
|
|
6547
6908
|
"id": {
|
|
@@ -6550,7 +6911,7 @@
|
|
|
6550
6911
|
"required": true
|
|
6551
6912
|
}
|
|
6552
6913
|
},
|
|
6553
|
-
"description": "
|
|
6914
|
+
"description": "Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count.",
|
|
6554
6915
|
"flags": {
|
|
6555
6916
|
"organization": {
|
|
6556
6917
|
"char": "o",
|
|
@@ -6611,20 +6972,11 @@
|
|
|
6611
6972
|
"name": "unformatted",
|
|
6612
6973
|
"allowNo": false,
|
|
6613
6974
|
"type": "boolean"
|
|
6614
|
-
},
|
|
6615
|
-
"value": {
|
|
6616
|
-
"char": "v",
|
|
6617
|
-
"description": "the trigger attribute value",
|
|
6618
|
-
"name": "value",
|
|
6619
|
-
"required": true,
|
|
6620
|
-
"hasDynamicHelp": false,
|
|
6621
|
-
"multiple": false,
|
|
6622
|
-
"type": "option"
|
|
6623
6975
|
}
|
|
6624
6976
|
},
|
|
6625
6977
|
"hasDynamicHelp": false,
|
|
6626
6978
|
"hiddenAliases": [],
|
|
6627
|
-
"id": "order:
|
|
6979
|
+
"id": "order:reset_circuit",
|
|
6628
6980
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6629
6981
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6630
6982
|
"pluginType": "core",
|
|
@@ -6635,10 +6987,10 @@
|
|
|
6635
6987
|
"lib",
|
|
6636
6988
|
"commands",
|
|
6637
6989
|
"order",
|
|
6638
|
-
"
|
|
6990
|
+
"reset_circuit.js"
|
|
6639
6991
|
]
|
|
6640
6992
|
},
|
|
6641
|
-
"order": {
|
|
6993
|
+
"order:save_billing_address_to_customer_address_book": {
|
|
6642
6994
|
"aliases": [],
|
|
6643
6995
|
"args": {
|
|
6644
6996
|
"id": {
|
|
@@ -6647,7 +6999,7 @@
|
|
|
6647
6999
|
"required": true
|
|
6648
7000
|
}
|
|
6649
7001
|
},
|
|
6650
|
-
"description": "
|
|
7002
|
+
"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.",
|
|
6651
7003
|
"flags": {
|
|
6652
7004
|
"organization": {
|
|
6653
7005
|
"char": "o",
|
|
@@ -6712,7 +7064,7 @@
|
|
|
6712
7064
|
},
|
|
6713
7065
|
"hasDynamicHelp": false,
|
|
6714
7066
|
"hiddenAliases": [],
|
|
6715
|
-
"id": "order",
|
|
7067
|
+
"id": "order:save_billing_address_to_customer_address_book",
|
|
6716
7068
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6717
7069
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6718
7070
|
"pluginType": "core",
|
|
@@ -6723,10 +7075,10 @@
|
|
|
6723
7075
|
"lib",
|
|
6724
7076
|
"commands",
|
|
6725
7077
|
"order",
|
|
6726
|
-
"
|
|
7078
|
+
"save_billing_address_to_customer_address_book.js"
|
|
6727
7079
|
]
|
|
6728
7080
|
},
|
|
6729
|
-
"order:
|
|
7081
|
+
"order:save_payment_source_to_customer_wallet": {
|
|
6730
7082
|
"aliases": [],
|
|
6731
7083
|
"args": {
|
|
6732
7084
|
"id": {
|
|
@@ -6735,7 +7087,7 @@
|
|
|
6735
7087
|
"required": true
|
|
6736
7088
|
}
|
|
6737
7089
|
},
|
|
6738
|
-
"description": "Send this attribute if you want to
|
|
7090
|
+
"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.",
|
|
6739
7091
|
"flags": {
|
|
6740
7092
|
"organization": {
|
|
6741
7093
|
"char": "o",
|
|
@@ -6800,7 +7152,7 @@
|
|
|
6800
7152
|
},
|
|
6801
7153
|
"hasDynamicHelp": false,
|
|
6802
7154
|
"hiddenAliases": [],
|
|
6803
|
-
"id": "order:
|
|
7155
|
+
"id": "order:save_payment_source_to_customer_wallet",
|
|
6804
7156
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6805
7157
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6806
7158
|
"pluginType": "core",
|
|
@@ -6811,10 +7163,10 @@
|
|
|
6811
7163
|
"lib",
|
|
6812
7164
|
"commands",
|
|
6813
7165
|
"order",
|
|
6814
|
-
"
|
|
7166
|
+
"save_payment_source_to_customer_wallet.js"
|
|
6815
7167
|
]
|
|
6816
7168
|
},
|
|
6817
|
-
"order:
|
|
7169
|
+
"order:save_shipping_address_to_customer_address_book": {
|
|
6818
7170
|
"aliases": [],
|
|
6819
7171
|
"args": {
|
|
6820
7172
|
"id": {
|
|
@@ -6823,7 +7175,7 @@
|
|
|
6823
7175
|
"required": true
|
|
6824
7176
|
}
|
|
6825
7177
|
},
|
|
6826
|
-
"description": "Send this attribute if you want to
|
|
7178
|
+
"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.",
|
|
6827
7179
|
"flags": {
|
|
6828
7180
|
"organization": {
|
|
6829
7181
|
"char": "o",
|
|
@@ -6888,7 +7240,7 @@
|
|
|
6888
7240
|
},
|
|
6889
7241
|
"hasDynamicHelp": false,
|
|
6890
7242
|
"hiddenAliases": [],
|
|
6891
|
-
"id": "order:
|
|
7243
|
+
"id": "order:save_shipping_address_to_customer_address_book",
|
|
6892
7244
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6893
7245
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6894
7246
|
"pluginType": "core",
|
|
@@ -6899,10 +7251,10 @@
|
|
|
6899
7251
|
"lib",
|
|
6900
7252
|
"commands",
|
|
6901
7253
|
"order",
|
|
6902
|
-
"
|
|
7254
|
+
"save_shipping_address_to_customer_address_book.js"
|
|
6903
7255
|
]
|
|
6904
7256
|
},
|
|
6905
|
-
"order:
|
|
7257
|
+
"order:shipping_address_clone_id": {
|
|
6906
7258
|
"aliases": [],
|
|
6907
7259
|
"args": {
|
|
6908
7260
|
"id": {
|
|
@@ -6911,7 +7263,7 @@
|
|
|
6911
7263
|
"required": true
|
|
6912
7264
|
}
|
|
6913
7265
|
},
|
|
6914
|
-
"description": "
|
|
7266
|
+
"description": "The id of the address that you want to clone to create the order's shipping address.",
|
|
6915
7267
|
"flags": {
|
|
6916
7268
|
"organization": {
|
|
6917
7269
|
"char": "o",
|
|
@@ -6972,11 +7324,20 @@
|
|
|
6972
7324
|
"name": "unformatted",
|
|
6973
7325
|
"allowNo": false,
|
|
6974
7326
|
"type": "boolean"
|
|
7327
|
+
},
|
|
7328
|
+
"value": {
|
|
7329
|
+
"char": "v",
|
|
7330
|
+
"description": "the trigger attribute value",
|
|
7331
|
+
"name": "value",
|
|
7332
|
+
"required": true,
|
|
7333
|
+
"hasDynamicHelp": false,
|
|
7334
|
+
"multiple": false,
|
|
7335
|
+
"type": "option"
|
|
6975
7336
|
}
|
|
6976
7337
|
},
|
|
6977
7338
|
"hasDynamicHelp": false,
|
|
6978
7339
|
"hiddenAliases": [],
|
|
6979
|
-
"id": "order:
|
|
7340
|
+
"id": "order:shipping_address_clone_id",
|
|
6980
7341
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6981
7342
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6982
7343
|
"pluginType": "core",
|
|
@@ -6987,10 +7348,10 @@
|
|
|
6987
7348
|
"lib",
|
|
6988
7349
|
"commands",
|
|
6989
7350
|
"order",
|
|
6990
|
-
"
|
|
7351
|
+
"shipping_address_clone_id.js"
|
|
6991
7352
|
]
|
|
6992
7353
|
},
|
|
6993
|
-
"order:
|
|
7354
|
+
"order:shipping_address_same_as_billing": {
|
|
6994
7355
|
"aliases": [],
|
|
6995
7356
|
"args": {
|
|
6996
7357
|
"id": {
|
|
@@ -6999,7 +7360,7 @@
|
|
|
6999
7360
|
"required": true
|
|
7000
7361
|
}
|
|
7001
7362
|
},
|
|
7002
|
-
"description": "Send this attribute if you want to
|
|
7363
|
+
"description": "Send this attribute if you want the shipping address to be cloned from the order's billing address.",
|
|
7003
7364
|
"flags": {
|
|
7004
7365
|
"organization": {
|
|
7005
7366
|
"char": "o",
|
|
@@ -7064,7 +7425,7 @@
|
|
|
7064
7425
|
},
|
|
7065
7426
|
"hasDynamicHelp": false,
|
|
7066
7427
|
"hiddenAliases": [],
|
|
7067
|
-
"id": "order:
|
|
7428
|
+
"id": "order:shipping_address_same_as_billing",
|
|
7068
7429
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7069
7430
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7070
7431
|
"pluginType": "core",
|
|
@@ -7075,10 +7436,10 @@
|
|
|
7075
7436
|
"lib",
|
|
7076
7437
|
"commands",
|
|
7077
7438
|
"order",
|
|
7078
|
-
"
|
|
7439
|
+
"shipping_address_same_as_billing.js"
|
|
7079
7440
|
]
|
|
7080
7441
|
},
|
|
7081
|
-
"order:
|
|
7442
|
+
"order:start_editing": {
|
|
7082
7443
|
"aliases": [],
|
|
7083
7444
|
"args": {
|
|
7084
7445
|
"id": {
|
|
@@ -7087,7 +7448,7 @@
|
|
|
7087
7448
|
"required": true
|
|
7088
7449
|
}
|
|
7089
7450
|
},
|
|
7090
|
-
"description": "Send this attribute if you want to
|
|
7451
|
+
"description": "Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount.",
|
|
7091
7452
|
"flags": {
|
|
7092
7453
|
"organization": {
|
|
7093
7454
|
"char": "o",
|
|
@@ -7152,7 +7513,7 @@
|
|
|
7152
7513
|
},
|
|
7153
7514
|
"hasDynamicHelp": false,
|
|
7154
7515
|
"hiddenAliases": [],
|
|
7155
|
-
"id": "order:
|
|
7516
|
+
"id": "order:start_editing",
|
|
7156
7517
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7157
7518
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7158
7519
|
"pluginType": "core",
|
|
@@ -7163,10 +7524,10 @@
|
|
|
7163
7524
|
"lib",
|
|
7164
7525
|
"commands",
|
|
7165
7526
|
"order",
|
|
7166
|
-
"
|
|
7527
|
+
"start_editing.js"
|
|
7167
7528
|
]
|
|
7168
7529
|
},
|
|
7169
|
-
"order:
|
|
7530
|
+
"order:stop_editing": {
|
|
7170
7531
|
"aliases": [],
|
|
7171
7532
|
"args": {
|
|
7172
7533
|
"id": {
|
|
@@ -7175,7 +7536,7 @@
|
|
|
7175
7536
|
"required": true
|
|
7176
7537
|
}
|
|
7177
7538
|
},
|
|
7178
|
-
"description": "Send this attribute
|
|
7539
|
+
"description": "Send this attribute to stop the editing for the order and return back to placed status.",
|
|
7179
7540
|
"flags": {
|
|
7180
7541
|
"organization": {
|
|
7181
7542
|
"char": "o",
|
|
@@ -7240,7 +7601,7 @@
|
|
|
7240
7601
|
},
|
|
7241
7602
|
"hasDynamicHelp": false,
|
|
7242
7603
|
"hiddenAliases": [],
|
|
7243
|
-
"id": "order:
|
|
7604
|
+
"id": "order:stop_editing",
|
|
7244
7605
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7245
7606
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7246
7607
|
"pluginType": "core",
|
|
@@ -7251,10 +7612,10 @@
|
|
|
7251
7612
|
"lib",
|
|
7252
7613
|
"commands",
|
|
7253
7614
|
"order",
|
|
7254
|
-
"
|
|
7615
|
+
"stop_editing.js"
|
|
7255
7616
|
]
|
|
7256
7617
|
},
|
|
7257
|
-
"order:
|
|
7618
|
+
"order:unarchive": {
|
|
7258
7619
|
"aliases": [],
|
|
7259
7620
|
"args": {
|
|
7260
7621
|
"id": {
|
|
@@ -7263,7 +7624,7 @@
|
|
|
7263
7624
|
"required": true
|
|
7264
7625
|
}
|
|
7265
7626
|
},
|
|
7266
|
-
"description": "Send this attribute if you want to
|
|
7627
|
+
"description": "Send this attribute if you want to unarchive the order.",
|
|
7267
7628
|
"flags": {
|
|
7268
7629
|
"organization": {
|
|
7269
7630
|
"char": "o",
|
|
@@ -7328,7 +7689,7 @@
|
|
|
7328
7689
|
},
|
|
7329
7690
|
"hasDynamicHelp": false,
|
|
7330
7691
|
"hiddenAliases": [],
|
|
7331
|
-
"id": "order:
|
|
7692
|
+
"id": "order:unarchive",
|
|
7332
7693
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7333
7694
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7334
7695
|
"pluginType": "core",
|
|
@@ -7339,10 +7700,10 @@
|
|
|
7339
7700
|
"lib",
|
|
7340
7701
|
"commands",
|
|
7341
7702
|
"order",
|
|
7342
|
-
"
|
|
7703
|
+
"unarchive.js"
|
|
7343
7704
|
]
|
|
7344
7705
|
},
|
|
7345
|
-
"order:
|
|
7706
|
+
"order:update_taxes": {
|
|
7346
7707
|
"aliases": [],
|
|
7347
7708
|
"args": {
|
|
7348
7709
|
"id": {
|
|
@@ -7351,7 +7712,7 @@
|
|
|
7351
7712
|
"required": true
|
|
7352
7713
|
}
|
|
7353
7714
|
},
|
|
7354
|
-
"description": "Send this attribute if you want
|
|
7715
|
+
"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).",
|
|
7355
7716
|
"flags": {
|
|
7356
7717
|
"organization": {
|
|
7357
7718
|
"char": "o",
|
|
@@ -7416,7 +7777,7 @@
|
|
|
7416
7777
|
},
|
|
7417
7778
|
"hasDynamicHelp": false,
|
|
7418
7779
|
"hiddenAliases": [],
|
|
7419
|
-
"id": "order:
|
|
7780
|
+
"id": "order:update_taxes",
|
|
7420
7781
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7421
7782
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7422
7783
|
"pluginType": "core",
|
|
@@ -7427,10 +7788,10 @@
|
|
|
7427
7788
|
"lib",
|
|
7428
7789
|
"commands",
|
|
7429
7790
|
"order",
|
|
7430
|
-
"
|
|
7791
|
+
"update_taxes.js"
|
|
7431
7792
|
]
|
|
7432
7793
|
},
|
|
7433
|
-
"order:
|
|
7794
|
+
"order:validate": {
|
|
7434
7795
|
"aliases": [],
|
|
7435
7796
|
"args": {
|
|
7436
7797
|
"id": {
|
|
@@ -7439,7 +7800,7 @@
|
|
|
7439
7800
|
"required": true
|
|
7440
7801
|
}
|
|
7441
7802
|
},
|
|
7442
|
-
"description": "Send this attribute if you want
|
|
7803
|
+
"description": "Send this attribute if you want to trigger the external validation for the order.",
|
|
7443
7804
|
"flags": {
|
|
7444
7805
|
"organization": {
|
|
7445
7806
|
"char": "o",
|
|
@@ -7504,7 +7865,7 @@
|
|
|
7504
7865
|
},
|
|
7505
7866
|
"hasDynamicHelp": false,
|
|
7506
7867
|
"hiddenAliases": [],
|
|
7507
|
-
"id": "order:
|
|
7868
|
+
"id": "order:validate",
|
|
7508
7869
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7509
7870
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7510
7871
|
"pluginType": "core",
|
|
@@ -7515,10 +7876,10 @@
|
|
|
7515
7876
|
"lib",
|
|
7516
7877
|
"commands",
|
|
7517
7878
|
"order",
|
|
7518
|
-
"
|
|
7879
|
+
"validate.js"
|
|
7519
7880
|
]
|
|
7520
7881
|
},
|
|
7521
|
-
"
|
|
7882
|
+
"order_subscription:activate": {
|
|
7522
7883
|
"aliases": [],
|
|
7523
7884
|
"args": {
|
|
7524
7885
|
"id": {
|
|
@@ -7527,7 +7888,7 @@
|
|
|
7527
7888
|
"required": true
|
|
7528
7889
|
}
|
|
7529
7890
|
},
|
|
7530
|
-
"description": "Send this attribute if you want
|
|
7891
|
+
"description": "Send this attribute if you want to mark this subscription as active.",
|
|
7531
7892
|
"flags": {
|
|
7532
7893
|
"organization": {
|
|
7533
7894
|
"char": "o",
|
|
@@ -7592,7 +7953,7 @@
|
|
|
7592
7953
|
},
|
|
7593
7954
|
"hasDynamicHelp": false,
|
|
7594
7955
|
"hiddenAliases": [],
|
|
7595
|
-
"id": "
|
|
7956
|
+
"id": "order_subscription:activate",
|
|
7596
7957
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7597
7958
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7598
7959
|
"pluginType": "core",
|
|
@@ -7602,11 +7963,11 @@
|
|
|
7602
7963
|
"relativePath": [
|
|
7603
7964
|
"lib",
|
|
7604
7965
|
"commands",
|
|
7605
|
-
"
|
|
7606
|
-
"
|
|
7966
|
+
"order_subscription",
|
|
7967
|
+
"activate.js"
|
|
7607
7968
|
]
|
|
7608
7969
|
},
|
|
7609
|
-
"
|
|
7970
|
+
"order_subscription:cancel": {
|
|
7610
7971
|
"aliases": [],
|
|
7611
7972
|
"args": {
|
|
7612
7973
|
"id": {
|
|
@@ -7615,7 +7976,7 @@
|
|
|
7615
7976
|
"required": true
|
|
7616
7977
|
}
|
|
7617
7978
|
},
|
|
7618
|
-
"description": "
|
|
7979
|
+
"description": "Send this attribute if you want to mark this subscription as cancelled.",
|
|
7619
7980
|
"flags": {
|
|
7620
7981
|
"organization": {
|
|
7621
7982
|
"char": "o",
|
|
@@ -7676,20 +8037,11 @@
|
|
|
7676
8037
|
"name": "unformatted",
|
|
7677
8038
|
"allowNo": false,
|
|
7678
8039
|
"type": "boolean"
|
|
7679
|
-
},
|
|
7680
|
-
"value": {
|
|
7681
|
-
"char": "v",
|
|
7682
|
-
"description": "the trigger attribute value",
|
|
7683
|
-
"name": "value",
|
|
7684
|
-
"required": true,
|
|
7685
|
-
"hasDynamicHelp": false,
|
|
7686
|
-
"multiple": false,
|
|
7687
|
-
"type": "option"
|
|
7688
8040
|
}
|
|
7689
8041
|
},
|
|
7690
8042
|
"hasDynamicHelp": false,
|
|
7691
8043
|
"hiddenAliases": [],
|
|
7692
|
-
"id": "
|
|
8044
|
+
"id": "order_subscription:cancel",
|
|
7693
8045
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7694
8046
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7695
8047
|
"pluginType": "core",
|
|
@@ -7699,11 +8051,11 @@
|
|
|
7699
8051
|
"relativePath": [
|
|
7700
8052
|
"lib",
|
|
7701
8053
|
"commands",
|
|
7702
|
-
"
|
|
7703
|
-
"
|
|
8054
|
+
"order_subscription",
|
|
8055
|
+
"cancel.js"
|
|
7704
8056
|
]
|
|
7705
8057
|
},
|
|
7706
|
-
"
|
|
8058
|
+
"order_subscription:convert": {
|
|
7707
8059
|
"aliases": [],
|
|
7708
8060
|
"args": {
|
|
7709
8061
|
"id": {
|
|
@@ -7712,7 +8064,7 @@
|
|
|
7712
8064
|
"required": true
|
|
7713
8065
|
}
|
|
7714
8066
|
},
|
|
7715
|
-
"description": "Send this attribute if you want
|
|
8067
|
+
"description": "Send this attribute if you want to convert a manual subscription to an automatic one. A subscription model is required before conversion.",
|
|
7716
8068
|
"flags": {
|
|
7717
8069
|
"organization": {
|
|
7718
8070
|
"char": "o",
|
|
@@ -7777,7 +8129,7 @@
|
|
|
7777
8129
|
},
|
|
7778
8130
|
"hasDynamicHelp": false,
|
|
7779
8131
|
"hiddenAliases": [],
|
|
7780
|
-
"id": "
|
|
8132
|
+
"id": "order_subscription:convert",
|
|
7781
8133
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7782
8134
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7783
8135
|
"pluginType": "core",
|
|
@@ -7787,11 +8139,11 @@
|
|
|
7787
8139
|
"relativePath": [
|
|
7788
8140
|
"lib",
|
|
7789
8141
|
"commands",
|
|
7790
|
-
"
|
|
7791
|
-
"
|
|
8142
|
+
"order_subscription",
|
|
8143
|
+
"convert.js"
|
|
7792
8144
|
]
|
|
7793
8145
|
},
|
|
7794
|
-
"
|
|
8146
|
+
"order_subscription:deactivate": {
|
|
7795
8147
|
"aliases": [],
|
|
7796
8148
|
"args": {
|
|
7797
8149
|
"id": {
|
|
@@ -7800,7 +8152,7 @@
|
|
|
7800
8152
|
"required": true
|
|
7801
8153
|
}
|
|
7802
8154
|
},
|
|
7803
|
-
"description": "Send this attribute if you want to
|
|
8155
|
+
"description": "Send this attribute if you want to mark this subscription as inactive.",
|
|
7804
8156
|
"flags": {
|
|
7805
8157
|
"organization": {
|
|
7806
8158
|
"char": "o",
|
|
@@ -7865,7 +8217,7 @@
|
|
|
7865
8217
|
},
|
|
7866
8218
|
"hasDynamicHelp": false,
|
|
7867
8219
|
"hiddenAliases": [],
|
|
7868
|
-
"id": "
|
|
8220
|
+
"id": "order_subscription:deactivate",
|
|
7869
8221
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7870
8222
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7871
8223
|
"pluginType": "core",
|
|
@@ -7875,11 +8227,11 @@
|
|
|
7875
8227
|
"relativePath": [
|
|
7876
8228
|
"lib",
|
|
7877
8229
|
"commands",
|
|
7878
|
-
"
|
|
7879
|
-
"
|
|
8230
|
+
"order_subscription",
|
|
8231
|
+
"deactivate.js"
|
|
7880
8232
|
]
|
|
7881
8233
|
},
|
|
7882
|
-
"
|
|
8234
|
+
"order_subscription": {
|
|
7883
8235
|
"aliases": [],
|
|
7884
8236
|
"args": {
|
|
7885
8237
|
"id": {
|
|
@@ -7888,7 +8240,7 @@
|
|
|
7888
8240
|
"required": true
|
|
7889
8241
|
}
|
|
7890
8242
|
},
|
|
7891
|
-
"description": "
|
|
8243
|
+
"description": "execute an action on a resource of type order_subscriptions",
|
|
7892
8244
|
"flags": {
|
|
7893
8245
|
"organization": {
|
|
7894
8246
|
"char": "o",
|
|
@@ -7953,7 +8305,7 @@
|
|
|
7953
8305
|
},
|
|
7954
8306
|
"hasDynamicHelp": false,
|
|
7955
8307
|
"hiddenAliases": [],
|
|
7956
|
-
"id": "
|
|
8308
|
+
"id": "order_subscription",
|
|
7957
8309
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7958
8310
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7959
8311
|
"pluginType": "core",
|
|
@@ -7963,11 +8315,11 @@
|
|
|
7963
8315
|
"relativePath": [
|
|
7964
8316
|
"lib",
|
|
7965
8317
|
"commands",
|
|
7966
|
-
"
|
|
7967
|
-
"
|
|
8318
|
+
"order_subscription",
|
|
8319
|
+
"index.js"
|
|
7968
8320
|
]
|
|
7969
8321
|
},
|
|
7970
|
-
"
|
|
8322
|
+
"payment_method:disable": {
|
|
7971
8323
|
"aliases": [],
|
|
7972
8324
|
"args": {
|
|
7973
8325
|
"id": {
|
|
@@ -7976,7 +8328,7 @@
|
|
|
7976
8328
|
"required": true
|
|
7977
8329
|
}
|
|
7978
8330
|
},
|
|
7979
|
-
"description": "Send this attribute if you want to
|
|
8331
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
7980
8332
|
"flags": {
|
|
7981
8333
|
"organization": {
|
|
7982
8334
|
"char": "o",
|
|
@@ -8041,7 +8393,7 @@
|
|
|
8041
8393
|
},
|
|
8042
8394
|
"hasDynamicHelp": false,
|
|
8043
8395
|
"hiddenAliases": [],
|
|
8044
|
-
"id": "
|
|
8396
|
+
"id": "payment_method:disable",
|
|
8045
8397
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8046
8398
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8047
8399
|
"pluginType": "core",
|
|
@@ -8051,11 +8403,11 @@
|
|
|
8051
8403
|
"relativePath": [
|
|
8052
8404
|
"lib",
|
|
8053
8405
|
"commands",
|
|
8054
|
-
"
|
|
8055
|
-
"
|
|
8406
|
+
"payment_method",
|
|
8407
|
+
"disable.js"
|
|
8056
8408
|
]
|
|
8057
8409
|
},
|
|
8058
|
-
"
|
|
8410
|
+
"payment_method:enable": {
|
|
8059
8411
|
"aliases": [],
|
|
8060
8412
|
"args": {
|
|
8061
8413
|
"id": {
|
|
@@ -8064,7 +8416,7 @@
|
|
|
8064
8416
|
"required": true
|
|
8065
8417
|
}
|
|
8066
8418
|
},
|
|
8067
|
-
"description": "Send this attribute if you want to
|
|
8419
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
8068
8420
|
"flags": {
|
|
8069
8421
|
"organization": {
|
|
8070
8422
|
"char": "o",
|
|
@@ -8129,7 +8481,7 @@
|
|
|
8129
8481
|
},
|
|
8130
8482
|
"hasDynamicHelp": false,
|
|
8131
8483
|
"hiddenAliases": [],
|
|
8132
|
-
"id": "
|
|
8484
|
+
"id": "payment_method:enable",
|
|
8133
8485
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8134
8486
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8135
8487
|
"pluginType": "core",
|
|
@@ -8139,11 +8491,11 @@
|
|
|
8139
8491
|
"relativePath": [
|
|
8140
8492
|
"lib",
|
|
8141
8493
|
"commands",
|
|
8142
|
-
"
|
|
8143
|
-
"
|
|
8494
|
+
"payment_method",
|
|
8495
|
+
"enable.js"
|
|
8144
8496
|
]
|
|
8145
8497
|
},
|
|
8146
|
-
"
|
|
8498
|
+
"payment_method": {
|
|
8147
8499
|
"aliases": [],
|
|
8148
8500
|
"args": {
|
|
8149
8501
|
"id": {
|
|
@@ -8152,7 +8504,7 @@
|
|
|
8152
8504
|
"required": true
|
|
8153
8505
|
}
|
|
8154
8506
|
},
|
|
8155
|
-
"description": "
|
|
8507
|
+
"description": "execute an action on a resource of type payment_methods",
|
|
8156
8508
|
"flags": {
|
|
8157
8509
|
"organization": {
|
|
8158
8510
|
"char": "o",
|
|
@@ -8217,7 +8569,7 @@
|
|
|
8217
8569
|
},
|
|
8218
8570
|
"hasDynamicHelp": false,
|
|
8219
8571
|
"hiddenAliases": [],
|
|
8220
|
-
"id": "
|
|
8572
|
+
"id": "payment_method",
|
|
8221
8573
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8222
8574
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8223
8575
|
"pluginType": "core",
|
|
@@ -8227,11 +8579,11 @@
|
|
|
8227
8579
|
"relativePath": [
|
|
8228
8580
|
"lib",
|
|
8229
8581
|
"commands",
|
|
8230
|
-
"
|
|
8231
|
-
"
|
|
8582
|
+
"payment_method",
|
|
8583
|
+
"index.js"
|
|
8232
8584
|
]
|
|
8233
8585
|
},
|
|
8234
|
-
"
|
|
8586
|
+
"percentage_discount_promotion:disable": {
|
|
8235
8587
|
"aliases": [],
|
|
8236
8588
|
"args": {
|
|
8237
8589
|
"id": {
|
|
@@ -8305,7 +8657,7 @@
|
|
|
8305
8657
|
},
|
|
8306
8658
|
"hasDynamicHelp": false,
|
|
8307
8659
|
"hiddenAliases": [],
|
|
8308
|
-
"id": "
|
|
8660
|
+
"id": "percentage_discount_promotion:disable",
|
|
8309
8661
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8310
8662
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8311
8663
|
"pluginType": "core",
|
|
@@ -8315,11 +8667,11 @@
|
|
|
8315
8667
|
"relativePath": [
|
|
8316
8668
|
"lib",
|
|
8317
8669
|
"commands",
|
|
8318
|
-
"
|
|
8670
|
+
"percentage_discount_promotion",
|
|
8319
8671
|
"disable.js"
|
|
8320
8672
|
]
|
|
8321
8673
|
},
|
|
8322
|
-
"
|
|
8674
|
+
"percentage_discount_promotion:enable": {
|
|
8323
8675
|
"aliases": [],
|
|
8324
8676
|
"args": {
|
|
8325
8677
|
"id": {
|
|
@@ -8393,7 +8745,7 @@
|
|
|
8393
8745
|
},
|
|
8394
8746
|
"hasDynamicHelp": false,
|
|
8395
8747
|
"hiddenAliases": [],
|
|
8396
|
-
"id": "
|
|
8748
|
+
"id": "percentage_discount_promotion:enable",
|
|
8397
8749
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8398
8750
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8399
8751
|
"pluginType": "core",
|
|
@@ -8403,11 +8755,11 @@
|
|
|
8403
8755
|
"relativePath": [
|
|
8404
8756
|
"lib",
|
|
8405
8757
|
"commands",
|
|
8406
|
-
"
|
|
8758
|
+
"percentage_discount_promotion",
|
|
8407
8759
|
"enable.js"
|
|
8408
8760
|
]
|
|
8409
8761
|
},
|
|
8410
|
-
"
|
|
8762
|
+
"percentage_discount_promotion": {
|
|
8411
8763
|
"aliases": [],
|
|
8412
8764
|
"args": {
|
|
8413
8765
|
"id": {
|
|
@@ -8416,7 +8768,7 @@
|
|
|
8416
8768
|
"required": true
|
|
8417
8769
|
}
|
|
8418
8770
|
},
|
|
8419
|
-
"description": "execute an action on a resource of type
|
|
8771
|
+
"description": "execute an action on a resource of type percentage_discount_promotions",
|
|
8420
8772
|
"flags": {
|
|
8421
8773
|
"organization": {
|
|
8422
8774
|
"char": "o",
|
|
@@ -8481,7 +8833,7 @@
|
|
|
8481
8833
|
},
|
|
8482
8834
|
"hasDynamicHelp": false,
|
|
8483
8835
|
"hiddenAliases": [],
|
|
8484
|
-
"id": "
|
|
8836
|
+
"id": "percentage_discount_promotion",
|
|
8485
8837
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8486
8838
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8487
8839
|
"pluginType": "core",
|
|
@@ -8491,11 +8843,11 @@
|
|
|
8491
8843
|
"relativePath": [
|
|
8492
8844
|
"lib",
|
|
8493
8845
|
"commands",
|
|
8494
|
-
"
|
|
8846
|
+
"percentage_discount_promotion",
|
|
8495
8847
|
"index.js"
|
|
8496
8848
|
]
|
|
8497
8849
|
},
|
|
8498
|
-
"
|
|
8850
|
+
"price_list_scheduler:disable": {
|
|
8499
8851
|
"aliases": [],
|
|
8500
8852
|
"args": {
|
|
8501
8853
|
"id": {
|
|
@@ -8569,7 +8921,7 @@
|
|
|
8569
8921
|
},
|
|
8570
8922
|
"hasDynamicHelp": false,
|
|
8571
8923
|
"hiddenAliases": [],
|
|
8572
|
-
"id": "
|
|
8924
|
+
"id": "price_list_scheduler:disable",
|
|
8573
8925
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8574
8926
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8575
8927
|
"pluginType": "core",
|
|
@@ -8579,11 +8931,11 @@
|
|
|
8579
8931
|
"relativePath": [
|
|
8580
8932
|
"lib",
|
|
8581
8933
|
"commands",
|
|
8582
|
-
"
|
|
8934
|
+
"price_list_scheduler",
|
|
8583
8935
|
"disable.js"
|
|
8584
8936
|
]
|
|
8585
8937
|
},
|
|
8586
|
-
"
|
|
8938
|
+
"price_list_scheduler:enable": {
|
|
8587
8939
|
"aliases": [],
|
|
8588
8940
|
"args": {
|
|
8589
8941
|
"id": {
|
|
@@ -8657,7 +9009,7 @@
|
|
|
8657
9009
|
},
|
|
8658
9010
|
"hasDynamicHelp": false,
|
|
8659
9011
|
"hiddenAliases": [],
|
|
8660
|
-
"id": "
|
|
9012
|
+
"id": "price_list_scheduler:enable",
|
|
8661
9013
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8662
9014
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8663
9015
|
"pluginType": "core",
|
|
@@ -8667,11 +9019,11 @@
|
|
|
8667
9019
|
"relativePath": [
|
|
8668
9020
|
"lib",
|
|
8669
9021
|
"commands",
|
|
8670
|
-
"
|
|
9022
|
+
"price_list_scheduler",
|
|
8671
9023
|
"enable.js"
|
|
8672
9024
|
]
|
|
8673
9025
|
},
|
|
8674
|
-
"
|
|
9026
|
+
"price_list_scheduler": {
|
|
8675
9027
|
"aliases": [],
|
|
8676
9028
|
"args": {
|
|
8677
9029
|
"id": {
|
|
@@ -8680,7 +9032,7 @@
|
|
|
8680
9032
|
"required": true
|
|
8681
9033
|
}
|
|
8682
9034
|
},
|
|
8683
|
-
"description": "execute an action on a resource of type
|
|
9035
|
+
"description": "execute an action on a resource of type price_list_schedulers",
|
|
8684
9036
|
"flags": {
|
|
8685
9037
|
"organization": {
|
|
8686
9038
|
"char": "o",
|
|
@@ -8745,7 +9097,7 @@
|
|
|
8745
9097
|
},
|
|
8746
9098
|
"hasDynamicHelp": false,
|
|
8747
9099
|
"hiddenAliases": [],
|
|
8748
|
-
"id": "
|
|
9100
|
+
"id": "price_list_scheduler",
|
|
8749
9101
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8750
9102
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8751
9103
|
"pluginType": "core",
|
|
@@ -8755,7 +9107,7 @@
|
|
|
8755
9107
|
"relativePath": [
|
|
8756
9108
|
"lib",
|
|
8757
9109
|
"commands",
|
|
8758
|
-
"
|
|
9110
|
+
"price_list_scheduler",
|
|
8759
9111
|
"index.js"
|
|
8760
9112
|
]
|
|
8761
9113
|
},
|
|
@@ -13336,5 +13688,5 @@
|
|
|
13336
13688
|
]
|
|
13337
13689
|
}
|
|
13338
13690
|
},
|
|
13339
|
-
"version": "4.
|
|
13691
|
+
"version": "4.2.0"
|
|
13340
13692
|
}
|