@flowio/api-mock-generator 6.17.41 → 6.17.43

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.
Files changed (3) hide show
  1. package/dist/api.json +1439 -393
  2. package/package.json +2 -2
  3. package/src/api.json +1439 -393
package/src/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key" : "api"
11
11
  },
12
12
  "namespace" : "io.flow.v0",
13
- "version" : "0.17.7",
13
+ "version" : "0.17.18",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -31,7 +31,7 @@
31
31
  "application" : {
32
32
  "key" : "apple-pay"
33
33
  },
34
- "version" : "0.3.4",
34
+ "version" : "0.3.8",
35
35
  "enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
36
36
  "interfaces" : [ ],
37
37
  "unions" : [ ],
@@ -46,7 +46,7 @@
46
46
  "application" : {
47
47
  "key" : "google-pay"
48
48
  },
49
- "version" : "0.3.4",
49
+ "version" : "0.3.8",
50
50
  "enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
51
51
  "interfaces" : [ ],
52
52
  "unions" : [ "payment_method_token" ],
@@ -61,7 +61,7 @@
61
61
  "application" : {
62
62
  "key" : "shopify-external"
63
63
  },
64
- "version" : "0.3.4",
64
+ "version" : "0.3.8",
65
65
  "enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
66
66
  "interfaces" : [ ],
67
67
  "unions" : [ ],
@@ -1195,6 +1195,9 @@
1195
1195
  "name" : "event_type",
1196
1196
  "plural" : "event_types",
1197
1197
  "values" : [ {
1198
+ "name" : "test_upserted",
1199
+ "attributes" : [ ]
1200
+ }, {
1198
1201
  "name" : "transaction_upserted",
1199
1202
  "attributes" : [ ]
1200
1203
  }, {
@@ -1224,6 +1227,18 @@
1224
1227
  }, {
1225
1228
  "name" : "channel_statement_deleted",
1226
1229
  "attributes" : [ ]
1230
+ }, {
1231
+ "name" : "channel_payout_upserted",
1232
+ "attributes" : [ ]
1233
+ }, {
1234
+ "name" : "channel_payout_deleted",
1235
+ "attributes" : [ ]
1236
+ }, {
1237
+ "name" : "organization_payout_upserted",
1238
+ "attributes" : [ ]
1239
+ }, {
1240
+ "name" : "organization_payout_deleted",
1241
+ "attributes" : [ ]
1227
1242
  }, {
1228
1243
  "name" : "attribute_upserted",
1229
1244
  "attributes" : [ ]
@@ -2078,6 +2093,20 @@
2078
2093
  } ],
2079
2094
  "attributes" : [ ],
2080
2095
  "description" : "Used to indicate an item's fulfillment method values."
2096
+ }, {
2097
+ "name" : "fulfillment_routing",
2098
+ "plural" : "fulfillment_routings",
2099
+ "values" : [ {
2100
+ "name" : "fulfilled_from_center",
2101
+ "attributes" : [ ],
2102
+ "description" : "Fulfillment should occur from the center listed in the delivery."
2103
+ }, {
2104
+ "name" : "fulfillment_service",
2105
+ "attributes" : [ ],
2106
+ "description" : "Fulfillment is going to be performed by a service with multiple fulfillment locations. It is not guaranteed that the center identified with this delivery will be used."
2107
+ } ],
2108
+ "attributes" : [ ],
2109
+ "description" : "Describes how this order will be routed to a fulfillment location."
2081
2110
  }, {
2082
2111
  "name" : "generic_error_code",
2083
2112
  "plural" : "generic_error_codes",
@@ -3447,6 +3476,80 @@
3447
3476
  } ],
3448
3477
  "attributes" : [ ],
3449
3478
  "description" : "The payment method type defines at a high level different user experiences that are required to accept payment of this type. By enabling a payment method type, you are specifying that you have completed the integration and all payment methods of this type become available for offer to your users."
3479
+ }, {
3480
+ "name" : "payment_request_review_check_status",
3481
+ "plural" : "payment_request_review_check_statuses",
3482
+ "values" : [ {
3483
+ "name" : "passed",
3484
+ "attributes" : [ ],
3485
+ "description" : "The check has passed."
3486
+ }, {
3487
+ "name" : "failed",
3488
+ "attributes" : [ ],
3489
+ "description" : "The check has failed."
3490
+ } ],
3491
+ "attributes" : [ ],
3492
+ "description" : "The status of a payment check."
3493
+ }, {
3494
+ "name" : "payment_request_review_check_type",
3495
+ "plural" : "payment_request_review_check_types",
3496
+ "values" : [ {
3497
+ "name" : "restricted_party_screening",
3498
+ "attributes" : [ ],
3499
+ "description" : "The customer is on the restricted party list."
3500
+ }, {
3501
+ "name" : "fraud_suspicious_behavior",
3502
+ "attributes" : [ ],
3503
+ "description" : "Suspicious behavior such as irregular behavioral data signals."
3504
+ }, {
3505
+ "name" : "fraud_suspicious_past_activity",
3506
+ "attributes" : [ ],
3507
+ "description" : "The customer is associated with past suspicious behavior on the partner network. For example, association with a past chargeback at your store or another merchant in our partner network, suspicious use of payment methods, shipping addresses, etc."
3508
+ }, {
3509
+ "name" : "fraud_risky_velocity",
3510
+ "attributes" : [ ],
3511
+ "description" : "The purchase frequency or amount are unusually high given previous reputation, and is a high risk of fraud."
3512
+ }, {
3513
+ "name" : "fraud_previous_chargebacks",
3514
+ "attributes" : [ ],
3515
+ "description" : "Previous transactions on the account have received fraud chargebacks."
3516
+ }, {
3517
+ "name" : "order_restricted_goods",
3518
+ "attributes" : [ ],
3519
+ "description" : "The order contains restricted goods."
3520
+ }, {
3521
+ "name" : "order_unsupported_destination",
3522
+ "attributes" : [ ],
3523
+ "description" : "The destination is not supported."
3524
+ }, {
3525
+ "name" : "order_missing_information",
3526
+ "attributes" : [ ],
3527
+ "description" : "The order is missing information."
3528
+ }, {
3529
+ "name" : "order_domestic",
3530
+ "attributes" : [ ],
3531
+ "description" : "The order is a domestic order."
3532
+ } ],
3533
+ "attributes" : [ ],
3534
+ "description" : "The type of check that was performed."
3535
+ }, {
3536
+ "name" : "payment_request_review_status",
3537
+ "plural" : "payment_request_review_statuses",
3538
+ "values" : [ {
3539
+ "name" : "pending",
3540
+ "attributes" : [ ],
3541
+ "description" : "The payment request is pending review."
3542
+ }, {
3543
+ "name" : "approved",
3544
+ "attributes" : [ ],
3545
+ "description" : "The payment request has been approved."
3546
+ }, {
3547
+ "name" : "rejected",
3548
+ "attributes" : [ ],
3549
+ "description" : "The payment request has been rejected."
3550
+ } ],
3551
+ "attributes" : [ ],
3552
+ "description" : "The status of the payment request review."
3450
3553
  }, {
3451
3554
  "name" : "payment_source_confirmation_action_type",
3452
3555
  "plural" : "payment_source_confirmation_action_types",
@@ -5219,6 +5322,12 @@
5219
5322
  "attributes" : [ ],
5220
5323
  "annotations" : [ ],
5221
5324
  "description" : "Globally unique identifier"
5325
+ }, {
5326
+ "name" : "key",
5327
+ "type" : "string",
5328
+ "required" : true,
5329
+ "attributes" : [ ],
5330
+ "annotations" : [ ]
5222
5331
  }, {
5223
5332
  "name" : "last4",
5224
5333
  "type" : "string",
@@ -5493,12 +5602,6 @@
5493
5602
  "required" : false,
5494
5603
  "attributes" : [ ],
5495
5604
  "annotations" : [ ]
5496
- }, {
5497
- "name" : "statement",
5498
- "type" : "billing_channel_statement_reference",
5499
- "required" : false,
5500
- "attributes" : [ ],
5501
- "annotations" : [ ]
5502
5605
  }, {
5503
5606
  "name" : "payment_request",
5504
5607
  "type" : "billing_channel_payment_request_reference",
@@ -5740,6 +5843,13 @@
5740
5843
  "required" : true,
5741
5844
  "attributes" : [ ],
5742
5845
  "annotations" : [ ]
5846
+ }, {
5847
+ "name" : "bank_account",
5848
+ "type" : "bank_account_summary",
5849
+ "required" : false,
5850
+ "attributes" : [ ],
5851
+ "annotations" : [ ],
5852
+ "description" : "The bank account to which we sent this payout if known"
5743
5853
  }, {
5744
5854
  "name" : "amount",
5745
5855
  "type" : "decimal",
@@ -6170,6 +6280,14 @@
6170
6280
  "type" : "threeds_challenge_action_details",
6171
6281
  "attributes" : [ ],
6172
6282
  "discriminator_value" : "threeds_challenge_action_details"
6283
+ }, {
6284
+ "type" : "applepay_sdk_create_result_action_details",
6285
+ "attributes" : [ ],
6286
+ "discriminator_value" : "applepay_sdk_create_result_action_details"
6287
+ }, {
6288
+ "type" : "applepay_sdk_validate_result_action_details",
6289
+ "attributes" : [ ],
6290
+ "discriminator_value" : "applepay_sdk_validate_result_action_details"
6173
6291
  }, {
6174
6292
  "type" : "klarna_sdk_authorization_result_action_details",
6175
6293
  "attributes" : [ ],
@@ -6432,6 +6550,10 @@
6432
6550
  "name" : "event",
6433
6551
  "plural" : "events",
6434
6552
  "types" : [ {
6553
+ "type" : "test_upserted",
6554
+ "attributes" : [ ],
6555
+ "discriminator_value" : "test_upserted"
6556
+ }, {
6435
6557
  "type" : "transaction_upserted",
6436
6558
  "attributes" : [ ],
6437
6559
  "discriminator_value" : "transaction_upserted"
@@ -6471,6 +6593,22 @@
6471
6593
  "type" : "channel_statement_deleted",
6472
6594
  "attributes" : [ ],
6473
6595
  "discriminator_value" : "channel_statement_deleted"
6596
+ }, {
6597
+ "type" : "channel_payout_upserted",
6598
+ "attributes" : [ ],
6599
+ "discriminator_value" : "channel_payout_upserted"
6600
+ }, {
6601
+ "type" : "channel_payout_deleted",
6602
+ "attributes" : [ ],
6603
+ "discriminator_value" : "channel_payout_deleted"
6604
+ }, {
6605
+ "type" : "organization_payout_upserted",
6606
+ "attributes" : [ ],
6607
+ "discriminator_value" : "organization_payout_upserted"
6608
+ }, {
6609
+ "type" : "organization_payout_deleted",
6610
+ "attributes" : [ ],
6611
+ "discriminator_value" : "organization_payout_deleted"
6474
6612
  }, {
6475
6613
  "type" : "attribute_upserted",
6476
6614
  "attributes" : [ ],
@@ -10480,6 +10618,38 @@
10480
10618
  } ],
10481
10619
  "attributes" : [ ],
10482
10620
  "interfaces" : [ ]
10621
+ }, {
10622
+ "name" : "applepay_sdk_create_result_action_details",
10623
+ "plural" : "applepay_sdk_create_result_action_detailses",
10624
+ "fields" : [ {
10625
+ "name" : "merchant_identifier",
10626
+ "type" : "string",
10627
+ "required" : true,
10628
+ "attributes" : [ ],
10629
+ "annotations" : [ ]
10630
+ }, {
10631
+ "name" : "payment_data_request",
10632
+ "type" : "object",
10633
+ "required" : true,
10634
+ "attributes" : [ ],
10635
+ "annotations" : [ ]
10636
+ } ],
10637
+ "attributes" : [ ],
10638
+ "interfaces" : [ ],
10639
+ "description" : "Provides details from the Apple Pay create session initialization."
10640
+ }, {
10641
+ "name" : "applepay_sdk_validate_result_action_details",
10642
+ "plural" : "applepay_sdk_validate_result_action_detailses",
10643
+ "fields" : [ {
10644
+ "name" : "payment_session",
10645
+ "type" : "object",
10646
+ "required" : true,
10647
+ "attributes" : [ ],
10648
+ "annotations" : [ ]
10649
+ } ],
10650
+ "attributes" : [ ],
10651
+ "interfaces" : [ ],
10652
+ "description" : "Provides details from the Apple Pay validation completion."
10483
10653
  }, {
10484
10654
  "name" : "at_cost",
10485
10655
  "plural" : "at_costs",
@@ -11933,13 +12103,6 @@
11933
12103
  "name" : "bank_account_form",
11934
12104
  "plural" : "bank_account_forms",
11935
12105
  "fields" : [ {
11936
- "name" : "last4",
11937
- "type" : "string",
11938
- "required" : true,
11939
- "attributes" : [ ],
11940
- "annotations" : [ ],
11941
- "description" : "The last four digits of the bank account number"
11942
- }, {
11943
12106
  "name" : "info",
11944
12107
  "type" : "bank_account_info",
11945
12108
  "required" : true,
@@ -11979,6 +12142,18 @@
11979
12142
  } ],
11980
12143
  "attributes" : [ ],
11981
12144
  "interfaces" : [ ]
12145
+ }, {
12146
+ "name" : "bank_account_summary",
12147
+ "plural" : "bank_account_summaries",
12148
+ "fields" : [ {
12149
+ "name" : "last4",
12150
+ "type" : "string",
12151
+ "required" : true,
12152
+ "attributes" : [ ],
12153
+ "annotations" : [ ]
12154
+ } ],
12155
+ "attributes" : [ ],
12156
+ "interfaces" : [ ]
11982
12157
  }, {
11983
12158
  "name" : "behavior_audit",
11984
12159
  "plural" : "behavior_audits",
@@ -14519,6 +14694,31 @@
14519
14694
  } ],
