@commercelayer/cli-plugin-triggers 4.0.0 → 4.1.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 +69 -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/price_list_schedulers.d.ts +3 -0
- package/lib/triggers/price_list_schedulers.js +15 -0
- package/oclif.manifest.json +463 -199
- package/package.json +11 -11
package/oclif.manifest.json
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"index.js"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
|
-
"
|
|
199
|
+
"authorization:capture": {
|
|
200
200
|
"aliases": [],
|
|
201
201
|
"args": {
|
|
202
202
|
"id": {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"required": true
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
"description": "
|
|
208
|
+
"description": "Send this attribute if you want to create a capture for this authorization.",
|
|
209
209
|
"flags": {
|
|
210
210
|
"organization": {
|
|
211
211
|
"char": "o",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
"hasDynamicHelp": false,
|
|
272
272
|
"hiddenAliases": [],
|
|
273
|
-
"id": "
|
|
273
|
+
"id": "authorization:capture",
|
|
274
274
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
275
275
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
276
276
|
"pluginType": "core",
|
|
@@ -280,11 +280,11 @@
|
|
|
280
280
|
"relativePath": [
|
|
281
281
|
"lib",
|
|
282
282
|
"commands",
|
|
283
|
-
"
|
|
284
|
-
"
|
|
283
|
+
"authorization",
|
|
284
|
+
"capture.js"
|
|
285
285
|
]
|
|
286
286
|
},
|
|
287
|
-
"
|
|
287
|
+
"authorization:capture_amount_cents": {
|
|
288
288
|
"aliases": [],
|
|
289
289
|
"args": {
|
|
290
290
|
"id": {
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"required": true
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
|
-
"description": "
|
|
296
|
+
"description": "The associated capture amount, in cents.",
|
|
297
297
|
"flags": {
|
|
298
298
|
"organization": {
|
|
299
299
|
"char": "o",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
},
|
|
359
359
|
"hasDynamicHelp": false,
|
|
360
360
|
"hiddenAliases": [],
|
|
361
|
-
"id": "
|
|
361
|
+
"id": "authorization:capture_amount_cents",
|
|
362
362
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
363
363
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
364
364
|
"pluginType": "core",
|
|
@@ -368,11 +368,11 @@
|
|
|
368
368
|
"relativePath": [
|
|
369
369
|
"lib",
|
|
370
370
|
"commands",
|
|
371
|
-
"
|
|
372
|
-
"
|
|
371
|
+
"authorization",
|
|
372
|
+
"capture_amount_cents.js"
|
|
373
373
|
]
|
|
374
374
|
},
|
|
375
|
-
"authorization
|
|
375
|
+
"authorization": {
|
|
376
376
|
"aliases": [],
|
|
377
377
|
"args": {
|
|
378
378
|
"id": {
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"required": true
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
|
-
"description": "
|
|
384
|
+
"description": "execute an action on a resource of type authorizations",
|
|
385
385
|
"flags": {
|
|
386
386
|
"organization": {
|
|
387
387
|
"char": "o",
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
},
|
|
447
447
|
"hasDynamicHelp": false,
|
|
448
448
|
"hiddenAliases": [],
|
|
449
|
-
"id": "authorization
|
|
449
|
+
"id": "authorization",
|
|
450
450
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
451
451
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
452
452
|
"pluginType": "core",
|
|
@@ -457,10 +457,10 @@
|
|
|
457
457
|
"lib",
|
|
458
458
|
"commands",
|
|
459
459
|
"authorization",
|
|
460
|
-
"
|
|
460
|
+
"index.js"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
-
"authorization:
|
|
463
|
+
"authorization:void": {
|
|
464
464
|
"aliases": [],
|
|
465
465
|
"args": {
|
|
466
466
|
"id": {
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"required": true
|
|
470
470
|
}
|
|
471
471
|
},
|
|
472
|
-
"description": "
|
|
472
|
+
"description": "Send this attribute if you want to create a void for this authorization.",
|
|
473
473
|
"flags": {
|
|
474
474
|
"organization": {
|
|
475
475
|
"char": "o",
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
},
|
|
535
535
|
"hasDynamicHelp": false,
|
|
536
536
|
"hiddenAliases": [],
|
|
537
|
-
"id": "authorization:
|
|
537
|
+
"id": "authorization:void",
|
|
538
538
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
539
539
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
540
540
|
"pluginType": "core",
|
|
@@ -545,10 +545,10 @@
|
|
|
545
545
|
"lib",
|
|
546
546
|
"commands",
|
|
547
547
|
"authorization",
|
|
548
|
-
"
|
|
548
|
+
"void.js"
|
|
549
549
|
]
|
|
550
550
|
},
|
|
551
|
-
"
|
|
551
|
+
"axerve_payment": {
|
|
552
552
|
"aliases": [],
|
|
553
553
|
"args": {
|
|
554
554
|
"id": {
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"required": true
|
|
558
558
|
}
|
|
559
559
|
},
|
|
560
|
-
"description": "execute an action on a resource of type
|
|
560
|
+
"description": "execute an action on a resource of type axerve_payments",
|
|
561
561
|
"flags": {
|
|
562
562
|
"organization": {
|
|
563
563
|
"char": "o",
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
},
|
|
623
623
|
"hasDynamicHelp": false,
|
|
624
624
|
"hiddenAliases": [],
|
|
625
|
-
"id": "
|
|
625
|
+
"id": "axerve_payment",
|
|
626
626
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
627
627
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
628
628
|
"pluginType": "core",
|
|
@@ -632,11 +632,11 @@
|
|
|
632
632
|
"relativePath": [
|
|
633
633
|
"lib",
|
|
634
634
|
"commands",
|
|
635
|
-
"
|
|
635
|
+
"axerve_payment",
|
|
636
636
|
"index.js"
|
|
637
637
|
]
|
|
638
638
|
},
|
|
639
|
-
"
|
|
639
|
+
"axerve_payment:update": {
|
|
640
640
|
"aliases": [],
|
|
641
641
|
"args": {
|
|
642
642
|
"id": {
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"required": true
|
|
646
646
|
}
|
|
647
647
|
},
|
|
648
|
-
"description": "Send this attribute if you want to
|
|
648
|
+
"description": "Send this attribute if you want to update the payment with fresh order data.",
|
|
649
649
|
"flags": {
|
|
650
650
|
"organization": {
|
|
651
651
|
"char": "o",
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
},
|
|
711
711
|
"hasDynamicHelp": false,
|
|
712
712
|
"hiddenAliases": [],
|
|
713
|
-
"id": "
|
|
713
|
+
"id": "axerve_payment:update",
|
|
714
714
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
715
715
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
716
716
|
"pluginType": "core",
|
|
@@ -720,8 +720,8 @@
|
|
|
720
720
|
"relativePath": [
|
|
721
721
|
"lib",
|
|
722
722
|
"commands",
|
|
723
|
-
"
|
|
724
|
-
"
|
|
723
|
+
"axerve_payment",
|
|
724
|
+
"update.js"
|
|
725
725
|
]
|
|
726
726
|
},
|
|
727
727
|
"bundle:compute_compare_at_amount": {
|
|
@@ -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,7 @@
|
|
|
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).",
|
|
6017
6026
|
"flags": {
|
|
6018
6027
|
"organization": {
|
|
6019
6028
|
"char": "o",
|
|
@@ -6074,20 +6083,11 @@
|
|
|
6074
6083
|
"name": "unformatted",
|
|
6075
6084
|
"allowNo": false,
|
|
6076
6085
|
"type": "boolean"
|
|
6077
|
-
},
|
|
6078
|
-
"value": {
|
|
6079
|
-
"char": "v",
|
|
6080
|
-
"description": "the trigger attribute value",
|
|
6081
|
-
"name": "value",
|
|
6082
|
-
"required": true,
|
|
6083
|
-
"hasDynamicHelp": false,
|
|
6084
|
-
"multiple": false,
|
|
6085
|
-
"type": "option"
|
|
6086
6086
|
}
|
|
6087
6087
|
},
|
|
6088
6088
|
"hasDynamicHelp": false,
|
|
6089
6089
|
"hiddenAliases": [],
|
|
6090
|
-
"id": "order:
|
|
6090
|
+
"id": "order:commit_invoice",
|
|
6091
6091
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6092
6092
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6093
6093
|
"pluginType": "core",
|
|
@@ -6098,10 +6098,10 @@
|
|
|
6098
6098
|
"lib",
|
|
6099
6099
|
"commands",
|
|
6100
6100
|
"order",
|
|
6101
|
-
"
|
|
6101
|
+
"commit_invoice.js"
|
|
6102
6102
|
]
|
|
6103
6103
|
},
|
|
6104
|
-
"order:
|
|
6104
|
+
"order:create_subscriptions": {
|
|
6105
6105
|
"aliases": [],
|
|
6106
6106
|
"args": {
|
|
6107
6107
|
"id": {
|
|
@@ -6110,7 +6110,7 @@
|
|
|
6110
6110
|
"required": true
|
|
6111
6111
|
}
|
|
6112
6112
|
},
|
|
6113
|
-
"description": "Send this attribute if you want
|
|
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
6114
|
"flags": {
|
|
6115
6115
|
"organization": {
|
|
6116
6116
|
"char": "o",
|
|
@@ -6175,7 +6175,7 @@
|
|
|
6175
6175
|
},
|
|
6176
6176
|
"hasDynamicHelp": false,
|
|
6177
6177
|
"hiddenAliases": [],
|
|
6178
|
-
"id": "order:
|
|
6178
|
+
"id": "order:create_subscriptions",
|
|
6179
6179
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6180
6180
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6181
6181
|
"pluginType": "core",
|
|
@@ -6186,10 +6186,10 @@
|
|
|
6186
6186
|
"lib",
|
|
6187
6187
|
"commands",
|
|
6188
6188
|
"order",
|
|
6189
|
-
"
|
|
6189
|
+
"create_subscriptions.js"
|
|
6190
6190
|
]
|
|
6191
6191
|
},
|
|
6192
|
-
"order:
|
|
6192
|
+
"order:customer_payment_source_id": {
|
|
6193
6193
|
"aliases": [],
|
|
6194
6194
|
"args": {
|
|
6195
6195
|
"id": {
|
|
@@ -6198,7 +6198,7 @@
|
|
|
6198
6198
|
"required": true
|
|
6199
6199
|
}
|
|
6200
6200
|
},
|
|
6201
|
-
"description": "
|
|
6201
|
+
"description": "The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.",
|
|
6202
6202
|
"flags": {
|
|
6203
6203
|
"organization": {
|
|
6204
6204
|
"char": "o",
|
|
@@ -6259,11 +6259,20 @@
|
|
|
6259
6259
|
"name": "unformatted",
|
|
6260
6260
|
"allowNo": false,
|
|
6261
6261
|
"type": "boolean"
|
|
6262
|
+
},
|
|
6263
|
+
"value": {
|
|
6264
|
+
"char": "v",
|
|
6265
|
+
"description": "the trigger attribute value",
|
|
6266
|
+
"name": "value",
|
|
6267
|
+
"required": true,
|
|
6268
|
+
"hasDynamicHelp": false,
|
|
6269
|
+
"multiple": false,
|
|
6270
|
+
"type": "option"
|
|
6262
6271
|
}
|
|
6263
6272
|
},
|
|
6264
6273
|
"hasDynamicHelp": false,
|
|
6265
6274
|
"hiddenAliases": [],
|
|
6266
|
-
"id": "order:
|
|
6275
|
+
"id": "order:customer_payment_source_id",
|
|
6267
6276
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6268
6277
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6269
6278
|
"pluginType": "core",
|
|
@@ -6274,10 +6283,10 @@
|
|
|
6274
6283
|
"lib",
|
|
6275
6284
|
"commands",
|
|
6276
6285
|
"order",
|
|
6277
|
-
"
|
|
6286
|
+
"customer_payment_source_id.js"
|
|
6278
6287
|
]
|
|
6279
6288
|
},
|
|
6280
|
-
"order
|
|
6289
|
+
"order": {
|
|
6281
6290
|
"aliases": [],
|
|
6282
6291
|
"args": {
|
|
6283
6292
|
"id": {
|
|
@@ -6286,7 +6295,7 @@
|
|
|
6286
6295
|
"required": true
|
|
6287
6296
|
}
|
|
6288
6297
|
},
|
|
6289
|
-
"description": "
|
|
6298
|
+
"description": "execute an action on a resource of type orders",
|
|
6290
6299
|
"flags": {
|
|
6291
6300
|
"organization": {
|
|
6292
6301
|
"char": "o",
|
|
@@ -6351,7 +6360,7 @@
|
|
|
6351
6360
|
},
|
|
6352
6361
|
"hasDynamicHelp": false,
|
|
6353
6362
|
"hiddenAliases": [],
|
|
6354
|
-
"id": "order
|
|
6363
|
+
"id": "order",
|
|
6355
6364
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6356
6365
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6357
6366
|
"pluginType": "core",
|
|
@@ -6362,10 +6371,10 @@
|
|
|
6362
6371
|
"lib",
|
|
6363
6372
|
"commands",
|
|
6364
6373
|
"order",
|
|
6365
|
-
"
|
|
6374
|
+
"index.js"
|
|
6366
6375
|
]
|
|
6367
6376
|
},
|
|
6368
|
-
"order:
|
|
6377
|
+
"order:nullify_payment_source": {
|
|
6369
6378
|
"aliases": [],
|
|
6370
6379
|
"args": {
|
|
6371
6380
|
"id": {
|
|
@@ -6374,7 +6383,7 @@
|
|
|
6374
6383
|
"required": true
|
|
6375
6384
|
}
|
|
6376
6385
|
},
|
|
6377
|
-
"description": "Send this attribute if you want
|
|
6386
|
+
"description": "Send this attribute if you want to nullify the payment source for this order.",
|
|
6378
6387
|
"flags": {
|
|
6379
6388
|
"organization": {
|
|
6380
6389
|
"char": "o",
|
|
@@ -6439,7 +6448,7 @@
|
|
|
6439
6448
|
},
|
|
6440
6449
|
"hasDynamicHelp": false,
|
|
6441
6450
|
"hiddenAliases": [],
|
|
6442
|
-
"id": "order:
|
|
6451
|
+
"id": "order:nullify_payment_source",
|
|
6443
6452
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6444
6453
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6445
6454
|
"pluginType": "core",
|
|
@@ -6450,10 +6459,10 @@
|
|
|
6450
6459
|
"lib",
|
|
6451
6460
|
"commands",
|
|
6452
6461
|
"order",
|
|
6453
|
-
"
|
|
6462
|
+
"nullify_payment_source.js"
|
|
6454
6463
|
]
|
|
6455
6464
|
},
|
|
6456
|
-
"order:
|
|
6465
|
+
"order:pending": {
|
|
6457
6466
|
"aliases": [],
|
|
6458
6467
|
"args": {
|
|
6459
6468
|
"id": {
|
|
@@ -6462,7 +6471,7 @@
|
|
|
6462
6471
|
"required": true
|
|
6463
6472
|
}
|
|
6464
6473
|
},
|
|
6465
|
-
"description": "Send this attribute
|
|
6474
|
+
"description": "Send this attribute if you want to move a draft or placing order to pending.",
|
|
6466
6475
|
"flags": {
|
|
6467
6476
|
"organization": {
|
|
6468
6477
|
"char": "o",
|
|
@@ -6527,7 +6536,7 @@
|
|
|
6527
6536
|
},
|
|
6528
6537
|
"hasDynamicHelp": false,
|
|
6529
6538
|
"hiddenAliases": [],
|
|
6530
|
-
"id": "order:
|
|
6539
|
+
"id": "order:pending",
|
|
6531
6540
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6532
6541
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6533
6542
|
"pluginType": "core",
|
|
@@ -6538,10 +6547,10 @@
|
|
|
6538
6547
|
"lib",
|
|
6539
6548
|
"commands",
|
|
6540
6549
|
"order",
|
|
6541
|
-
"
|
|
6550
|
+
"pending.js"
|
|
6542
6551
|
]
|
|
6543
6552
|
},
|
|
6544
|
-
"order:
|
|
6553
|
+
"order:place": {
|
|
6545
6554
|
"aliases": [],
|
|
6546
6555
|
"args": {
|
|
6547
6556
|
"id": {
|
|
@@ -6550,7 +6559,7 @@
|
|
|
6550
6559
|
"required": true
|
|
6551
6560
|
}
|
|
6552
6561
|
},
|
|
6553
|
-
"description": "
|
|
6562
|
+
"description": "Send this attribute if you want to place the order.",
|
|
6554
6563
|
"flags": {
|
|
6555
6564
|
"organization": {
|
|
6556
6565
|
"char": "o",
|
|
@@ -6611,20 +6620,11 @@
|
|
|
6611
6620
|
"name": "unformatted",
|
|
6612
6621
|
"allowNo": false,
|
|
6613
6622
|
"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
6623
|
}
|
|
6624
6624
|
},
|
|
6625
6625
|
"hasDynamicHelp": false,
|
|
6626
6626
|
"hiddenAliases": [],
|
|
6627
|
-
"id": "order:
|
|
6627
|
+
"id": "order:place",
|
|
6628
6628
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6629
6629
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6630
6630
|
"pluginType": "core",
|
|
@@ -6635,10 +6635,10 @@
|
|
|
6635
6635
|
"lib",
|
|
6636
6636
|
"commands",
|
|
6637
6637
|
"order",
|
|
6638
|
-
"
|
|
6638
|
+
"place.js"
|
|
6639
6639
|
]
|
|
6640
6640
|
},
|
|
6641
|
-
"order": {
|
|
6641
|
+
"order:refresh": {
|
|
6642
6642
|
"aliases": [],
|
|
6643
6643
|
"args": {
|
|
6644
6644
|
"id": {
|
|
@@ -6647,7 +6647,7 @@
|
|
|
6647
6647
|
"required": true
|
|
6648
6648
|
}
|
|
6649
6649
|
},
|
|
6650
|
-
"description": "
|
|
6650
|
+
"description": "Send this attribute if you want to manually refresh the order.",
|
|
6651
6651
|
"flags": {
|
|
6652
6652
|
"organization": {
|
|
6653
6653
|
"char": "o",
|
|
@@ -6712,7 +6712,7 @@
|
|
|
6712
6712
|
},
|
|
6713
6713
|
"hasDynamicHelp": false,
|
|
6714
6714
|
"hiddenAliases": [],
|
|
6715
|
-
"id": "order",
|
|
6715
|
+
"id": "order:refresh",
|
|
6716
6716
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6717
6717
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6718
6718
|
"pluginType": "core",
|
|
@@ -6723,10 +6723,10 @@
|
|
|
6723
6723
|
"lib",
|
|
6724
6724
|
"commands",
|
|
6725
6725
|
"order",
|
|
6726
|
-
"
|
|
6726
|
+
"refresh.js"
|
|
6727
6727
|
]
|
|
6728
6728
|
},
|
|
6729
|
-
"order:
|
|
6729
|
+
"order:refund": {
|
|
6730
6730
|
"aliases": [],
|
|
6731
6731
|
"args": {
|
|
6732
6732
|
"id": {
|
|
@@ -6735,7 +6735,7 @@
|
|
|
6735
6735
|
"required": true
|
|
6736
6736
|
}
|
|
6737
6737
|
},
|
|
6738
|
-
"description": "Send this attribute if you want to
|
|
6738
|
+
"description": "Send this attribute if you want to refund a captured order.",
|
|
6739
6739
|
"flags": {
|
|
6740
6740
|
"organization": {
|
|
6741
6741
|
"char": "o",
|
|
@@ -6800,7 +6800,7 @@
|
|
|
6800
6800
|
},
|
|
6801
6801
|
"hasDynamicHelp": false,
|
|
6802
6802
|
"hiddenAliases": [],
|
|
6803
|
-
"id": "order:
|
|
6803
|
+
"id": "order:refund",
|
|
6804
6804
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6805
6805
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6806
6806
|
"pluginType": "core",
|
|
@@ -6811,10 +6811,10 @@
|
|
|
6811
6811
|
"lib",
|
|
6812
6812
|
"commands",
|
|
6813
6813
|
"order",
|
|
6814
|
-
"
|
|
6814
|
+
"refund.js"
|
|
6815
6815
|
]
|
|
6816
6816
|
},
|
|
6817
|
-
"order:
|
|
6817
|
+
"order:refund_invoice": {
|
|
6818
6818
|
"aliases": [],
|
|
6819
6819
|
"args": {
|
|
6820
6820
|
"id": {
|
|
@@ -6823,7 +6823,7 @@
|
|
|
6823
6823
|
"required": true
|
|
6824
6824
|
}
|
|
6825
6825
|
},
|
|
6826
|
-
"description": "Send this attribute if you want to
|
|
6826
|
+
"description": "Send this attribute if you want refund the sales tax invoice to the associated tax calculator (currently supported by Avalara).",
|
|
6827
6827
|
"flags": {
|
|
6828
6828
|
"organization": {
|
|
6829
6829
|
"char": "o",
|
|
@@ -6888,7 +6888,7 @@
|
|
|
6888
6888
|
},
|
|
6889
6889
|
"hasDynamicHelp": false,
|
|
6890
6890
|
"hiddenAliases": [],
|
|
6891
|
-
"id": "order:
|
|
6891
|
+
"id": "order:refund_invoice",
|
|
6892
6892
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6893
6893
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6894
6894
|
"pluginType": "core",
|
|
@@ -6899,10 +6899,10 @@
|
|
|
6899
6899
|
"lib",
|
|
6900
6900
|
"commands",
|
|
6901
6901
|
"order",
|
|
6902
|
-
"
|
|
6902
|
+
"refund_invoice.js"
|
|
6903
6903
|
]
|
|
6904
6904
|
},
|
|
6905
|
-
"order:
|
|
6905
|
+
"order:reset_circuit": {
|
|
6906
6906
|
"aliases": [],
|
|
6907
6907
|
"args": {
|
|
6908
6908
|
"id": {
|
|
@@ -6911,7 +6911,7 @@
|
|
|
6911
6911
|
"required": true
|
|
6912
6912
|
}
|
|
6913
6913
|
},
|
|
6914
|
-
"description": "Send this attribute if you want to
|
|
6914
|
+
"description": "Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count.",
|
|
6915
6915
|
"flags": {
|
|
6916
6916
|
"organization": {
|
|
6917
6917
|
"char": "o",
|
|
@@ -6976,7 +6976,7 @@
|
|
|
6976
6976
|
},
|
|
6977
6977
|
"hasDynamicHelp": false,
|
|
6978
6978
|
"hiddenAliases": [],
|
|
6979
|
-
"id": "order:
|
|
6979
|
+
"id": "order:reset_circuit",
|
|
6980
6980
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
6981
6981
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
6982
6982
|
"pluginType": "core",
|
|
@@ -6987,10 +6987,10 @@
|
|
|
6987
6987
|
"lib",
|
|
6988
6988
|
"commands",
|
|
6989
6989
|
"order",
|
|
6990
|
-
"
|
|
6990
|
+
"reset_circuit.js"
|
|
6991
6991
|
]
|
|
6992
6992
|
},
|
|
6993
|
-
"order:
|
|
6993
|
+
"order:save_billing_address_to_customer_address_book": {
|
|
6994
6994
|
"aliases": [],
|
|
6995
6995
|
"args": {
|
|
6996
6996
|
"id": {
|
|
@@ -6999,7 +6999,7 @@
|
|
|
6999
6999
|
"required": true
|
|
7000
7000
|
}
|
|
7001
7001
|
},
|
|
7002
|
-
"description": "Send this attribute if you want to
|
|
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.",
|
|
7003
7003
|
"flags": {
|
|
7004
7004
|
"organization": {
|
|
7005
7005
|
"char": "o",
|
|
@@ -7064,7 +7064,7 @@
|
|
|
7064
7064
|
},
|
|
7065
7065
|
"hasDynamicHelp": false,
|
|
7066
7066
|
"hiddenAliases": [],
|
|
7067
|
-
"id": "order:
|
|
7067
|
+
"id": "order:save_billing_address_to_customer_address_book",
|
|
7068
7068
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7069
7069
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7070
7070
|
"pluginType": "core",
|
|
@@ -7075,10 +7075,10 @@
|
|
|
7075
7075
|
"lib",
|
|
7076
7076
|
"commands",
|
|
7077
7077
|
"order",
|
|
7078
|
-
"
|
|
7078
|
+
"save_billing_address_to_customer_address_book.js"
|
|
7079
7079
|
]
|
|
7080
7080
|
},
|
|
7081
|
-
"order:
|
|
7081
|
+
"order:save_payment_source_to_customer_wallet": {
|
|
7082
7082
|
"aliases": [],
|
|
7083
7083
|
"args": {
|
|
7084
7084
|
"id": {
|
|
@@ -7087,7 +7087,7 @@
|
|
|
7087
7087
|
"required": true
|
|
7088
7088
|
}
|
|
7089
7089
|
},
|
|
7090
|
-
"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.",
|
|
7091
7091
|
"flags": {
|
|
7092
7092
|
"organization": {
|
|
7093
7093
|
"char": "o",
|
|
@@ -7152,7 +7152,7 @@
|
|
|
7152
7152
|
},
|
|
7153
7153
|
"hasDynamicHelp": false,
|
|
7154
7154
|
"hiddenAliases": [],
|
|
7155
|
-
"id": "order:
|
|
7155
|
+
"id": "order:save_payment_source_to_customer_wallet",
|
|
7156
7156
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7157
7157
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7158
7158
|
"pluginType": "core",
|
|
@@ -7163,10 +7163,10 @@
|
|
|
7163
7163
|
"lib",
|
|
7164
7164
|
"commands",
|
|
7165
7165
|
"order",
|
|
7166
|
-
"
|
|
7166
|
+
"save_payment_source_to_customer_wallet.js"
|
|
7167
7167
|
]
|
|
7168
7168
|
},
|
|
7169
|
-
"order:
|
|
7169
|
+
"order:save_shipping_address_to_customer_address_book": {
|
|
7170
7170
|
"aliases": [],
|
|
7171
7171
|
"args": {
|
|
7172
7172
|
"id": {
|
|
@@ -7175,7 +7175,7 @@
|
|
|
7175
7175
|
"required": true
|
|
7176
7176
|
}
|
|
7177
7177
|
},
|
|
7178
|
-
"description": "Send this attribute if you want
|
|
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.",
|
|
7179
7179
|
"flags": {
|
|
7180
7180
|
"organization": {
|
|
7181
7181
|
"char": "o",
|
|
@@ -7240,7 +7240,7 @@
|
|
|
7240
7240
|
},
|
|
7241
7241
|
"hasDynamicHelp": false,
|
|
7242
7242
|
"hiddenAliases": [],
|
|
7243
|
-
"id": "order:
|
|
7243
|
+
"id": "order:save_shipping_address_to_customer_address_book",
|
|
7244
7244
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7245
7245
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7246
7246
|
"pluginType": "core",
|
|
@@ -7251,10 +7251,10 @@
|
|
|
7251
7251
|
"lib",
|
|
7252
7252
|
"commands",
|
|
7253
7253
|
"order",
|
|
7254
|
-
"
|
|
7254
|
+
"save_shipping_address_to_customer_address_book.js"
|
|
7255
7255
|
]
|
|
7256
7256
|
},
|
|
7257
|
-
"order:
|
|
7257
|
+
"order:shipping_address_clone_id": {
|
|
7258
7258
|
"aliases": [],
|
|
7259
7259
|
"args": {
|
|
7260
7260
|
"id": {
|
|
@@ -7263,7 +7263,7 @@
|
|
|
7263
7263
|
"required": true
|
|
7264
7264
|
}
|
|
7265
7265
|
},
|
|
7266
|
-
"description": "
|
|
7266
|
+
"description": "The id of the address that you want to clone to create the order's shipping address.",
|
|
7267
7267
|
"flags": {
|
|
7268
7268
|
"organization": {
|
|
7269
7269
|
"char": "o",
|
|
@@ -7324,11 +7324,20 @@
|
|
|
7324
7324
|
"name": "unformatted",
|
|
7325
7325
|
"allowNo": false,
|
|
7326
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"
|
|
7327
7336
|
}
|
|
7328
7337
|
},
|
|
7329
7338
|
"hasDynamicHelp": false,
|
|
7330
7339
|
"hiddenAliases": [],
|
|
7331
|
-
"id": "order:
|
|
7340
|
+
"id": "order:shipping_address_clone_id",
|
|
7332
7341
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7333
7342
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7334
7343
|
"pluginType": "core",
|
|
@@ -7339,10 +7348,10 @@
|
|
|
7339
7348
|
"lib",
|
|
7340
7349
|
"commands",
|
|
7341
7350
|
"order",
|
|
7342
|
-
"
|
|
7351
|
+
"shipping_address_clone_id.js"
|
|
7343
7352
|
]
|
|
7344
7353
|
},
|
|
7345
|
-
"order:
|
|
7354
|
+
"order:shipping_address_same_as_billing": {
|
|
7346
7355
|
"aliases": [],
|
|
7347
7356
|
"args": {
|
|
7348
7357
|
"id": {
|
|
@@ -7351,7 +7360,7 @@
|
|
|
7351
7360
|
"required": true
|
|
7352
7361
|
}
|
|
7353
7362
|
},
|
|
7354
|
-
"description": "Send this attribute if you want the
|
|
7363
|
+
"description": "Send this attribute if you want the shipping address to be cloned from the order's billing address.",
|
|
7355
7364
|
"flags": {
|
|
7356
7365
|
"organization": {
|
|
7357
7366
|
"char": "o",
|
|
@@ -7416,7 +7425,7 @@
|
|
|
7416
7425
|
},
|
|
7417
7426
|
"hasDynamicHelp": false,
|
|
7418
7427
|
"hiddenAliases": [],
|
|
7419
|
-
"id": "order:
|
|
7428
|
+
"id": "order:shipping_address_same_as_billing",
|
|
7420
7429
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7421
7430
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7422
7431
|
"pluginType": "core",
|
|
@@ -7427,10 +7436,10 @@
|
|
|
7427
7436
|
"lib",
|
|
7428
7437
|
"commands",
|
|
7429
7438
|
"order",
|
|
7430
|
-
"
|
|
7439
|
+
"shipping_address_same_as_billing.js"
|
|
7431
7440
|
]
|
|
7432
7441
|
},
|
|
7433
|
-
"order:
|
|
7442
|
+
"order:start_editing": {
|
|
7434
7443
|
"aliases": [],
|
|
7435
7444
|
"args": {
|
|
7436
7445
|
"id": {
|
|
@@ -7439,7 +7448,7 @@
|
|
|
7439
7448
|
"required": true
|
|
7440
7449
|
}
|
|
7441
7450
|
},
|
|
7442
|
-
"description": "Send this attribute if you want the order
|
|
7451
|
+
"description": "Send this attribute if you want to edit the order after it is placed. Remember you cannot exceed the original total amount.",
|
|
7443
7452
|
"flags": {
|
|
7444
7453
|
"organization": {
|
|
7445
7454
|
"char": "o",
|
|
@@ -7504,7 +7513,7 @@
|
|
|
7504
7513
|
},
|
|
7505
7514
|
"hasDynamicHelp": false,
|
|
7506
7515
|
"hiddenAliases": [],
|
|
7507
|
-
"id": "order:
|
|
7516
|
+
"id": "order:start_editing",
|
|
7508
7517
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7509
7518
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7510
7519
|
"pluginType": "core",
|
|
@@ -7515,10 +7524,10 @@
|
|
|
7515
7524
|
"lib",
|
|
7516
7525
|
"commands",
|
|
7517
7526
|
"order",
|
|
7518
|
-
"
|
|
7527
|
+
"start_editing.js"
|
|
7519
7528
|
]
|
|
7520
7529
|
},
|
|
7521
|
-
"order:
|
|
7530
|
+
"order:stop_editing": {
|
|
7522
7531
|
"aliases": [],
|
|
7523
7532
|
"args": {
|
|
7524
7533
|
"id": {
|
|
@@ -7527,7 +7536,7 @@
|
|
|
7527
7536
|
"required": true
|
|
7528
7537
|
}
|
|
7529
7538
|
},
|
|
7530
|
-
"description": "Send this attribute
|
|
7539
|
+
"description": "Send this attribute to stop the editing for the order and return back to placed status.",
|
|
7531
7540
|
"flags": {
|
|
7532
7541
|
"organization": {
|
|
7533
7542
|
"char": "o",
|
|
@@ -7592,7 +7601,7 @@
|
|
|
7592
7601
|
},
|
|
7593
7602
|
"hasDynamicHelp": false,
|
|
7594
7603
|
"hiddenAliases": [],
|
|
7595
|
-
"id": "order:
|
|
7604
|
+
"id": "order:stop_editing",
|
|
7596
7605
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7597
7606
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7598
7607
|
"pluginType": "core",
|
|
@@ -7603,10 +7612,10 @@
|
|
|
7603
7612
|
"lib",
|
|
7604
7613
|
"commands",
|
|
7605
7614
|
"order",
|
|
7606
|
-
"
|
|
7615
|
+
"stop_editing.js"
|
|
7607
7616
|
]
|
|
7608
7617
|
},
|
|
7609
|
-
"order:
|
|
7618
|
+
"order:unarchive": {
|
|
7610
7619
|
"aliases": [],
|
|
7611
7620
|
"args": {
|
|
7612
7621
|
"id": {
|
|
@@ -7615,7 +7624,7 @@
|
|
|
7615
7624
|
"required": true
|
|
7616
7625
|
}
|
|
7617
7626
|
},
|
|
7618
|
-
"description": "
|
|
7627
|
+
"description": "Send this attribute if you want to unarchive the order.",
|
|
7619
7628
|
"flags": {
|
|
7620
7629
|
"organization": {
|
|
7621
7630
|
"char": "o",
|
|
@@ -7676,20 +7685,11 @@
|
|
|
7676
7685
|
"name": "unformatted",
|
|
7677
7686
|
"allowNo": false,
|
|
7678
7687
|
"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
7688
|
}
|
|
7689
7689
|
},
|
|
7690
7690
|
"hasDynamicHelp": false,
|
|
7691
7691
|
"hiddenAliases": [],
|
|
7692
|
-
"id": "order:
|
|
7692
|
+
"id": "order:unarchive",
|
|
7693
7693
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7694
7694
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7695
7695
|
"pluginType": "core",
|
|
@@ -7700,10 +7700,10 @@
|
|
|
7700
7700
|
"lib",
|
|
7701
7701
|
"commands",
|
|
7702
7702
|
"order",
|
|
7703
|
-
"
|
|
7703
|
+
"unarchive.js"
|
|
7704
7704
|
]
|
|
7705
7705
|
},
|
|
7706
|
-
"order:
|
|
7706
|
+
"order:update_taxes": {
|
|
7707
7707
|
"aliases": [],
|
|
7708
7708
|
"args": {
|
|
7709
7709
|
"id": {
|
|
@@ -7712,7 +7712,7 @@
|
|
|
7712
7712
|
"required": true
|
|
7713
7713
|
}
|
|
7714
7714
|
},
|
|
7715
|
-
"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).",
|
|
7716
7716
|
"flags": {
|
|
7717
7717
|
"organization": {
|
|
7718
7718
|
"char": "o",
|
|
@@ -7777,7 +7777,7 @@
|
|
|
7777
7777
|
},
|
|
7778
7778
|
"hasDynamicHelp": false,
|
|
7779
7779
|
"hiddenAliases": [],
|
|
7780
|
-
"id": "order:
|
|
7780
|
+
"id": "order:update_taxes",
|
|
7781
7781
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7782
7782
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7783
7783
|
"pluginType": "core",
|
|
@@ -7788,10 +7788,10 @@
|
|
|
7788
7788
|
"lib",
|
|
7789
7789
|
"commands",
|
|
7790
7790
|
"order",
|
|
7791
|
-
"
|
|
7791
|
+
"update_taxes.js"
|
|
7792
7792
|
]
|
|
7793
7793
|
},
|
|
7794
|
-
"order:
|
|
7794
|
+
"order:validate": {
|
|
7795
7795
|
"aliases": [],
|
|
7796
7796
|
"args": {
|
|
7797
7797
|
"id": {
|
|
@@ -7800,7 +7800,7 @@
|
|
|
7800
7800
|
"required": true
|
|
7801
7801
|
}
|
|
7802
7802
|
},
|
|
7803
|
-
"description": "Send this attribute if you want to
|
|
7803
|
+
"description": "Send this attribute if you want to trigger the external validation for the order.",
|
|
7804
7804
|
"flags": {
|
|
7805
7805
|
"organization": {
|
|
7806
7806
|
"char": "o",
|
|
@@ -7865,7 +7865,7 @@
|
|
|
7865
7865
|
},
|
|
7866
7866
|
"hasDynamicHelp": false,
|
|
7867
7867
|
"hiddenAliases": [],
|
|
7868
|
-
"id": "order:
|
|
7868
|
+
"id": "order:validate",
|
|
7869
7869
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7870
7870
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7871
7871
|
"pluginType": "core",
|
|
@@ -7876,10 +7876,10 @@
|
|
|
7876
7876
|
"lib",
|
|
7877
7877
|
"commands",
|
|
7878
7878
|
"order",
|
|
7879
|
-
"
|
|
7879
|
+
"validate.js"
|
|
7880
7880
|
]
|
|
7881
7881
|
},
|
|
7882
|
-
"
|
|
7882
|
+
"order_subscription:activate": {
|
|
7883
7883
|
"aliases": [],
|
|
7884
7884
|
"args": {
|
|
7885
7885
|
"id": {
|
|
@@ -7888,7 +7888,7 @@
|
|
|
7888
7888
|
"required": true
|
|
7889
7889
|
}
|
|
7890
7890
|
},
|
|
7891
|
-
"description": "Send this attribute
|
|
7891
|
+
"description": "Send this attribute if you want to mark this subscription as active.",
|
|
7892
7892
|
"flags": {
|
|
7893
7893
|
"organization": {
|
|
7894
7894
|
"char": "o",
|
|
@@ -7953,7 +7953,7 @@
|
|
|
7953
7953
|
},
|
|
7954
7954
|
"hasDynamicHelp": false,
|
|
7955
7955
|
"hiddenAliases": [],
|
|
7956
|
-
"id": "
|
|
7956
|
+
"id": "order_subscription:activate",
|
|
7957
7957
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
7958
7958
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
7959
7959
|
"pluginType": "core",
|
|
@@ -7963,11 +7963,11 @@
|
|
|
7963
7963
|
"relativePath": [
|
|
7964
7964
|
"lib",
|
|
7965
7965
|
"commands",
|
|
7966
|
-
"
|
|
7967
|
-
"
|
|
7966
|
+
"order_subscription",
|
|
7967
|
+
"activate.js"
|
|
7968
7968
|
]
|
|
7969
7969
|
},
|
|
7970
|
-
"
|
|
7970
|
+
"order_subscription:cancel": {
|
|
7971
7971
|
"aliases": [],
|
|
7972
7972
|
"args": {
|
|
7973
7973
|
"id": {
|
|
@@ -7976,7 +7976,7 @@
|
|
|
7976
7976
|
"required": true
|
|
7977
7977
|
}
|
|
7978
7978
|
},
|
|
7979
|
-
"description": "Send this attribute if you want to
|
|
7979
|
+
"description": "Send this attribute if you want to mark this subscription as cancelled.",
|
|
7980
7980
|
"flags": {
|
|
7981
7981
|
"organization": {
|
|
7982
7982
|
"char": "o",
|
|
@@ -8041,7 +8041,7 @@
|
|
|
8041
8041
|
},
|
|
8042
8042
|
"hasDynamicHelp": false,
|
|
8043
8043
|
"hiddenAliases": [],
|
|
8044
|
-
"id": "
|
|
8044
|
+
"id": "order_subscription:cancel",
|
|
8045
8045
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8046
8046
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8047
8047
|
"pluginType": "core",
|
|
@@ -8051,11 +8051,11 @@
|
|
|
8051
8051
|
"relativePath": [
|
|
8052
8052
|
"lib",
|
|
8053
8053
|
"commands",
|
|
8054
|
-
"
|
|
8055
|
-
"
|
|
8054
|
+
"order_subscription",
|
|
8055
|
+
"cancel.js"
|
|
8056
8056
|
]
|
|
8057
8057
|
},
|
|
8058
|
-
"
|
|
8058
|
+
"order_subscription:deactivate": {
|
|
8059
8059
|
"aliases": [],
|
|
8060
8060
|
"args": {
|
|
8061
8061
|
"id": {
|
|
@@ -8064,7 +8064,7 @@
|
|
|
8064
8064
|
"required": true
|
|
8065
8065
|
}
|
|
8066
8066
|
},
|
|
8067
|
-
"description": "Send this attribute if you want to
|
|
8067
|
+
"description": "Send this attribute if you want to mark this subscription as inactive.",
|
|
8068
8068
|
"flags": {
|
|
8069
8069
|
"organization": {
|
|
8070
8070
|
"char": "o",
|
|
@@ -8129,7 +8129,7 @@
|
|
|
8129
8129
|
},
|
|
8130
8130
|
"hasDynamicHelp": false,
|
|
8131
8131
|
"hiddenAliases": [],
|
|
8132
|
-
"id": "
|
|
8132
|
+
"id": "order_subscription:deactivate",
|
|
8133
8133
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8134
8134
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8135
8135
|
"pluginType": "core",
|
|
@@ -8139,11 +8139,11 @@
|
|
|
8139
8139
|
"relativePath": [
|
|
8140
8140
|
"lib",
|
|
8141
8141
|
"commands",
|
|
8142
|
-
"
|
|
8143
|
-
"
|
|
8142
|
+
"order_subscription",
|
|
8143
|
+
"deactivate.js"
|
|
8144
8144
|
]
|
|
8145
8145
|
},
|
|
8146
|
-
"
|
|
8146
|
+
"order_subscription": {
|
|
8147
8147
|
"aliases": [],
|
|
8148
8148
|
"args": {
|
|
8149
8149
|
"id": {
|
|
@@ -8152,7 +8152,7 @@
|
|
|
8152
8152
|
"required": true
|
|
8153
8153
|
}
|
|
8154
8154
|
},
|
|
8155
|
-
"description": "
|
|
8155
|
+
"description": "execute an action on a resource of type order_subscriptions",
|
|
8156
8156
|
"flags": {
|
|
8157
8157
|
"organization": {
|
|
8158
8158
|
"char": "o",
|
|
@@ -8217,7 +8217,7 @@
|
|
|
8217
8217
|
},
|
|
8218
8218
|
"hasDynamicHelp": false,
|
|
8219
8219
|
"hiddenAliases": [],
|
|
8220
|
-
"id": "
|
|
8220
|
+
"id": "order_subscription",
|
|
8221
8221
|
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8222
8222
|
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8223
8223
|
"pluginType": "core",
|
|
@@ -8227,8 +8227,8 @@
|
|
|
8227
8227
|
"relativePath": [
|
|
8228
8228
|
"lib",
|
|
8229
8229
|
"commands",
|
|
8230
|
-
"
|
|
8231
|
-
"
|
|
8230
|
+
"order_subscription",
|
|
8231
|
+
"index.js"
|
|
8232
8232
|
]
|
|
8233
8233
|
},
|
|
8234
8234
|
"payment_method:disable": {
|
|
@@ -8759,6 +8759,270 @@
|
|
|
8759
8759
|
"index.js"
|
|
8760
8760
|
]
|
|
8761
8761
|
},
|
|
8762
|
+
"price_list_scheduler:disable": {
|
|
8763
|
+
"aliases": [],
|
|
8764
|
+
"args": {
|
|
8765
|
+
"id": {
|
|
8766
|
+
"description": "the unique id of the resource",
|
|
8767
|
+
"name": "id",
|
|
8768
|
+
"required": true
|
|
8769
|
+
}
|
|
8770
|
+
},
|
|
8771
|
+
"description": "Send this attribute if you want to mark this resource as disabled.",
|
|
8772
|
+
"flags": {
|
|
8773
|
+
"organization": {
|
|
8774
|
+
"char": "o",
|
|
8775
|
+
"description": "the slug of your organization",
|
|
8776
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
8777
|
+
"hidden": true,
|
|
8778
|
+
"name": "organization",
|
|
8779
|
+
"required": true,
|
|
8780
|
+
"hasDynamicHelp": false,
|
|
8781
|
+
"multiple": false,
|
|
8782
|
+
"type": "option"
|
|
8783
|
+
},
|
|
8784
|
+
"domain": {
|
|
8785
|
+
"char": "d",
|
|
8786
|
+
"dependsOn": [
|
|
8787
|
+
"organization"
|
|
8788
|
+
],
|
|
8789
|
+
"env": "CL_CLI_DOMAIN",
|
|
8790
|
+
"hidden": true,
|
|
8791
|
+
"name": "domain",
|
|
8792
|
+
"required": false,
|
|
8793
|
+
"hasDynamicHelp": false,
|
|
8794
|
+
"multiple": false,
|
|
8795
|
+
"type": "option"
|
|
8796
|
+
},
|
|
8797
|
+
"accessToken": {
|
|
8798
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
8799
|
+
"hidden": true,
|
|
8800
|
+
"name": "accessToken",
|
|
8801
|
+
"required": true,
|
|
8802
|
+
"hasDynamicHelp": false,
|
|
8803
|
+
"multiple": false,
|
|
8804
|
+
"type": "option"
|
|
8805
|
+
},
|
|
8806
|
+
"print": {
|
|
8807
|
+
"char": "p",
|
|
8808
|
+
"description": "print out the modified resource",
|
|
8809
|
+
"name": "print",
|
|
8810
|
+
"allowNo": false,
|
|
8811
|
+
"type": "boolean"
|
|
8812
|
+
},
|
|
8813
|
+
"json": {
|
|
8814
|
+
"char": "j",
|
|
8815
|
+
"dependsOn": [
|
|
8816
|
+
"print"
|
|
8817
|
+
],
|
|
8818
|
+
"description": "print result in JSON format",
|
|
8819
|
+
"name": "json",
|
|
8820
|
+
"allowNo": false,
|
|
8821
|
+
"type": "boolean"
|
|
8822
|
+
},
|
|
8823
|
+
"unformatted": {
|
|
8824
|
+
"char": "u",
|
|
8825
|
+
"dependsOn": [
|
|
8826
|
+
"json"
|
|
8827
|
+
],
|
|
8828
|
+
"description": "print JSON output without indentation",
|
|
8829
|
+
"name": "unformatted",
|
|
8830
|
+
"allowNo": false,
|
|
8831
|
+
"type": "boolean"
|
|
8832
|
+
}
|
|
8833
|
+
},
|
|
8834
|
+
"hasDynamicHelp": false,
|
|
8835
|
+
"hiddenAliases": [],
|
|
8836
|
+
"id": "price_list_scheduler:disable",
|
|
8837
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8838
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8839
|
+
"pluginType": "core",
|
|
8840
|
+
"strict": true,
|
|
8841
|
+
"enableJsonFlag": false,
|
|
8842
|
+
"isESM": false,
|
|
8843
|
+
"relativePath": [
|
|
8844
|
+
"lib",
|
|
8845
|
+
"commands",
|
|
8846
|
+
"price_list_scheduler",
|
|
8847
|
+
"disable.js"
|
|
8848
|
+
]
|
|
8849
|
+
},
|
|
8850
|
+
"price_list_scheduler:enable": {
|
|
8851
|
+
"aliases": [],
|
|
8852
|
+
"args": {
|
|
8853
|
+
"id": {
|
|
8854
|
+
"description": "the unique id of the resource",
|
|
8855
|
+
"name": "id",
|
|
8856
|
+
"required": true
|
|
8857
|
+
}
|
|
8858
|
+
},
|
|
8859
|
+
"description": "Send this attribute if you want to mark this resource as enabled.",
|
|
8860
|
+
"flags": {
|
|
8861
|
+
"organization": {
|
|
8862
|
+
"char": "o",
|
|
8863
|
+
"description": "the slug of your organization",
|
|
8864
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
8865
|
+
"hidden": true,
|
|
8866
|
+
"name": "organization",
|
|
8867
|
+
"required": true,
|
|
8868
|
+
"hasDynamicHelp": false,
|
|
8869
|
+
"multiple": false,
|
|
8870
|
+
"type": "option"
|
|
8871
|
+
},
|
|
8872
|
+
"domain": {
|
|
8873
|
+
"char": "d",
|
|
8874
|
+
"dependsOn": [
|
|
8875
|
+
"organization"
|
|
8876
|
+
],
|
|
8877
|
+
"env": "CL_CLI_DOMAIN",
|
|
8878
|
+
"hidden": true,
|
|
8879
|
+
"name": "domain",
|
|
8880
|
+
"required": false,
|
|
8881
|
+
"hasDynamicHelp": false,
|
|
8882
|
+
"multiple": false,
|
|
8883
|
+
"type": "option"
|
|
8884
|
+
},
|
|
8885
|
+
"accessToken": {
|
|
8886
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
8887
|
+
"hidden": true,
|
|
8888
|
+
"name": "accessToken",
|
|
8889
|
+
"required": true,
|
|
8890
|
+
"hasDynamicHelp": false,
|
|
8891
|
+
"multiple": false,
|
|
8892
|
+
"type": "option"
|
|
8893
|
+
},
|
|
8894
|
+
"print": {
|
|
8895
|
+
"char": "p",
|
|
8896
|
+
"description": "print out the modified resource",
|
|
8897
|
+
"name": "print",
|
|
8898
|
+
"allowNo": false,
|
|
8899
|
+
"type": "boolean"
|
|
8900
|
+
},
|
|
8901
|
+
"json": {
|
|
8902
|
+
"char": "j",
|
|
8903
|
+
"dependsOn": [
|
|
8904
|
+
"print"
|
|
8905
|
+
],
|
|
8906
|
+
"description": "print result in JSON format",
|
|
8907
|
+
"name": "json",
|
|
8908
|
+
"allowNo": false,
|
|
8909
|
+
"type": "boolean"
|
|
8910
|
+
},
|
|
8911
|
+
"unformatted": {
|
|
8912
|
+
"char": "u",
|
|
8913
|
+
"dependsOn": [
|
|
8914
|
+
"json"
|
|
8915
|
+
],
|
|
8916
|
+
"description": "print JSON output without indentation",
|
|
8917
|
+
"name": "unformatted",
|
|
8918
|
+
"allowNo": false,
|
|
8919
|
+
"type": "boolean"
|
|
8920
|
+
}
|
|
8921
|
+
},
|
|
8922
|
+
"hasDynamicHelp": false,
|
|
8923
|
+
"hiddenAliases": [],
|
|
8924
|
+
"id": "price_list_scheduler:enable",
|
|
8925
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
8926
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
8927
|
+
"pluginType": "core",
|
|
8928
|
+
"strict": true,
|
|
8929
|
+
"enableJsonFlag": false,
|
|
8930
|
+
"isESM": false,
|
|
8931
|
+
"relativePath": [
|
|
8932
|
+
"lib",
|
|
8933
|
+
"commands",
|
|
8934
|
+
"price_list_scheduler",
|
|
8935
|
+
"enable.js"
|
|
8936
|
+
]
|
|
8937
|
+
},
|
|
8938
|
+
"price_list_scheduler": {
|
|
8939
|
+
"aliases": [],
|
|
8940
|
+
"args": {
|
|
8941
|
+
"id": {
|
|
8942
|
+
"description": "the unique id of the resource",
|
|
8943
|
+
"name": "id",
|
|
8944
|
+
"required": true
|
|
8945
|
+
}
|
|
8946
|
+
},
|
|
8947
|
+
"description": "execute an action on a resource of type price_list_schedulers",
|
|
8948
|
+
"flags": {
|
|
8949
|
+
"organization": {
|
|
8950
|
+
"char": "o",
|
|
8951
|
+
"description": "the slug of your organization",
|
|
8952
|
+
"env": "CL_CLI_ORGANIZATION",
|
|
8953
|
+
"hidden": true,
|
|
8954
|
+
"name": "organization",
|
|
8955
|
+
"required": true,
|
|
8956
|
+
"hasDynamicHelp": false,
|
|
8957
|
+
"multiple": false,
|
|
8958
|
+
"type": "option"
|
|
8959
|
+
},
|
|
8960
|
+
"domain": {
|
|
8961
|
+
"char": "d",
|
|
8962
|
+
"dependsOn": [
|
|
8963
|
+
"organization"
|
|
8964
|
+
],
|
|
8965
|
+
"env": "CL_CLI_DOMAIN",
|
|
8966
|
+
"hidden": true,
|
|
8967
|
+
"name": "domain",
|
|
8968
|
+
"required": false,
|
|
8969
|
+
"hasDynamicHelp": false,
|
|
8970
|
+
"multiple": false,
|
|
8971
|
+
"type": "option"
|
|
8972
|
+
},
|
|
8973
|
+
"accessToken": {
|
|
8974
|
+
"env": "CL_CLI_ACCESS_TOKEN",
|
|
8975
|
+
"hidden": true,
|
|
8976
|
+
"name": "accessToken",
|
|
8977
|
+
"required": true,
|
|
8978
|
+
"hasDynamicHelp": false,
|
|
8979
|
+
"multiple": false,
|
|
8980
|
+
"type": "option"
|
|
8981
|
+
},
|
|
8982
|
+
"print": {
|
|
8983
|
+
"char": "p",
|
|
8984
|
+
"description": "print out the modified resource",
|
|
8985
|
+
"name": "print",
|
|
8986
|
+
"allowNo": false,
|
|
8987
|
+
"type": "boolean"
|
|
8988
|
+
},
|
|
8989
|
+
"json": {
|
|
8990
|
+
"char": "j",
|
|
8991
|
+
"dependsOn": [
|
|
8992
|
+
"print"
|
|
8993
|
+
],
|
|
8994
|
+
"description": "print result in JSON format",
|
|
8995
|
+
"name": "json",
|
|
8996
|
+
"allowNo": false,
|
|
8997
|
+
"type": "boolean"
|
|
8998
|
+
},
|
|
8999
|
+
"unformatted": {
|
|
9000
|
+
"char": "u",
|
|
9001
|
+
"dependsOn": [
|
|
9002
|
+
"json"
|
|
9003
|
+
],
|
|
9004
|
+
"description": "print JSON output without indentation",
|
|
9005
|
+
"name": "unformatted",
|
|
9006
|
+
"allowNo": false,
|
|
9007
|
+
"type": "boolean"
|
|
9008
|
+
}
|
|
9009
|
+
},
|
|
9010
|
+
"hasDynamicHelp": false,
|
|
9011
|
+
"hiddenAliases": [],
|
|
9012
|
+
"id": "price_list_scheduler",
|
|
9013
|
+
"pluginAlias": "@commercelayer/cli-plugin-triggers",
|
|
9014
|
+
"pluginName": "@commercelayer/cli-plugin-triggers",
|
|
9015
|
+
"pluginType": "core",
|
|
9016
|
+
"strict": true,
|
|
9017
|
+
"enableJsonFlag": false,
|
|
9018
|
+
"isESM": false,
|
|
9019
|
+
"relativePath": [
|
|
9020
|
+
"lib",
|
|
9021
|
+
"commands",
|
|
9022
|
+
"price_list_scheduler",
|
|
9023
|
+
"index.js"
|
|
9024
|
+
]
|
|
9025
|
+
},
|
|
8762
9026
|
"return:approve": {
|
|
8763
9027
|
"aliases": [],
|
|
8764
9028
|
"args": {
|
|
@@ -13336,5 +13600,5 @@
|
|
|
13336
13600
|
]
|
|
13337
13601
|
}
|
|
13338
13602
|
},
|
|
13339
|
-
"version": "4.
|
|
13603
|
+
"version": "4.1.0"
|
|
13340
13604
|
}
|