14520
14695
  "attributes" : [ ],
14521
14696
  "interfaces" : [ ]
14697
+ }, {
14698
+ "name" : "channel_bank_account",
14699
+ "plural" : "channel_bank_accounts",
14700
+ "fields" : [ {
14701
+ "name" : "id",
14702
+ "type" : "string",
14703
+ "required" : true,
14704
+ "attributes" : [ ],
14705
+ "annotations" : [ ],
14706
+ "description" : "Globally unique identifier"
14707
+ }, {
14708
+ "name" : "key",
14709
+ "type" : "string",
14710
+ "required" : true,
14711
+ "attributes" : [ ],
14712
+ "annotations" : [ ]
14713
+ }, {
14714
+ "name" : "last4",
14715
+ "type" : "string",
14716
+ "required" : true,
14717
+ "attributes" : [ ],
14718
+ "annotations" : [ ]
14719
+ } ],
14720
+ "attributes" : [ ],
14721
+ "interfaces" : [ "bank_account" ]
14522
14722
  }, {
14523
14723
  "name" : "channel_currency",
14524
14724
  "plural" : "channel_currencies",
@@ -14603,34 +14803,8 @@
14603
14803
  "attributes" : [ ],
14604
14804
  "interfaces" : [ ]
14605
14805
  }, {
14606
- "name" : "channel_deleted",
14607
- "plural" : "channel_deleteds",
14608
- "fields" : [ {
14609
- "name" : "event_id",
14610
- "type" : "string",
14611
- "required" : true,
14612
- "attributes" : [ ],
14613
- "annotations" : [ ]
14614
- }, {
14615
- "name" : "timestamp",
14616
- "type" : "date-time-iso8601",
14617
- "required" : true,
14618
- "attributes" : [ ],
14619
- "annotations" : [ ],
14620
- "description" : "The date/time of the request"
14621
- }, {
14622
- "name" : "id",
14623
- "type" : "string",
14624
- "required" : true,
14625
- "attributes" : [ ],
14626
- "annotations" : [ ],
14627
- "description" : "Globally unique identifier"
14628
- } ],
14629
- "attributes" : [ ],
14630
- "interfaces" : [ ]
14631
- }, {
14632
- "name" : "channel_organization",
14633
- "plural" : "channel_organizations",
14806
+ "name" : "channel_default_bank_account",
14807
+ "plural" : "channel_default_bank_accounts",
14634
14808
  "fields" : [ {
14635
14809
  "name" : "id",
14636
14810
  "type" : "string",
@@ -14639,85 +14813,130 @@
14639
14813
  "annotations" : [ ],
14640
14814
  "description" : "Globally unique identifier"
14641
14815
  }, {
14642
- "name" : "organization",
14643
- "type" : "organization_reference",
14644
- "required" : true,
14645
- "attributes" : [ ],
14646
- "annotations" : [ ],
14647
- "description" : "Refers to your organization's account identifier"
14648
- }, {
14649
- "name" : "key",
14650
- "type" : "string",
14651
- "required" : true,
14652
- "attributes" : [ ],
14653
- "annotations" : [ ]
14654
- }, {
14655
- "name" : "channel",
14656
- "type" : "channel_reference",
14657
- "required" : true,
14658
- "attributes" : [ ],
14659
- "annotations" : [ ]
14660
- }, {
14661
- "name" : "name",
14662
- "type" : "string",
14663
- "required" : true,
14664
- "attributes" : [ ],
14665
- "annotations" : [ ]
14666
- }, {
14667
- "name" : "slug",
14668
- "type" : "string",
14669
- "required" : false,
14670
- "attributes" : [ ],
14671
- "annotations" : [ ],
14672
- "description" : "If specified, the slug is used as part of the id of the flow organization we create. If not specified, defaults to the id"
14673
- }, {
14674
- "name" : "defaults",
14675
- "type" : "organization_defaults",
14676
- "required" : true,
14677
- "attributes" : [ ],
14678
- "annotations" : [ ]
14679
- }, {
14680
- "name" : "attributes",
14681
- "type" : "map[string]",
14682
- "required" : false,
14683
- "attributes" : [ ],
14684
- "annotations" : [ ]
14685
- } ],
14686
- "attributes" : [ ],
14687
- "interfaces" : [ ]
14688
- }, {
14689
- "name" : "channel_organization_authorization",
14690
- "plural" : "channel_organization_authorizations",
14691
- "fields" : [ {
14692
- "name" : "placeholder",
14693
- "type" : "string",
14694
- "required" : false,
14695
- "attributes" : [ ],
14696
- "annotations" : [ ]
14697
- } ],
14698
- "attributes" : [ ],
14699
- "interfaces" : [ ]
14700
- }, {
14701
- "name" : "channel_organization_authorization_form",
14702
- "plural" : "channel_organization_authorization_forms",
14703
- "fields" : [ {
14704
- "name" : "channel_id",
14705
- "type" : "string",
14706
- "required" : true,
14707
- "attributes" : [ ],
14708
- "annotations" : [ ]
14709
- }, {
14710
- "name" : "organization_id",
14711
- "type" : "string",
14816
+ "name" : "bank_account",
14817
+ "type" : "bank_account_reference",
14712
14818
  "required" : true,
14713
14819
  "attributes" : [ ],
14714
14820
  "annotations" : [ ]
14715
14821
  } ],
14716
14822
  "attributes" : [ ],
14717
- "interfaces" : [ ]
14823
+ "interfaces" : [ "default_bank_account" ]
14718
14824
  }, {
14719
- "name" : "channel_organization_deleted",
14720
- "plural" : "channel_organization_deleteds",
14825
+ "name" : "channel_deleted",
14826
+ "plural" : "channel_deleteds",
14827
+ "fields" : [ {
14828
+ "name" : "event_id",
14829
+ "type" : "string",
14830
+ "required" : true,
14831
+ "attributes" : [ ],
14832
+ "annotations" : [ ]
14833
+ }, {
14834
+ "name" : "timestamp",
14835
+ "type" : "date-time-iso8601",
14836
+ "required" : true,
14837
+ "attributes" : [ ],
14838
+ "annotations" : [ ],
14839
+ "description" : "The date/time of the request"
14840
+ }, {
14841
+ "name" : "id",
14842
+ "type" : "string",
14843
+ "required" : true,
14844
+ "attributes" : [ ],
14845
+ "annotations" : [ ],
14846
+ "description" : "Globally unique identifier"
14847
+ } ],
14848
+ "attributes" : [ ],
14849
+ "interfaces" : [ ]
14850
+ }, {
14851
+ "name" : "channel_organization",
14852
+ "plural" : "channel_organizations",
14853
+ "fields" : [ {
14854
+ "name" : "id",
14855
+ "type" : "string",
14856
+ "required" : true,
14857
+ "attributes" : [ ],
14858
+ "annotations" : [ ],
14859
+ "description" : "Globally unique identifier"
14860
+ }, {
14861
+ "name" : "organization",
14862
+ "type" : "organization_reference",
14863
+ "required" : true,
14864
+ "attributes" : [ ],
14865
+ "annotations" : [ ],
14866
+ "description" : "Refers to your organization's account identifier"
14867
+ }, {
14868
+ "name" : "key",
14869
+ "type" : "string",
14870
+ "required" : true,
14871
+ "attributes" : [ ],
14872
+ "annotations" : [ ]
14873
+ }, {
14874
+ "name" : "channel",
14875
+ "type" : "channel_reference",
14876
+ "required" : true,
14877
+ "attributes" : [ ],
14878
+ "annotations" : [ ]
14879
+ }, {
14880
+ "name" : "name",
14881
+ "type" : "string",
14882
+ "required" : true,
14883
+ "attributes" : [ ],
14884
+ "annotations" : [ ]
14885
+ }, {
14886
+ "name" : "slug",
14887
+ "type" : "string",
14888
+ "required" : false,
14889
+ "attributes" : [ ],
14890
+ "annotations" : [ ],
14891
+ "description" : "If specified, the slug is used as part of the id of the flow organization we create. If not specified, defaults to the id"
14892
+ }, {
14893
+ "name" : "defaults",
14894
+ "type" : "organization_defaults",
14895
+ "required" : true,
14896
+ "attributes" : [ ],
14897
+ "annotations" : [ ]
14898
+ }, {
14899
+ "name" : "attributes",
14900
+ "type" : "map[string]",
14901
+ "required" : false,
14902
+ "attributes" : [ ],
14903
+ "annotations" : [ ]
14904
+ } ],
14905
+ "attributes" : [ ],
14906
+ "interfaces" : [ ]
14907
+ }, {
14908
+ "name" : "channel_organization_authorization",
14909
+ "plural" : "channel_organization_authorizations",
14910
+ "fields" : [ {
14911
+ "name" : "placeholder",
14912
+ "type" : "string",
14913
+ "required" : false,
14914
+ "attributes" : [ ],
14915
+ "annotations" : [ ]
14916
+ } ],
14917
+ "attributes" : [ ],
14918
+ "interfaces" : [ ]
14919
+ }, {
14920
+ "name" : "channel_organization_authorization_form",
14921
+ "plural" : "channel_organization_authorization_forms",
14922
+ "fields" : [ {
14923
+ "name" : "channel_id",
14924
+ "type" : "string",
14925
+ "required" : true,
14926
+ "attributes" : [ ],
14927
+ "annotations" : [ ]
14928
+ }, {
14929
+ "name" : "organization_id",
14930
+ "type" : "string",
14931
+ "required" : true,
14932
+ "attributes" : [ ],
14933
+ "annotations" : [ ]
14934
+ } ],
14935
+ "attributes" : [ ],
14936
+ "interfaces" : [ ]
14937
+ }, {
14938
+ "name" : "channel_organization_deleted",
14939
+ "plural" : "channel_organization_deleteds",
14721
14940
  "fields" : [ {
14722
14941
  "name" : "event_id",
14723
14942
  "type" : "string",
@@ -14856,6 +15075,13 @@
14856
15075
  "required" : true,
14857
15076
  "attributes" : [ ],
14858
15077
  "annotations" : [ ]
15078
+ }, {
15079
+ "name" : "bank_account",
15080
+ "type" : "bank_account_summary",
15081
+ "required" : false,
15082
+ "attributes" : [ ],
15083
+ "annotations" : [ ],
15084
+ "description" : "The bank account to which we sent this payout if known"
14859
15085
  }, {
14860
15086
  "name" : "amount",
14861
15087
  "type" : "decimal",
@@ -14883,6 +15109,67 @@
14883
15109
  } ],
14884
15110
  "attributes" : [ ],
14885
15111
  "interfaces" : [ "payout_interface", "payout" ]
15112
+ }, {
15113
+ "name" : "channel_payout_deleted",
15114
+ "plural" : "channel_payout_deleteds",
15115
+ "fields" : [ {
15116
+ "name" : "event_id",
15117
+ "type" : "string",
15118
+ "required" : true,
15119
+ "attributes" : [ ],
15120
+ "annotations" : [ ]
15121
+ }, {
15122
+ "name" : "timestamp",
15123
+ "type" : "date-time-iso8601",
15124
+ "required" : true,
15125
+ "attributes" : [ ],
15126
+ "annotations" : [ ]
15127
+ }, {
15128
+ "name" : "channel_id",
15129
+ "type" : "string",
15130
+ "required" : true,
15131
+ "attributes" : [ ],
15132
+ "annotations" : [ ]
15133
+ }, {
15134
+ "name" : "id",
15135
+ "type" : "string",
15136
+ "required" : true,
15137
+ "attributes" : [ ],
15138
+ "annotations" : [ ],
15139
+ "description" : "Globally unique identifier"
15140
+ } ],
15141
+ "attributes" : [ ],
15142
+ "interfaces" : [ ]
15143
+ }, {
15144
+ "name" : "channel_payout_upserted",
15145
+ "plural" : "channel_payout_upserteds",
15146
+ "fields" : [ {
15147
+ "name" : "event_id",
15148
+ "type" : "string",
15149
+ "required" : true,
15150
+ "attributes" : [ ],
15151
+ "annotations" : [ ]
15152
+ }, {
15153
+ "name" : "timestamp",
15154
+ "type" : "date-time-iso8601",
15155
+ "required" : true,
15156
+ "attributes" : [ ],
15157
+ "annotations" : [ ]
15158
+ }, {
15159
+ "name" : "channel_id",
15160
+ "type" : "string",
15161
+ "required" : true,
15162
+ "attributes" : [ ],
15163
+ "annotations" : [ ]
15164
+ }, {
15165
+ "name" : "payout",
15166
+ "type" : "channel_payout",
15167
+ "required" : true,
15168
+ "attributes" : [ ],
15169
+ "annotations" : [ ]
15170
+ } ],
15171
+ "attributes" : [ ],
15172
+ "interfaces" : [ ]
14886
15173
  }, {
14887
15174
  "name" : "channel_rate",
14888
15175
  "plural" : "channel_rates",
@@ -15113,6 +15400,12 @@
15113
15400
  "name" : "channel_transaction",
15114
15401
  "plural" : "channel_transactions",
15115
15402
  "fields" : [ {
15403
+ "name" : "statement",
15404
+ "type" : "billing_channel_statement_reference",
15405
+ "required" : false,
15406
+ "attributes" : [ ],
15407
+ "annotations" : [ ]
15408
+ }, {
15116
15409
  "name" : "id",
15117
15410
  "type" : "string",
15118
15411
  "required" : true,
@@ -15125,12 +15418,6 @@
15125
15418
  "required" : false,
15126
15419
  "attributes" : [ ],
15127
15420
  "annotations" : [ ]
15128
- }, {
15129
- "name" : "statement",
15130
- "type" : "billing_channel_statement_reference",
15131
- "required" : false,
15132
- "attributes" : [ ],
15133
- "annotations" : [ ]
15134
15421
  }, {
15135
15422
  "name" : "payment_request",
15136
15423
  "type" : "billing_channel_payment_request_reference",
@@ -19034,10 +19321,10 @@
19034
19321
  }, {
19035
19322
  "name" : "accept_language",
19036
19323
  "type" : "string",
19037
- "required" : true,
19324
+ "required" : false,
19038
19325
  "attributes" : [ ],
19039
19326
  "annotations" : [ ],
19040
- "description" : "The `window.navigator.language` value.",
19327
+ "description" : "The `accept-language` header value. Will be taken from the request if not sent.",
19041
19328
  "example" : "en-US"
19042
19329
  }, {
19043
19330
  "name" : "ip",
@@ -19047,6 +19334,62 @@
19047
19334
  "annotations" : [ "personal_data" ],
19048
19335
  "description" : "The IP address of the customer. Optional when API call is made by the frontend. When API call is made by the backend, it is recommended to pass this value as otherwise it will be inferred from the IP of the server which could affect fraud risk assessment.",
19049
19336
  "example" : "96.242.151.245"
19337
+ }, {
19338
+ "name" : "time_zone_offset",
19339
+ "type" : "integer",
19340
+ "required" : false,
19341
+ "attributes" : [ ],
19342
+ "annotations" : [ ],
19343
+ "description" : "The `new Date().getTimezoneOffset()` value.",
19344
+ "example" : "-60"
19345
+ }, {
19346
+ "name" : "date_string",
19347
+ "type" : "string",
19348
+ "required" : false,
19349
+ "attributes" : [ ],
19350
+ "annotations" : [ ],
19351
+ "description" : "The `new Date().toString()` value.",
19352
+ "example" : "Wed Sep 28 2022 13:09:15 GMT+0300 (Israel Daylight Time)"
19353
+ }, {
19354
+ "name" : "navigator_language",
19355
+ "type" : "string",
19356
+ "required" : false,
19357
+ "attributes" : [ ],
19358
+ "annotations" : [ ],
19359
+ "description" : "The `window.navigator.language` value. Must be an IETF BCP 47 language tag. Will be derived from `accept-language` or `locale` or the native language of the issuing country",
19360
+ "example" : "en-US"
19361
+ }, {
19362
+ "name" : "navigator_hardware_concurrency",
19363
+ "type" : "integer",
19364
+ "required" : false,
19365
+ "attributes" : [ ],
19366
+ "annotations" : [ ],
19367
+ "description" : "The `window.navigator.hardwareConcurrency` value.",
19368
+ "example" : "10"
19369
+ }, {
19370
+ "name" : "cookie_created_at",
19371
+ "type" : "integer",
19372
+ "required" : false,
19373
+ "attributes" : [ ],
19374
+ "annotations" : [ ],
19375
+ "description" : "Time and date cookie created since unix epoch (UTC, Jan 1, 1970)",
19376
+ "example" : "1664360976462"
19377
+ }, {
19378
+ "name" : "session_duration",
19379
+ "type" : "integer",
19380
+ "required" : false,
19381
+ "attributes" : [ ],
19382
+ "annotations" : [ ],
19383
+ "description" : "Time length of the user's session in seconds",
19384
+ "example" : "685"
19385
+ }, {
19386
+ "name" : "fingerprint",
19387
+ "type" : "string",
19388
+ "required" : false,
19389
+ "attributes" : [ ],
19390
+ "annotations" : [ ],
19391
+ "description" : "Device Fingerprint",
19392
+ "example" : "dde5b5ba-9204-4924-bdd0-0a578d40b46e"
19050
19393
  } ],
19051
19394
  "attributes" : [ ],
19052
19395
  "interfaces" : [ ]
@@ -33595,6 +33938,12 @@
33595
33938
  "attributes" : [ ],
33596
33939
  "annotations" : [ ],
33597
33940
  "description" : "Globally unique identifier"
33941
+ }, {
33942
+ "name" : "key",
33943
+ "type" : "string",
33944
+ "required" : true,
33945
+ "attributes" : [ ],
33946
+ "annotations" : [ ]
33598
33947
  }, {
33599
33948
  "name" : "last4",
33600
33949
  "type" : "string",
@@ -34009,6 +34358,13 @@
34009
34358
  "required" : true,
34010
34359
  "attributes" : [ ],
34011
34360
  "annotations" : [ ]
34361
+ }, {
34362
+ "name" : "bank_account",
34363
+ "type" : "bank_account_summary",
34364
+ "required" : false,
34365
+ "attributes" : [ ],
34366
+ "annotations" : [ ],
34367
+ "description" : "The bank account to which we sent this payout if known"
34012
34368
  }, {
34013
34369
  "name" : "amount",
34014
34370
  "type" : "decimal",
@@ -34036,6 +34392,69 @@
34036
34392
  } ],
34037
34393
  "attributes" : [ ],
34038
34394
  "interfaces" : [ "payout_interface", "payout" ]
34395
+ }, {
34396
+ "name" : "organization_payout_deleted",
34397
+ "plural" : "organization_payout_deleteds",
34398
+ "fields" : [ {
34399
+ "name" : "event_id",
34400
+ "type" : "string",
34401
+ "required" : true,
34402
+ "attributes" : [ ],
34403
+ "annotations" : [ ]
34404
+ }, {
34405
+ "name" : "timestamp",
34406
+ "type" : "date-time-iso8601",
34407
+ "required" : true,
34408
+ "attributes" : [ ],
34409
+ "annotations" : [ ]
34410
+ }, {
34411
+ "name" : "organization",
34412
+ "type" : "string",
34413
+ "required" : true,
34414
+ "attributes" : [ ],
34415
+ "annotations" : [ ],
34416
+ "description" : "Refers to your organization's account identifier"
34417
+ }, {
34418
+ "name" : "id",
34419
+ "type" : "string",
34420
+ "required" : true,
34421
+ "attributes" : [ ],
34422
+ "annotations" : [ ],
34423
+ "description" : "Globally unique identifier"
34424
+ } ],
34425
+ "attributes" : [ ],
34426
+ "interfaces" : [ ]
34427
+ }, {
34428
+ "name" : "organization_payout_upserted",
34429
+ "plural" : "organization_payout_upserteds",
34430
+ "fields" : [ {
34431
+ "name" : "event_id",
34432
+ "type" : "string",
34433
+ "required" : true,
34434
+ "attributes" : [ ],
34435
+ "annotations" : [ ]
34436
+ }, {
34437
+ "name" : "timestamp",
34438
+ "type" : "date-time-iso8601",
34439
+ "required" : true,
34440
+ "attributes" : [ ],
34441
+ "annotations" : [ ]
34442
+ }, {
34443
+ "name" : "organization",
34444
+ "type" : "string",
34445
+ "required" : true,
34446
+ "attributes" : [ ],
34447
+ "annotations" : [ ],
34448
+ "description" : "Refers to your organization's account identifier"
34449
+ }, {
34450
+ "name" : "payout",
34451
+ "type" : "organization_payout",
34452
+ "required" : true,
34453
+ "attributes" : [ ],
34454
+ "annotations" : [ ]
34455
+ } ],
34456
+ "attributes" : [ ],
34457
+ "interfaces" : [ ]
34039
34458
  }, {
34040
34459
  "name" : "organization_put_form",
34041
34460
  "plural" : "organization_put_forms",
@@ -35806,12 +36225,11 @@
35806
36225
  "name" : "payment_method_data_authorize_applepay_result_failure",
35807
36226
  "plural" : "payment_method_data_authorize_applepay_result_failures",
35808
36227
  "fields" : [ {
35809
- "name" : "placeholder",
36228
+ "name" : "message",
35810
36229
  "type" : "string",
35811
- "required" : false,
36230
+ "required" : true,
35812
36231
  "attributes" : [ ],
35813
- "annotations" : [ ],
35814
- "description" : "Unused placeholder"
36232
+ "annotations" : [ ]
35815
36233
  } ],
35816
36234
  "attributes" : [ ],
35817
36235
  "interfaces" : [ ]
@@ -36985,6 +37403,13 @@
36985
37403
  "annotations" : [ ],
36986
37404
  "description" : "What capture option will be used to capture payment. See `payment_capture_option` for more details on each option.",
36987
37405
  "example" : "0"
37406
+ }, {
37407
+ "name" : "review",
37408
+ "type" : "payment_request_review",
37409
+ "required" : false,
37410
+ "attributes" : [ ],
37411
+ "annotations" : [ ],
37412
+ "description" : "The result of the checks run against an order and its payment"
36988
37413
  } ],
36989
37414
  "attributes" : [ ],
36990
37415
  "interfaces" : [ ]
@@ -37165,6 +37590,44 @@
37165
37590
  } ],
37166
37591
  "attributes" : [ ],
37167
37592
  "interfaces" : [ ]
37593
+ }, {
37594
+ "name" : "payment_request_review",
37595
+ "plural" : "payment_request_reviews",
37596
+ "fields" : [ {
37597
+ "name" : "status",
37598
+ "type" : "payment_request_review_status",
37599
+ "required" : true,
37600
+ "attributes" : [ ],
37601
+ "annotations" : [ ],
37602
+ "description" : "The overall status of the review."
37603
+ }, {
37604
+ "name" : "checks",
37605
+ "type" : "[payment_request_review_check]",
37606
+ "required" : true,
37607
+ "attributes" : [ ],
37608
+ "annotations" : [ ],
37609
+ "description" : "The list of checks for this review."
37610
+ } ],
37611
+ "attributes" : [ ],
37612
+ "interfaces" : [ ]
37613
+ }, {
37614
+ "name" : "payment_request_review_check",
37615
+ "plural" : "payment_request_review_checks",
37616
+ "fields" : [ {
37617
+ "name" : "type",
37618
+ "type" : "payment_request_review_check_type",
37619
+ "required" : true,
37620
+ "attributes" : [ ],
37621
+ "annotations" : [ ]
37622
+ }, {
37623
+ "name" : "status",
37624
+ "type" : "payment_request_review_check_status",
37625
+ "required" : true,
37626
+ "attributes" : [ ],
37627
+ "annotations" : [ ]
37628
+ } ],
37629
+ "attributes" : [ ],
37630
+ "interfaces" : [ ]
37168
37631
  }, {
37169
37632
  "name" : "payment_request_upserted",
37170
37633
  "plural" : "payment_request_upserteds",
@@ -37448,6 +37911,104 @@
37448
37911
  } ],
37449
37912
  "attributes" : [ ],
37450
37913
  "interfaces" : [ ]
37914
+ }, {
37915
+ "name" : "payout_transaction",
37916
+ "plural" : "payout_transactions",
37917
+ "fields" : [ {
37918
+ "name" : "id",
37919
+ "type" : "string",
37920
+ "required" : true,
37921
+ "attributes" : [ ],
37922
+ "annotations" : [ ],
37923
+ "description" : "Globally unique identifier"
37924
+ }, {
37925
+ "name" : "order",
37926
+ "type" : "billing_channel_order_summary",
37927
+ "required" : false,
37928
+ "attributes" : [ ],
37929
+ "annotations" : [ ]
37930
+ }, {
37931
+ "name" : "payment_request",
37932
+ "type" : "billing_channel_payment_request_reference",
37933
+ "required" : false,
37934
+ "attributes" : [ ],
37935
+ "annotations" : [ ]
37936
+ }, {
37937
+ "name" : "currency",
37938
+ "type" : "string",
37939
+ "required" : true,
37940
+ "attributes" : [ ],
37941
+ "annotations" : [ ]
37942
+ }, {
37943
+ "name" : "source",
37944
+ "type" : "transaction_source",
37945
+ "required" : true,
37946
+ "attributes" : [ ],
37947
+ "annotations" : [ ]
37948
+ }, {
37949
+ "name" : "parent",
37950
+ "type" : "parent_transaction_summary",
37951
+ "required" : false,
37952
+ "attributes" : [ ],
37953
+ "annotations" : [ ]
37954
+ }, {
37955
+ "name" : "gross",
37956
+ "type" : "decimal",
37957
+ "required" : true,
37958
+ "attributes" : [ ],
37959
+ "annotations" : [ ]
37960
+ }, {
37961
+ "name" : "fees",
37962
+ "type" : "[fee_deduction]",
37963
+ "required" : true,
37964
+ "attributes" : [ ],
37965
+ "annotations" : [ ],
37966
+ "default" : "[]"
37967
+ }, {
37968
+ "name" : "withholdings",
37969
+ "type" : "[withholding_deduction]",
37970
+ "required" : true,
37971
+ "attributes" : [ ],
37972
+ "annotations" : [ ],
37973
+ "default" : "[]"
37974
+ }, {
37975
+ "name" : "discounts",
37976
+ "type" : "[billing_discount]",
37977
+ "required" : true,
37978
+ "attributes" : [ ],
37979
+ "annotations" : [ ],
37980
+ "default" : "[]"
37981
+ }, {
37982
+ "name" : "net",
37983
+ "type" : "decimal",
37984
+ "required" : true,
37985
+ "attributes" : [ ],
37986
+ "annotations" : [ ],
37987
+ "description" : "net = gross -fees - withholdings"
37988
+ }, {
37989
+ "name" : "identifiers",
37990
+ "type" : "map[string]",
37991
+ "required" : true,
37992
+ "attributes" : [ ],
37993
+ "annotations" : [ ],
37994
+ "description" : "We serialize any transaction level identifiers as key/value pairs here",
37995
+ "default" : "{}"
37996
+ }, {
37997
+ "name" : "created_at",
37998
+ "type" : "date-time-iso8601",
37999
+ "required" : true,
38000
+ "attributes" : [ ],
38001
+ "annotations" : [ ]
38002
+ }, {
38003
+ "name" : "updated_at",
38004
+ "type" : "date-time-iso8601",
38005
+ "required" : true,
38006
+ "attributes" : [ ],
38007
+ "annotations" : [ ]
38008
+ } ],
38009
+ "attributes" : [ ],
38010
+ "interfaces" : [ "generic_transaction" ],
38011
+ "description" : "Note there is no statement on the payout transaction. We intend to deprecate the statement field once payouts are fully rolled out"
37451
38012
  }, {
37452
38013
  "name" : "paypal_authorization_details",
37453
38014
  "plural" : "paypal_authorization_detailses",
@@ -37799,6 +38360,19 @@
37799
38360
  "attributes" : [ ],
37800
38361
  "annotations" : [ ],
37801
38362
  "description" : "Origin center for this delivery."
38363
+ }, {
38364
+ "name" : "fulfillment_routing",
38365
+ "type" : "fulfillment_routing",
38366
+ "required" : false,
38367
+ "attributes" : [ ],
38368
+ "annotations" : [ ]
38369
+ }, {
38370
+ "name" : "ship_from_country",
38371
+ "type" : "string",
38372
+ "required" : false,
38373
+ "attributes" : [ ],
38374
+ "annotations" : [ ],
38375
+ "description" : "Three letter country code of the country these items will be fullfilled from. May be different from the address indicates on the center when the center is a placeholder, for example when a fulfillment service is involved that does not forward the actual fulfillment address to us prior to printing a label."
37802
38376
  }, {
37803
38377
  "name" : "items",
37804
38378
  "type" : "[delivery_item]",
@@ -43910,7 +44484,7 @@
43910
44484
  "fields" : [ {
43911
44485
  "name" : "third_party_logistics_guid",
43912
44486
  "type" : "string",
43913
- "required" : true,
44487
+ "required" : false,
43914
44488
  "attributes" : [ ],
43915
44489
  "annotations" : [ ]
43916
44490
  } ],
@@ -44631,6 +45205,13 @@
44631
45205
  "attributes" : [ ],
44632
45206
  "annotations" : [ "personal_data", "consumer" ],
44633
45207
  "description" : "Base64 encoded ZPL2-formatted data of the shipping label"
45208
+ }, {
45209
+ "name" : "zpl_url",
45210
+ "type" : "string",
45211
+ "required" : false,
45212
+ "attributes" : [ ],
45213
+ "annotations" : [ "personal_data", "consumer" ],
45214
+ "description" : "Pre-signed URL containing ZPL copy of the shipping label. This is generated asynchronously and may not be immediately available."
44634
45215
  }, {
44635
45216
  "name" : "pdf",
44636
45217
  "type" : "string",
@@ -48748,6 +49329,50 @@
48748
49329
  } ],
48749
49330
  "attributes" : [ ],
48750
49331
  "interfaces" : [ ]
49332
+ }, {
49333
+ "name" : "test",
49334
+ "plural" : "tests",
49335
+ "fields" : [ {
49336
+ "name" : "id",
49337
+ "type" : "string",
49338
+ "required" : true,
49339
+ "attributes" : [ ],
49340
+ "annotations" : [ ],
49341
+ "description" : "Globally unique identifier"
49342
+ } ],
49343
+ "attributes" : [ ],
49344
+ "interfaces" : [ ]
49345
+ }, {
49346
+ "name" : "test_upserted",
49347
+ "plural" : "test_upserteds",
49348
+ "fields" : [ {
49349
+ "name" : "event_id",
49350
+ "type" : "string",
49351
+ "required" : true,
49352
+ "attributes" : [ ],
49353
+ "annotations" : [ ]
49354
+ }, {
49355
+ "name" : "timestamp",
49356
+ "type" : "date-time-iso8601",
49357
+ "required" : true,
49358
+ "attributes" : [ ],
49359
+ "annotations" : [ ]
49360
+ }, {
49361
+ "name" : "organization",
49362
+ "type" : "string",
49363
+ "required" : true,
49364
+ "attributes" : [ ],
49365
+ "annotations" : [ ],
49366
+ "description" : "Refers to your organization's account identifier"
49367
+ }, {
49368
+ "name" : "test",
49369
+ "type" : "test",
49370
+ "required" : true,
49371
+ "attributes" : [ ],
49372
+ "annotations" : [ ]
49373
+ } ],
49374
+ "attributes" : [ ],
49375
+ "interfaces" : [ ]
48751
49376
  }, {
48752
49377
  "name" : "third_party_logistics_partner",
48753
49378
  "plural" : "third_party_logistics_partners",
@@ -50276,6 +50901,12 @@
50276
50901
  "name" : "transaction",
50277
50902
  "plural" : "transactions",
50278
50903
  "fields" : [ {
50904
+ "name" : "statement",
50905
+ "type" : "billing_channel_statement_reference",
50906
+ "required" : false,
50907
+ "attributes" : [ ],
50908
+ "annotations" : [ ]
50909
+ }, {
50279
50910
  "name" : "id",
50280
50911
  "type" : "string",
50281
50912
  "required" : true,
@@ -50288,12 +50919,6 @@
50288
50919
  "required" : false,
50289
50920
  "attributes" : [ ],
50290
50921
  "annotations" : [ ]
50291
- }, {
50292
- "name" : "statement",
50293
- "type" : "billing_channel_statement_reference",
50294
- "required" : false,
50295
- "attributes" : [ ],
50296
- "annotations" : [ ]
50297
50922
  }, {
50298
50923
  "name" : "payment_request",
50299
50924
  "type" : "billing_channel_payment_request_reference",
@@ -77777,55 +78402,676 @@
77777
78402
  "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
77778
78403
  "attributes" : [ ]
77779
78404
  } ],
77780
- "attributes" : [ ],
77781
- "description" : "Creates an export of the b2b invoices",
77782
- "body" : {
77783
- "type" : "invoice_export_form",
77784
- "attributes" : [ ]
77785
- }
77786
- }, {
77787
- "method" : "GET",
77788
- "path" : "/:organization/b2b/invoices/:key",
77789
- "parameters" : [ {
77790
- "name" : "organization",
77791
- "type" : "string",
77792
- "location" : "Path",
77793
- "required" : true,
77794
- "description" : "Refers to your organization's account identifier"
77795
- }, {
77796
- "name" : "key",
77797
- "type" : "string",
77798
- "location" : "Path",
77799
- "required" : true
77800
- } ],
77801
- "responses" : [ {
77802
- "code" : {
77803
- "integer" : {
77804
- "value" : 200
77805
- }
77806
- },
77807
- "type" : "b2b_invoice",
77808
- "description" : "Successful response",
77809
- "attributes" : [ ]
77810
- }, {
77811
- "code" : {
77812
- "integer" : {
77813
- "value" : 401
77814
- }
77815
- },
77816
- "type" : "unit",
77817
- "description" : "Authorization failed",
77818
- "attributes" : [ ]
77819
- }, {
77820
- "code" : {
77821
- "integer" : {
77822
- "value" : 404
77823
- }
77824
- },
77825
- "type" : "unit",
77826
- "description" : "Resource was not found",
77827
- "attributes" : [ ]
77828
- } ],
78405
+ "attributes" : [ ],
78406
+ "description" : "Creates an export of the b2b invoices",
78407
+ "body" : {
78408
+ "type" : "invoice_export_form",
78409
+ "attributes" : [ ]
78410
+ }
78411
+ }, {
78412
+ "method" : "GET",
78413
+ "path" : "/:organization/b2b/invoices/:key",
78414
+ "parameters" : [ {
78415
+ "name" : "organization",
78416
+ "type" : "string",
78417
+ "location" : "Path",
78418
+ "required" : true,
78419
+ "description" : "Refers to your organization's account identifier"
78420
+ }, {
78421
+ "name" : "key",
78422
+ "type" : "string",
78423
+ "location" : "Path",
78424
+ "required" : true
78425
+ } ],
78426
+ "responses" : [ {
78427
+ "code" : {
78428
+ "integer" : {
78429
+ "value" : 200
78430
+ }
78431
+ },
78432
+ "type" : "b2b_invoice",
78433
+ "description" : "Successful response",
78434
+ "attributes" : [ ]
78435
+ }, {
78436
+ "code" : {
78437
+ "integer" : {
78438
+ "value" : 401
78439
+ }
78440
+ },
78441
+ "type" : "unit",
78442
+ "description" : "Authorization failed",
78443
+ "attributes" : [ ]
78444
+ }, {
78445
+ "code" : {
78446
+ "integer" : {
78447
+ "value" : 404
78448
+ }
78449
+ },
78450
+ "type" : "unit",
78451
+ "description" : "Resource was not found",
78452
+ "attributes" : [ ]
78453
+ } ],
78454
+ "attributes" : [ ]
78455
+ } ],
78456
+ "attributes" : [ {
78457
+ "name" : "docs",
78458
+ "value" : {
78459
+ "module" : "general"
78460
+ }
78461
+ } ],
78462
+ "path" : "/:organization/b2b/invoices",
78463
+ "description" : "The b2b invoice represents a transaction between Flow and one of our clients (e.g. Flow purchasing inventory to resell to a consumer)."
78464
+ }, {
78465
+ "type" : "bank_account_form",
78466
+ "plural" : "bank_account_forms",
78467
+ "operations" : [ {
78468
+ "method" : "PUT",
78469
+ "path" : "/:organization/shopify/merchant/config/bank/account",
78470
+ "parameters" : [ {
78471
+ "name" : "organization",
78472
+ "type" : "string",
78473
+ "location" : "Path",
78474
+ "required" : true,
78475
+ "description" : "Refers to your organization's account identifier"
78476
+ } ],
78477
+ "responses" : [ {
78478
+ "code" : {
78479
+ "integer" : {
78480
+ "value" : 200
78481
+ }
78482
+ },
78483
+ "type" : "organization_bank_account",
78484
+ "description" : "Successful response",
78485
+ "attributes" : [ ]
78486
+ }, {
78487
+ "code" : {
78488
+ "integer" : {
78489
+ "value" : 401
78490
+ }
78491
+ },
78492
+ "type" : "unit",
78493
+ "description" : "Authorization failed",
78494
+ "attributes" : [ ]
78495
+ }, {
78496
+ "code" : {
78497
+ "integer" : {
78498
+ "value" : 404
78499
+ }
78500
+ },
78501
+ "type" : "unit",
78502
+ "description" : "Resource was not found",
78503
+ "attributes" : [ ]
78504
+ }, {
78505
+ "code" : {
78506
+ "integer" : {
78507
+ "value" : 422
78508
+ }
78509
+ },
78510
+ "type" : "generic_error",
78511
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78512
+ "attributes" : [ ]
78513
+ } ],
78514
+ "attributes" : [ ],
78515
+ "body" : {
78516
+ "type" : "bank_account_form",
78517
+ "attributes" : [ ]
78518
+ }
78519
+ } ],
78520
+ "attributes" : [ {
78521
+ "name" : "docs",
78522
+ "value" : {
78523
+ "module" : "general"
78524
+ }
78525
+ } ],
78526
+ "path" : "/:organization/shopify/merchant/config/bank/account"
78527
+ }, {
78528
+ "type" : "catalog_price_book_item_document",
78529
+ "plural" : "catalog_price_book_item_documents",
78530
+ "operations" : [ {
78531
+ "method" : "GET",
78532
+ "path" : "/:organization/search/price/books/items",
78533
+ "parameters" : [ {
78534
+ "name" : "organization",
78535
+ "type" : "string",
78536
+ "location" : "Path",
78537
+ "required" : true,
78538
+ "description" : "Refers to your organization's account identifier"
78539
+ }, {
78540
+ "name" : "price_book_key",
78541
+ "type" : "[string]",
78542
+ "location" : "Query",
78543
+ "required" : false,
78544
+ "maximum" : 100
78545
+ }, {
78546
+ "name" : "q",
78547
+ "type" : "string",
78548
+ "location" : "Query",
78549
+ "required" : false
78550
+ }, {
78551
+ "name" : "limit",
78552
+ "type" : "long",
78553
+ "location" : "Query",
78554
+ "required" : true,
78555
+ "description" : "The maximum number of results to return",
78556
+ "default" : "25",
78557
+ "minimum" : 1,
78558
+ "maximum" : 100
78559
+ }, {
78560
+ "name" : "offset",
78561
+ "type" : "long",
78562
+ "location" : "Query",
78563
+ "required" : true,
78564
+ "description" : "The number of results to skip before returning results",
78565
+ "default" : "0",
78566
+ "minimum" : 0
78567
+ } ],
78568
+ "responses" : [ {
78569
+ "code" : {
78570
+ "integer" : {
78571
+ "value" : 200
78572
+ }
78573
+ },
78574
+ "type" : "[catalog_price_book_item_document]",
78575
+ "description" : "Successful response",
78576
+ "attributes" : [ ]
78577
+ }, {
78578
+ "code" : {
78579
+ "integer" : {
78580
+ "value" : 401
78581
+ }
78582
+ },
78583
+ "type" : "unit",
78584
+ "description" : "Authorization failed",
78585
+ "attributes" : [ ]
78586
+ }, {
78587
+ "code" : {
78588
+ "integer" : {
78589
+ "value" : 404
78590
+ }
78591
+ },
78592
+ "type" : "unit",
78593
+ "description" : "Resource was not found",
78594
+ "attributes" : [ ]
78595
+ } ],
78596
+ "attributes" : [ {
78597
+ "name" : "linter",
78598
+ "value" : {
78599
+ "ignore" : [ "get", "versions" ]
78600
+ }
78601
+ } ],
78602
+ "description" : "Returns price book item documents based on the search criteria"
78603
+ } ],
78604
+ "attributes" : [ {
78605
+ "name" : "docs",
78606
+ "value" : {
78607
+ "module" : "general"
78608
+ }
78609
+ } ],
78610
+ "path" : "/:organization/search/price/books/items",
78611
+ "description" : "Represents the returned information for searching particular price book items"
78612
+ }, {
78613
+ "type" : "channel_authorization",
78614
+ "plural" : "channel_authorizations",
78615
+ "operations" : [ {
78616
+ "method" : "POST",
78617
+ "path" : "/channel/authorizations",
78618
+ "parameters" : [ ],
78619
+ "responses" : [ {
78620
+ "code" : {
78621
+ "integer" : {
78622
+ "value" : 201
78623
+ }
78624
+ },
78625
+ "type" : "channel_authorization",
78626
+ "description" : "Operation succeeded and the resource was created",
78627
+ "attributes" : [ ]
78628
+ }, {
78629
+ "code" : {
78630
+ "integer" : {
78631
+ "value" : 401
78632
+ }
78633
+ },
78634
+ "type" : "unit",
78635
+ "description" : "Authorization failed",
78636
+ "attributes" : [ ]
78637
+ }, {
78638
+ "code" : {
78639
+ "integer" : {
78640
+ "value" : 404
78641
+ }
78642
+ },
78643
+ "type" : "unit",
78644
+ "description" : "Resource was not found",
78645
+ "attributes" : [ ]
78646
+ }, {
78647
+ "code" : {
78648
+ "integer" : {
78649
+ "value" : 422
78650
+ }
78651
+ },
78652
+ "type" : "generic_error",
78653
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78654
+ "attributes" : [ ]
78655
+ } ],
78656
+ "attributes" : [ ],
78657
+ "body" : {
78658
+ "type" : "channel_authorization_form",
78659
+ "attributes" : [ ]
78660
+ }
78661
+ } ],
78662
+ "attributes" : [ {
78663
+ "name" : "docs",
78664
+ "value" : {
78665
+ "module" : "general"
78666
+ }
78667
+ } ],
78668
+ "path" : "/channel/authorizations"
78669
+ }, {
78670
+ "type" : "channel_bank_account",
78671
+ "plural" : "channel_bank_accounts",
78672
+ "operations" : [ {
78673
+ "method" : "GET",
78674
+ "path" : "/channel/:channel/bank/accounts",
78675
+ "parameters" : [ {
78676
+ "name" : "channel",
78677
+ "type" : "string",
78678
+ "location" : "Path",
78679
+ "required" : true
78680
+ }, {
78681
+ "name" : "id",
78682
+ "type" : "[string]",
78683
+ "location" : "Query",
78684
+ "required" : false,
78685
+ "description" : "Filter by one or more IDs of this resource",
78686
+ "maximum" : 100
78687
+ }, {
78688
+ "name" : "key",
78689
+ "type" : "string",
78690
+ "location" : "Query",
78691
+ "required" : false,
78692
+ "maximum" : 100
78693
+ }, {
78694
+ "name" : "limit",
78695
+ "type" : "long",
78696
+ "location" : "Query",
78697
+ "required" : true,
78698
+ "description" : "The maximum number of results to return",
78699
+ "default" : "25",
78700
+ "minimum" : 1,
78701
+ "maximum" : 100
78702
+ }, {
78703
+ "name" : "offset",
78704
+ "type" : "long",
78705
+ "location" : "Query",
78706
+ "required" : true,
78707
+ "description" : "The number of results to skip before returning results",
78708
+ "default" : "0",
78709
+ "minimum" : 0
78710
+ }, {
78711
+ "name" : "sort",
78712
+ "type" : "string",
78713
+ "location" : "Query",
78714
+ "required" : true,
78715
+ "default" : "-created_at"
78716
+ } ],
78717
+ "responses" : [ {
78718
+ "code" : {
78719
+ "integer" : {
78720
+ "value" : 200
78721
+ }
78722
+ },
78723
+ "type" : "[channel_bank_account]",
78724
+ "description" : "Successful response",
78725
+ "attributes" : [ ]
78726
+ }, {
78727
+ "code" : {
78728
+ "integer" : {
78729
+ "value" : 401
78730
+ }
78731
+ },
78732
+ "type" : "unit",
78733
+ "description" : "Authorization failed",
78734
+ "attributes" : [ ]
78735
+ }, {
78736
+ "code" : {
78737
+ "integer" : {
78738
+ "value" : 404
78739
+ }
78740
+ },
78741
+ "type" : "unit",
78742
+ "description" : "Resource was not found",
78743
+ "attributes" : [ ]
78744
+ }, {
78745
+ "code" : {
78746
+ "integer" : {
78747
+ "value" : 422
78748
+ }
78749
+ },
78750
+ "type" : "generic_error",
78751
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78752
+ "attributes" : [ ]
78753
+ } ],
78754
+ "attributes" : [ {
78755
+ "name" : "sort",
78756
+ "value" : {
78757
+ "values" : [ {
78758
+ "value" : "id"
78759
+ }, {
78760
+ "value" : "created_at"
78761
+ } ]
78762
+ }
78763
+ }, {
78764
+ "name" : "linter",
78765
+ "value" : {
78766
+ "ignore" : [ "versions" ]
78767
+ }
78768
+ } ]
78769
+ }, {
78770
+ "method" : "GET",
78771
+ "path" : "/channel/:channel/bank/accounts/:key",
78772
+ "parameters" : [ {
78773
+ "name" : "channel",
78774
+ "type" : "string",
78775
+ "location" : "Path",
78776
+ "required" : true
78777
+ }, {
78778
+ "name" : "key",
78779
+ "type" : "string",
78780
+ "location" : "Path",
78781
+ "required" : true
78782
+ } ],
78783
+ "responses" : [ {
78784
+ "code" : {
78785
+ "integer" : {
78786
+ "value" : 200
78787
+ }
78788
+ },
78789
+ "type" : "channel_bank_account",
78790
+ "description" : "Successful response",
78791
+ "attributes" : [ ]
78792
+ }, {
78793
+ "code" : {
78794
+ "integer" : {
78795
+ "value" : 401
78796
+ }
78797
+ },
78798
+ "type" : "unit",
78799
+ "description" : "Authorization failed",
78800
+ "attributes" : [ ]
78801
+ }, {
78802
+ "code" : {
78803
+ "integer" : {
78804
+ "value" : 404
78805
+ }
78806
+ },
78807
+ "type" : "unit",
78808
+ "description" : "Resource was not found",
78809
+ "attributes" : [ ]
78810
+ }, {
78811
+ "code" : {
78812
+ "integer" : {
78813
+ "value" : 422
78814
+ }
78815
+ },
78816
+ "type" : "generic_error",
78817
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78818
+ "attributes" : [ ]
78819
+ } ],
78820
+ "attributes" : [ ]
78821
+ }, {
78822
+ "method" : "PUT",
78823
+ "path" : "/channel/:channel/bank/accounts/:key",
78824
+ "parameters" : [ {
78825
+ "name" : "channel",
78826
+ "type" : "string",
78827
+ "location" : "Path",
78828
+ "required" : true
78829
+ }, {
78830
+ "name" : "key",
78831
+ "type" : "string",
78832
+ "location" : "Path",
78833
+ "required" : true
78834
+ } ],
78835
+ "responses" : [ {
78836
+ "code" : {
78837
+ "integer" : {
78838
+ "value" : 200
78839
+ }
78840
+ },
78841
+ "type" : "channel_bank_account",
78842
+ "description" : "Successful response",
78843
+ "attributes" : [ ]
78844
+ }, {
78845
+ "code" : {
78846
+ "integer" : {
78847
+ "value" : 201
78848
+ }
78849
+ },
78850
+ "type" : "channel_bank_account",
78851
+ "description" : "Operation succeeded and the resource was created",
78852
+ "attributes" : [ ]
78853
+ }, {
78854
+ "code" : {
78855
+ "integer" : {
78856
+ "value" : 401
78857
+ }
78858
+ },
78859
+ "type" : "unit",
78860
+ "description" : "Authorization failed",
78861
+ "attributes" : [ ]
78862
+ }, {
78863
+ "code" : {
78864
+ "integer" : {
78865
+ "value" : 422
78866
+ }
78867
+ },
78868
+ "type" : "generic_error",
78869
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78870
+ "attributes" : [ ]
78871
+ } ],
78872
+ "attributes" : [ ],
78873
+ "body" : {
78874
+ "type" : "bank_account_form",
78875
+ "attributes" : [ ]
78876
+ }
78877
+ }, {
78878
+ "method" : "DELETE",
78879
+ "path" : "/channel/:channel/bank/accounts/:key",
78880
+ "parameters" : [ {
78881
+ "name" : "channel",
78882
+ "type" : "string",
78883
+ "location" : "Path",
78884
+ "required" : true
78885
+ }, {
78886
+ "name" : "key",
78887
+ "type" : "string",
78888
+ "location" : "Path",
78889
+ "required" : true
78890
+ } ],
78891
+ "responses" : [ {
78892
+ "code" : {
78893
+ "integer" : {
78894
+ "value" : 204
78895
+ }
78896
+ },
78897
+ "type" : "unit",
78898
+ "description" : "Operation succeeded. No content is returned",
78899
+ "attributes" : [ ]
78900
+ }, {
78901
+ "code" : {
78902
+ "integer" : {
78903
+ "value" : 401
78904
+ }
78905
+ },
78906
+ "type" : "unit",
78907
+ "description" : "Authorization failed",
78908
+ "attributes" : [ ]
78909
+ }, {
78910
+ "code" : {
78911
+ "integer" : {
78912
+ "value" : 404
78913
+ }
78914
+ },
78915
+ "type" : "unit",
78916
+ "description" : "Resource was not found",
78917
+ "attributes" : [ ]
78918
+ }, {
78919
+ "code" : {
78920
+ "integer" : {
78921
+ "value" : 422
78922
+ }
78923
+ },
78924
+ "type" : "generic_error",
78925
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78926
+ "attributes" : [ ]
78927
+ } ],
78928
+ "attributes" : [ ]
78929
+ } ],
78930
+ "attributes" : [ {
78931
+ "name" : "docs",
78932
+ "value" : {
78933
+ "module" : "general"
78934
+ }
78935
+ } ],
78936
+ "path" : "/channel/:channel/bank/accounts"
78937
+ }, {
78938
+ "type" : "channel_default_bank_account",
78939
+ "plural" : "channel_default_bank_accounts",
78940
+ "operations" : [ {
78941
+ "method" : "GET",
78942
+ "path" : "/channel/:channel/default/bank/accounts",
78943
+ "parameters" : [ {
78944
+ "name" : "channel",
78945
+ "type" : "string",
78946
+ "location" : "Path",
78947
+ "required" : true
78948
+ } ],
78949
+ "responses" : [ {
78950
+ "code" : {
78951
+ "integer" : {
78952
+ "value" : 200
78953
+ }
78954
+ },
78955
+ "type" : "channel_default_bank_account",
78956
+ "description" : "Successful response",
78957
+ "attributes" : [ ]
78958
+ }, {
78959
+ "code" : {
78960
+ "integer" : {
78961
+ "value" : 401
78962
+ }
78963
+ },
78964
+ "type" : "unit",
78965
+ "description" : "Authorization failed",
78966
+ "attributes" : [ ]
78967
+ }, {
78968
+ "code" : {
78969
+ "integer" : {
78970
+ "value" : 404
78971
+ }
78972
+ },
78973
+ "type" : "unit",
78974
+ "description" : "Resource was not found",
78975
+ "attributes" : [ ]
78976
+ } ],
78977
+ "attributes" : [ ]
78978
+ }, {
78979
+ "method" : "PUT",
78980
+ "path" : "/channel/:channel/default/bank/accounts",
78981
+ "parameters" : [ {
78982
+ "name" : "channel",
78983
+ "type" : "string",
78984
+ "location" : "Path",
78985
+ "required" : true
78986
+ } ],
78987
+ "responses" : [ {
78988
+ "code" : {
78989
+ "integer" : {
78990
+ "value" : 200
78991
+ }
78992
+ },
78993
+ "type" : "channel_default_bank_account",
78994
+ "description" : "Successful response",
78995
+ "attributes" : [ ]
78996
+ }, {
78997
+ "code" : {
78998
+ "integer" : {
78999
+ "value" : 201
79000
+ }
79001
+ },
79002
+ "type" : "channel_default_bank_account",
79003
+ "description" : "Operation succeeded and the resource was created",
79004
+ "attributes" : [ ]
79005
+ }, {
79006
+ "code" : {
79007
+ "integer" : {
79008
+ "value" : 401
79009
+ }
79010
+ },
79011
+ "type" : "unit",
79012
+ "description" : "Authorization failed",
79013
+ "attributes" : [ ]
79014
+ }, {
79015
+ "code" : {
79016
+ "integer" : {
79017
+ "value" : 422
79018
+ }
79019
+ },
79020
+ "type" : "generic_error",
79021
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
79022
+ "attributes" : [ ]
79023
+ } ],
79024
+ "attributes" : [ ],
79025
+ "body" : {
79026
+ "type" : "default_bank_account_form",
79027
+ "attributes" : [ ]
79028
+ }
79029
+ }, {
79030
+ "method" : "DELETE",
79031
+ "path" : "/channel/:channel/default/bank/accounts",
79032
+ "parameters" : [ {
79033
+ "name" : "channel",
79034
+ "type" : "string",
79035
+ "location" : "Path",
79036
+ "required" : true
79037
+ } ],
79038
+ "responses" : [ {
79039
+ "code" : {
79040
+ "integer" : {
79041
+ "value" : 204
79042
+ }
79043
+ },
79044
+ "type" : "unit",
79045
+ "description" : "Operation succeeded. No content is returned",
79046
+ "attributes" : [ ]
79047
+ }, {
79048
+ "code" : {
79049
+ "integer" : {
79050
+ "value" : 401
79051
+ }
79052
+ },
79053
+ "type" : "unit",
79054
+ "description" : "Authorization failed",
79055
+ "attributes" : [ ]
79056
+ }, {
79057
+ "code" : {
79058
+ "integer" : {
79059
+ "value" : 404
79060
+ }
79061
+ },
79062
+ "type" : "unit",
79063
+ "description" : "Resource was not found",
79064
+ "attributes" : [ ]
79065
+ }, {
79066
+ "code" : {
79067
+ "integer" : {
79068
+ "value" : 422
79069
+ }
79070
+ },
79071
+ "type" : "generic_error",
79072
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
79073
+ "attributes" : [ ]
79074
+ } ],
77829
79075
  "attributes" : [ ]
77830
79076
  } ],
77831
79077
  "attributes" : [ {
@@ -77834,213 +79080,7 @@
77834
79080
  "module" : "general"
77835
79081
  }
77836
79082
  } ],
77837
- "path" : "/:organization/b2b/invoices",
77838
- "description" : "The b2b invoice represents a transaction between Flow and one of our clients (e.g. Flow purchasing inventory to resell to a consumer)."
77839
- }, {
77840
- "type" : "bank_account_form",
77841
- "plural" : "bank_account_forms",
77842
- "operations" : [ {
77843
- "method" : "PUT",
77844
- "path" : "/:organization/shopify/merchant/config/bank/account",
77845
- "parameters" : [ {
77846
- "name" : "organization",
77847
- "type" : "string",
77848
- "location" : "Path",
77849
- "required" : true,
77850
- "description" : "Refers to your organization's account identifier"
77851
- } ],
77852
- "responses" : [ {
77853
- "code" : {
77854
- "integer" : {
77855
- "value" : 200
77856
- }
77857
- },
77858
- "type" : "organization_bank_account",
77859
- "description" : "Successful response",
77860
- "attributes" : [ ]
77861
- }, {
77862
- "code" : {
77863
- "integer" : {
77864
- "value" : 401
77865
- }
77866
- },
77867
- "type" : "unit",
77868
- "description" : "Authorization failed",
77869
- "attributes" : [ ]
77870
- }, {
77871
- "code" : {
77872
- "integer" : {
77873
- "value" : 404
77874
- }
77875
- },
77876
- "type" : "unit",
77877
- "description" : "Resource was not found",
77878
- "attributes" : [ ]
77879
- }, {
77880
- "code" : {
77881
- "integer" : {
77882
- "value" : 422
77883
- }
77884
- },
77885
- "type" : "generic_error",
77886
- "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
77887
- "attributes" : [ ]
77888
- } ],
77889
- "attributes" : [ ],
77890
- "body" : {
77891
- "type" : "bank_account_form",
77892
- "attributes" : [ ]
77893
- }
77894
- } ],
77895
- "attributes" : [ {
77896
- "name" : "docs",
77897
- "value" : {
77898
- "module" : "general"
77899
- }
77900
- } ],
77901
- "path" : "/:organization/shopify/merchant/config/bank/account"
77902
- }, {
77903
- "type" : "catalog_price_book_item_document",
77904
- "plural" : "catalog_price_book_item_documents",
77905
- "operations" : [ {
77906
- "method" : "GET",
77907
- "path" : "/:organization/search/price/books/items",
77908
- "parameters" : [ {
77909
- "name" : "organization",
77910
- "type" : "string",
77911
- "location" : "Path",
77912
- "required" : true,
77913
- "description" : "Refers to your organization's account identifier"
77914
- }, {
77915
- "name" : "price_book_key",
77916
- "type" : "[string]",
77917
- "location" : "Query",
77918
- "required" : false,
77919
- "maximum" : 100
77920
- }, {
77921
- "name" : "q",
77922
- "type" : "string",
77923
- "location" : "Query",
77924
- "required" : false
77925
- }, {
77926
- "name" : "limit",
77927
- "type" : "long",
77928
- "location" : "Query",
77929
- "required" : true,
77930
- "description" : "The maximum number of results to return",
77931
- "default" : "25",
77932
- "minimum" : 1,
77933
- "maximum" : 100
77934
- }, {
77935
- "name" : "offset",
77936
- "type" : "long",
77937
- "location" : "Query",
77938
- "required" : true,
77939
- "description" : "The number of results to skip before returning results",
77940
- "default" : "0",
77941
- "minimum" : 0
77942
- } ],
77943
- "responses" : [ {
77944
- "code" : {
77945
- "integer" : {
77946
- "value" : 200
77947
- }
77948
- },
77949
- "type" : "[catalog_price_book_item_document]",
77950
- "description" : "Successful response",
77951
- "attributes" : [ ]
77952
- }, {
77953
- "code" : {
77954
- "integer" : {
77955
- "value" : 401
77956
- }
77957
- },
77958
- "type" : "unit",
77959
- "description" : "Authorization failed",
77960
- "attributes" : [ ]
77961
- }, {
77962
- "code" : {
77963
- "integer" : {
77964
- "value" : 404
77965
- }
77966
- },
77967
- "type" : "unit",
77968
- "description" : "Resource was not found",
77969
- "attributes" : [ ]
77970
- } ],
77971
- "attributes" : [ {
77972
- "name" : "linter",
77973
- "value" : {
77974
- "ignore" : [ "get", "versions" ]
77975
- }
77976
- } ],
77977
- "description" : "Returns price book item documents based on the search criteria"
77978
- } ],
77979
- "attributes" : [ {
77980
- "name" : "docs",
77981
- "value" : {
77982
- "module" : "general"
77983
- }
77984
- } ],
77985
- "path" : "/:organization/search/price/books/items",
77986
- "description" : "Represents the returned information for searching particular price book items"
77987
- }, {
77988
- "type" : "channel_authorization",
77989
- "plural" : "channel_authorizations",
77990
- "operations" : [ {
77991
- "method" : "POST",
77992
- "path" : "/channel/authorizations",
77993
- "parameters" : [ ],
77994
- "responses" : [ {
77995
- "code" : {
77996
- "integer" : {
77997
- "value" : 201
77998
- }
77999
- },
78000
- "type" : "channel_authorization",
78001
- "description" : "Operation succeeded and the resource was created",
78002
- "attributes" : [ ]
78003
- }, {
78004
- "code" : {
78005
- "integer" : {
78006
- "value" : 401
78007
- }
78008
- },
78009
- "type" : "unit",
78010
- "description" : "Authorization failed",
78011
- "attributes" : [ ]
78012
- }, {
78013
- "code" : {
78014
- "integer" : {
78015
- "value" : 404
78016
- }
78017
- },
78018
- "type" : "unit",
78019
- "description" : "Resource was not found",
78020
- "attributes" : [ ]
78021
- }, {
78022
- "code" : {
78023
- "integer" : {
78024
- "value" : 422
78025
- }
78026
- },
78027
- "type" : "generic_error",
78028
- "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
78029
- "attributes" : [ ]
78030
- } ],
78031
- "attributes" : [ ],
78032
- "body" : {
78033
- "type" : "channel_authorization_form",
78034
- "attributes" : [ ]
78035
- }
78036
- } ],
78037
- "attributes" : [ {
78038
- "name" : "docs",
78039
- "value" : {
78040
- "module" : "general"
78041
- }
78042
- } ],
78043
- "path" : "/channel/authorizations"
79083
+ "path" : "/channel/:channel/default/bank/accounts"
78044
79084
  }, {
78045
79085
  "type" : "channel_organization",
78046
79086
  "plural" : "channel_organizations",
@@ -86929,6 +87969,12 @@
86929
87969
  "required" : false,
86930
87970
  "description" : "Filter by one or more IDs of this resource",
86931
87971
  "maximum" : 100
87972
+ }, {
87973
+ "name" : "key",
87974
+ "type" : "string",
87975
+ "location" : "Query",
87976
+ "required" : false,
87977
+ "maximum" : 100
86932
87978
  }, {
86933
87979
  "name" : "limit",
86934
87980
  "type" : "long",