@flowio/api-mock-generator 6.17.111 → 6.17.112
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/dist/api.json +140 -12
- package/package.json +2 -2
- package/src/api.json +140 -12
package/dist/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key": "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace": "io.flow.v0",
|
|
10
|
-
"version": "0.21.
|
|
10
|
+
"version": "0.21.20",
|
|
11
11
|
"info": {
|
|
12
12
|
"license": {
|
|
13
13
|
"name": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"application": {
|
|
29
29
|
"key": "channel-internal"
|
|
30
30
|
},
|
|
31
|
-
"version": "0.28.
|
|
31
|
+
"version": "0.28.34",
|
|
32
32
|
"enums": ["channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status", "channel_service", "order_payment_source_type"],
|
|
33
33
|
"interfaces": [],
|
|
34
34
|
"unions": [],
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"application": {
|
|
44
44
|
"key": "apple-pay"
|
|
45
45
|
},
|
|
46
|
-
"version": "0.4.
|
|
46
|
+
"version": "0.4.63",
|
|
47
47
|
"enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
|
|
48
48
|
"interfaces": [],
|
|
49
49
|
"unions": [],
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"application": {
|
|
59
59
|
"key": "google-pay"
|
|
60
60
|
},
|
|
61
|
-
"version": "0.4.
|
|
61
|
+
"version": "0.4.63",
|
|
62
62
|
"enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
|
|
63
63
|
"interfaces": [],
|
|
64
64
|
"unions": ["payment_method_token"],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"application": {
|
|
74
74
|
"key": "shopify-external"
|
|
75
75
|
},
|
|
76
|
-
"version": "0.4.
|
|
76
|
+
"version": "0.4.63",
|
|
77
77
|
"enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "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_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
|
|
78
78
|
"interfaces": [],
|
|
79
79
|
"unions": [],
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"application": {
|
|
89
89
|
"key": "ben-test-internal"
|
|
90
90
|
},
|
|
91
|
-
"version": "0.28.
|
|
91
|
+
"version": "0.28.33",
|
|
92
92
|
"enums": [],
|
|
93
93
|
"interfaces": ["generate_load"],
|
|
94
94
|
"unions": ["generate_load"],
|
|
@@ -3475,6 +3475,9 @@
|
|
|
3475
3475
|
}, {
|
|
3476
3476
|
"name": "sp",
|
|
3477
3477
|
"attributes": []
|
|
3478
|
+
}, {
|
|
3479
|
+
"name": "mor_tax",
|
|
3480
|
+
"attributes": []
|
|
3478
3481
|
}],
|
|
3479
3482
|
"attributes": [],
|
|
3480
3483
|
"description": "The type of fee that is applied to a payment."
|
|
@@ -4034,6 +4037,15 @@
|
|
|
4034
4037
|
"attributes": []
|
|
4035
4038
|
}],
|
|
4036
4039
|
"attributes": []
|
|
4040
|
+
}, {
|
|
4041
|
+
"name": "pricing_type",
|
|
4042
|
+
"plural": "pricing_types",
|
|
4043
|
+
"values": [{
|
|
4044
|
+
"name": "inclusive_pricing",
|
|
4045
|
+
"attributes": []
|
|
4046
|
+
}],
|
|
4047
|
+
"attributes": [],
|
|
4048
|
+
"description": "Describes the order pricing type classifications, if any."
|
|
4037
4049
|
}, {
|
|
4038
4050
|
"name": "promotion_trigger_type",
|
|
4039
4051
|
"plural": "promotion_trigger_types",
|
|
@@ -7459,6 +7471,11 @@
|
|
|
7459
7471
|
"attributes": [],
|
|
7460
7472
|
"default": false,
|
|
7461
7473
|
"discriminator_value": "ita"
|
|
7474
|
+
}, {
|
|
7475
|
+
"type": "bank_account_info_kor",
|
|
7476
|
+
"attributes": [],
|
|
7477
|
+
"default": false,
|
|
7478
|
+
"discriminator_value": "kor"
|
|
7462
7479
|
}],
|
|
7463
7480
|
"attributes": [],
|
|
7464
7481
|
"interfaces": [],
|
|
@@ -13609,6 +13626,61 @@
|
|
|
13609
13626
|
}],
|
|
13610
13627
|
"attributes": [],
|
|
13611
13628
|
"interfaces": ["bank_account_iban"]
|
|
13629
|
+
}, {
|
|
13630
|
+
"name": "bank_account_info_kor",
|
|
13631
|
+
"plural": "bank_account_info_kors",
|
|
13632
|
+
"fields": [{
|
|
13633
|
+
"name": "name",
|
|
13634
|
+
"type": "string",
|
|
13635
|
+
"required": false,
|
|
13636
|
+
"attributes": [],
|
|
13637
|
+
"annotations": ["personal_data"]
|
|
13638
|
+
}, {
|
|
13639
|
+
"name": "address",
|
|
13640
|
+
"type": "address",
|
|
13641
|
+
"required": false,
|
|
13642
|
+
"attributes": [],
|
|
13643
|
+
"annotations": ["personal_data"]
|
|
13644
|
+
}, {
|
|
13645
|
+
"name": "phone",
|
|
13646
|
+
"type": "string",
|
|
13647
|
+
"required": false,
|
|
13648
|
+
"attributes": [],
|
|
13649
|
+
"annotations": ["personal_data"]
|
|
13650
|
+
}, {
|
|
13651
|
+
"name": "email",
|
|
13652
|
+
"type": "string",
|
|
13653
|
+
"required": false,
|
|
13654
|
+
"attributes": [],
|
|
13655
|
+
"annotations": ["personal_data"]
|
|
13656
|
+
}, {
|
|
13657
|
+
"name": "bank_account_number",
|
|
13658
|
+
"type": "string",
|
|
13659
|
+
"required": true,
|
|
13660
|
+
"attributes": [],
|
|
13661
|
+
"annotations": ["personal_data"]
|
|
13662
|
+
}, {
|
|
13663
|
+
"name": "bank_routing_number",
|
|
13664
|
+
"type": "string",
|
|
13665
|
+
"required": false,
|
|
13666
|
+
"attributes": [],
|
|
13667
|
+
"annotations": [],
|
|
13668
|
+
"description": "SWIFT code or bank code"
|
|
13669
|
+
}, {
|
|
13670
|
+
"name": "bank_name",
|
|
13671
|
+
"type": "string",
|
|
13672
|
+
"required": false,
|
|
13673
|
+
"attributes": [],
|
|
13674
|
+
"annotations": []
|
|
13675
|
+
}, {
|
|
13676
|
+
"name": "bank_address",
|
|
13677
|
+
"type": "address",
|
|
13678
|
+
"required": false,
|
|
13679
|
+
"attributes": [],
|
|
13680
|
+
"annotations": []
|
|
13681
|
+
}],
|
|
13682
|
+
"attributes": [],
|
|
13683
|
+
"interfaces": []
|
|
13612
13684
|
}, {
|
|
13613
13685
|
"name": "bank_account_info_usa",
|
|
13614
13686
|
"plural": "bank_account_info_usas",
|
|
@@ -32722,6 +32794,13 @@
|
|
|
32722
32794
|
"attributes": [],
|
|
32723
32795
|
"annotations": [],
|
|
32724
32796
|
"description": "All rates associated to the order, unique by from/to"
|
|
32797
|
+
}, {
|
|
32798
|
+
"name": "pricing_type",
|
|
32799
|
+
"type": "pricing_type",
|
|
32800
|
+
"required": false,
|
|
32801
|
+
"attributes": [],
|
|
32802
|
+
"annotations": [],
|
|
32803
|
+
"description": "Indicates whether the order is tax and/or duties inclusive or not."
|
|
32725
32804
|
}],
|
|
32726
32805
|
"attributes": [],
|
|
32727
32806
|
"interfaces": [],
|
|
@@ -41960,7 +42039,14 @@
|
|
|
41960
42039
|
"required": true,
|
|
41961
42040
|
"attributes": [],
|
|
41962
42041
|
"annotations": [],
|
|
41963
|
-
"description": "List of regions where the product is restricted, grouped by type
|
|
42042
|
+
"description": "List of regions where the product is restricted, grouped by type."
|
|
42043
|
+
}, {
|
|
42044
|
+
"name": "restricted_reasons",
|
|
42045
|
+
"type": "[sellability_restricted_reason]",
|
|
42046
|
+
"required": true,
|
|
42047
|
+
"attributes": [],
|
|
42048
|
+
"annotations": [],
|
|
42049
|
+
"description": "List of restriction reasons grouped by type, with the regions each reason applies to."
|
|
41964
42050
|
}, {
|
|
41965
42051
|
"name": "needs_action_attributes",
|
|
41966
42052
|
"type": "[sellability_needs_action_attributes]",
|
|
@@ -46504,6 +46590,27 @@
|
|
|
46504
46590
|
}],
|
|
46505
46591
|
"attributes": [],
|
|
46506
46592
|
"interfaces": []
|
|
46593
|
+
}, {
|
|
46594
|
+
"name": "sellability_reason_with_regions",
|
|
46595
|
+
"plural": "sellability_reason_with_regionses",
|
|
46596
|
+
"fields": [{
|
|
46597
|
+
"name": "reason",
|
|
46598
|
+
"type": "string",
|
|
46599
|
+
"required": true,
|
|
46600
|
+
"attributes": [],
|
|
46601
|
+
"annotations": [],
|
|
46602
|
+
"description": "The restriction reason or rule name."
|
|
46603
|
+
}, {
|
|
46604
|
+
"name": "regions",
|
|
46605
|
+
"type": "[string]",
|
|
46606
|
+
"required": true,
|
|
46607
|
+
"attributes": [],
|
|
46608
|
+
"annotations": [],
|
|
46609
|
+
"description": "Region codes (ISO 3166-1 alpha-3) where this reason applies."
|
|
46610
|
+
}],
|
|
46611
|
+
"attributes": [],
|
|
46612
|
+
"interfaces": [],
|
|
46613
|
+
"description": "A restriction reason and the regions it applies to."
|
|
46507
46614
|
}, {
|
|
46508
46615
|
"name": "sellability_region_result",
|
|
46509
46616
|
"plural": "sellability_region_results",
|
|
@@ -46545,6 +46652,27 @@
|
|
|
46545
46652
|
"attributes": [],
|
|
46546
46653
|
"interfaces": [],
|
|
46547
46654
|
"description": "A region with the reasons for its restriction."
|
|
46655
|
+
}, {
|
|
46656
|
+
"name": "sellability_restricted_reason",
|
|
46657
|
+
"plural": "sellability_restricted_reasons",
|
|
46658
|
+
"fields": [{
|
|
46659
|
+
"name": "type",
|
|
46660
|
+
"type": "rule_effect_type",
|
|
46661
|
+
"required": true,
|
|
46662
|
+
"attributes": [],
|
|
46663
|
+
"annotations": [],
|
|
46664
|
+
"description": "The type of restriction."
|
|
46665
|
+
}, {
|
|
46666
|
+
"name": "reasons_with_regions",
|
|
46667
|
+
"type": "[sellability_reason_with_regions]",
|
|
46668
|
+
"required": true,
|
|
46669
|
+
"attributes": [],
|
|
46670
|
+
"annotations": [],
|
|
46671
|
+
"description": "List of reasons with the regions they apply to."
|
|
46672
|
+
}],
|
|
46673
|
+
"attributes": [],
|
|
46674
|
+
"interfaces": [],
|
|
46675
|
+
"description": "Restriction reasons grouped by type, with the regions each reason applies to."
|
|
46548
46676
|
}, {
|
|
46549
46677
|
"name": "sellability_restricted_region",
|
|
46550
46678
|
"plural": "sellability_restricted_regions",
|
|
@@ -46556,12 +46684,12 @@
|
|
|
46556
46684
|
"annotations": [],
|
|
46557
46685
|
"description": "The type of restriction."
|
|
46558
46686
|
}, {
|
|
46559
|
-
"name": "
|
|
46560
|
-
"type": "[
|
|
46687
|
+
"name": "regions",
|
|
46688
|
+
"type": "[string]",
|
|
46561
46689
|
"required": true,
|
|
46562
46690
|
"attributes": [],
|
|
46563
46691
|
"annotations": [],
|
|
46564
|
-
"description": "
|
|
46692
|
+
"description": "The region id(s) in which a product should be restricted. List of iso_3166_3 codes of https://api.flow.io/reference/countries"
|
|
46565
46693
|
}],
|
|
46566
46694
|
"attributes": [],
|
|
46567
46695
|
"interfaces": [],
|
|
@@ -46570,7 +46698,7 @@
|
|
|
46570
46698
|
"name": "sellability_screening",
|
|
46571
46699
|
"plural": "sellability_screenings",
|
|
46572
46700
|
"fields": [{
|
|
46573
|
-
"name": "
|
|
46701
|
+
"name": "product_sellability_result",
|
|
46574
46702
|
"type": "product_sellability_result",
|
|
46575
46703
|
"required": false,
|
|
46576
46704
|
"attributes": [],
|
|
@@ -82240,7 +82368,7 @@
|
|
|
82240
82368
|
"description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
82241
82369
|
}],
|
|
82242
82370
|
"apidoc": {
|
|
82243
|
-
"version": "0.21.
|
|
82371
|
+
"version": "0.21.20"
|
|
82244
82372
|
},
|
|
82245
82373
|
"base_url": "https://api.flow.io",
|
|
82246
82374
|
"description": "The Flow Commerce REST API provides full access to the global ecommerce platform."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-mock-generator",
|
|
3
|
-
"version": "6.17.
|
|
3
|
+
"version": "6.17.112",
|
|
4
4
|
"description": "A mock data generator based on our API specifications for JavaScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flowcommerce",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"apibuilder-js": "0.0.13",
|
|
29
29
|
"apibuilder-mock-generator": "0.0.13"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "2db30f8eba758d78a8a5f36c767fbddd2b9f4f94"
|
|
32
32
|
}
|
package/src/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key" : "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace" : "io.flow.v0",
|
|
10
|
-
"version" : "0.21.
|
|
10
|
+
"version" : "0.21.20",
|
|
11
11
|
"info" : {
|
|
12
12
|
"license" : {
|
|
13
13
|
"name" : "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"application" : {
|
|
29
29
|
"key" : "channel-internal"
|
|
30
30
|
},
|
|
31
|
-
"version" : "0.28.
|
|
31
|
+
"version" : "0.28.34",
|
|
32
32
|
"enums" : [ "channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status", "channel_service", "order_payment_source_type" ],
|
|
33
33
|
"interfaces" : [ ],
|
|
34
34
|
"unions" : [ ],
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"application" : {
|
|
44
44
|
"key" : "apple-pay"
|
|
45
45
|
},
|
|
46
|
-
"version" : "0.4.
|
|
46
|
+
"version" : "0.4.63",
|
|
47
47
|
"enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
|
|
48
48
|
"interfaces" : [ ],
|
|
49
49
|
"unions" : [ ],
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"application" : {
|
|
59
59
|
"key" : "google-pay"
|
|
60
60
|
},
|
|
61
|
-
"version" : "0.4.
|
|
61
|
+
"version" : "0.4.63",
|
|
62
62
|
"enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
|
|
63
63
|
"interfaces" : [ ],
|
|
64
64
|
"unions" : [ "payment_method_token" ],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"application" : {
|
|
74
74
|
"key" : "shopify-external"
|
|
75
75
|
},
|
|
76
|
-
"version" : "0.4.
|
|
76
|
+
"version" : "0.4.63",
|
|
77
77
|
"enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "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_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
|
|
78
78
|
"interfaces" : [ ],
|
|
79
79
|
"unions" : [ ],
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"application" : {
|
|
89
89
|
"key" : "ben-test-internal"
|
|
90
90
|
},
|
|
91
|
-
"version" : "0.28.
|
|
91
|
+
"version" : "0.28.33",
|
|
92
92
|
"enums" : [ ],
|
|
93
93
|
"interfaces" : [ "generate_load" ],
|
|
94
94
|
"unions" : [ "generate_load" ],
|
|
@@ -3475,6 +3475,9 @@
|
|
|
3475
3475
|
}, {
|
|
3476
3476
|
"name" : "sp",
|
|
3477
3477
|
"attributes" : [ ]
|
|
3478
|
+
}, {
|
|
3479
|
+
"name" : "mor_tax",
|
|
3480
|
+
"attributes" : [ ]
|
|
3478
3481
|
} ],
|
|
3479
3482
|
"attributes" : [ ],
|
|
3480
3483
|
"description" : "The type of fee that is applied to a payment."
|
|
@@ -4034,6 +4037,15 @@
|
|
|
4034
4037
|
"attributes" : [ ]
|
|
4035
4038
|
} ],
|
|
4036
4039
|
"attributes" : [ ]
|
|
4040
|
+
}, {
|
|
4041
|
+
"name" : "pricing_type",
|
|
4042
|
+
"plural" : "pricing_types",
|
|
4043
|
+
"values" : [ {
|
|
4044
|
+
"name" : "inclusive_pricing",
|
|
4045
|
+
"attributes" : [ ]
|
|
4046
|
+
} ],
|
|
4047
|
+
"attributes" : [ ],
|
|
4048
|
+
"description" : "Describes the order pricing type classifications, if any."
|
|
4037
4049
|
}, {
|
|
4038
4050
|
"name" : "promotion_trigger_type",
|
|
4039
4051
|
"plural" : "promotion_trigger_types",
|
|
@@ -7459,6 +7471,11 @@
|
|
|
7459
7471
|
"attributes" : [ ],
|
|
7460
7472
|
"default" : false,
|
|
7461
7473
|
"discriminator_value" : "ita"
|
|
7474
|
+
}, {
|
|
7475
|
+
"type" : "bank_account_info_kor",
|
|
7476
|
+
"attributes" : [ ],
|
|
7477
|
+
"default" : false,
|
|
7478
|
+
"discriminator_value" : "kor"
|
|
7462
7479
|
} ],
|
|
7463
7480
|
"attributes" : [ ],
|
|
7464
7481
|
"interfaces" : [ ],
|
|
@@ -13609,6 +13626,61 @@
|
|
|
13609
13626
|
} ],
|
|
13610
13627
|
"attributes" : [ ],
|
|
13611
13628
|
"interfaces" : [ "bank_account_iban" ]
|
|
13629
|
+
}, {
|
|
13630
|
+
"name" : "bank_account_info_kor",
|
|
13631
|
+
"plural" : "bank_account_info_kors",
|
|
13632
|
+
"fields" : [ {
|
|
13633
|
+
"name" : "name",
|
|
13634
|
+
"type" : "string",
|
|
13635
|
+
"required" : false,
|
|
13636
|
+
"attributes" : [ ],
|
|
13637
|
+
"annotations" : [ "personal_data" ]
|
|
13638
|
+
}, {
|
|
13639
|
+
"name" : "address",
|
|
13640
|
+
"type" : "address",
|
|
13641
|
+
"required" : false,
|
|
13642
|
+
"attributes" : [ ],
|
|
13643
|
+
"annotations" : [ "personal_data" ]
|
|
13644
|
+
}, {
|
|
13645
|
+
"name" : "phone",
|
|
13646
|
+
"type" : "string",
|
|
13647
|
+
"required" : false,
|
|
13648
|
+
"attributes" : [ ],
|
|
13649
|
+
"annotations" : [ "personal_data" ]
|
|
13650
|
+
}, {
|
|
13651
|
+
"name" : "email",
|
|
13652
|
+
"type" : "string",
|
|
13653
|
+
"required" : false,
|
|
13654
|
+
"attributes" : [ ],
|
|
13655
|
+
"annotations" : [ "personal_data" ]
|
|
13656
|
+
}, {
|
|
13657
|
+
"name" : "bank_account_number",
|
|
13658
|
+
"type" : "string",
|
|
13659
|
+
"required" : true,
|
|
13660
|
+
"attributes" : [ ],
|
|
13661
|
+
"annotations" : [ "personal_data" ]
|
|
13662
|
+
}, {
|
|
13663
|
+
"name" : "bank_routing_number",
|
|
13664
|
+
"type" : "string",
|
|
13665
|
+
"required" : false,
|
|
13666
|
+
"attributes" : [ ],
|
|
13667
|
+
"annotations" : [ ],
|
|
13668
|
+
"description" : "SWIFT code or bank code"
|
|
13669
|
+
}, {
|
|
13670
|
+
"name" : "bank_name",
|
|
13671
|
+
"type" : "string",
|
|
13672
|
+
"required" : false,
|
|
13673
|
+
"attributes" : [ ],
|
|
13674
|
+
"annotations" : [ ]
|
|
13675
|
+
}, {
|
|
13676
|
+
"name" : "bank_address",
|
|
13677
|
+
"type" : "address",
|
|
13678
|
+
"required" : false,
|
|
13679
|
+
"attributes" : [ ],
|
|
13680
|
+
"annotations" : [ ]
|
|
13681
|
+
} ],
|
|
13682
|
+
"attributes" : [ ],
|
|
13683
|
+
"interfaces" : [ ]
|
|
13612
13684
|
}, {
|
|
13613
13685
|
"name" : "bank_account_info_usa",
|
|
13614
13686
|
"plural" : "bank_account_info_usas",
|
|
@@ -32722,6 +32794,13 @@
|
|
|
32722
32794
|
"attributes" : [ ],
|
|
32723
32795
|
"annotations" : [ ],
|
|
32724
32796
|
"description" : "All rates associated to the order, unique by from/to"
|
|
32797
|
+
}, {
|
|
32798
|
+
"name" : "pricing_type",
|
|
32799
|
+
"type" : "pricing_type",
|
|
32800
|
+
"required" : false,
|
|
32801
|
+
"attributes" : [ ],
|
|
32802
|
+
"annotations" : [ ],
|
|
32803
|
+
"description" : "Indicates whether the order is tax and/or duties inclusive or not."
|
|
32725
32804
|
} ],
|
|
32726
32805
|
"attributes" : [ ],
|
|
32727
32806
|
"interfaces" : [ ],
|
|
@@ -41960,7 +42039,14 @@
|
|
|
41960
42039
|
"required" : true,
|
|
41961
42040
|
"attributes" : [ ],
|
|
41962
42041
|
"annotations" : [ ],
|
|
41963
|
-
"description" : "List of regions where the product is restricted, grouped by type
|
|
42042
|
+
"description" : "List of regions where the product is restricted, grouped by type."
|
|
42043
|
+
}, {
|
|
42044
|
+
"name" : "restricted_reasons",
|
|
42045
|
+
"type" : "[sellability_restricted_reason]",
|
|
42046
|
+
"required" : true,
|
|
42047
|
+
"attributes" : [ ],
|
|
42048
|
+
"annotations" : [ ],
|
|
42049
|
+
"description" : "List of restriction reasons grouped by type, with the regions each reason applies to."
|
|
41964
42050
|
}, {
|
|
41965
42051
|
"name" : "needs_action_attributes",
|
|
41966
42052
|
"type" : "[sellability_needs_action_attributes]",
|
|
@@ -46504,6 +46590,27 @@
|
|
|
46504
46590
|
} ],
|
|
46505
46591
|
"attributes" : [ ],
|
|
46506
46592
|
"interfaces" : [ ]
|
|
46593
|
+
}, {
|
|
46594
|
+
"name" : "sellability_reason_with_regions",
|
|
46595
|
+
"plural" : "sellability_reason_with_regionses",
|
|
46596
|
+
"fields" : [ {
|
|
46597
|
+
"name" : "reason",
|
|
46598
|
+
"type" : "string",
|
|
46599
|
+
"required" : true,
|
|
46600
|
+
"attributes" : [ ],
|
|
46601
|
+
"annotations" : [ ],
|
|
46602
|
+
"description" : "The restriction reason or rule name."
|
|
46603
|
+
}, {
|
|
46604
|
+
"name" : "regions",
|
|
46605
|
+
"type" : "[string]",
|
|
46606
|
+
"required" : true,
|
|
46607
|
+
"attributes" : [ ],
|
|
46608
|
+
"annotations" : [ ],
|
|
46609
|
+
"description" : "Region codes (ISO 3166-1 alpha-3) where this reason applies."
|
|
46610
|
+
} ],
|
|
46611
|
+
"attributes" : [ ],
|
|
46612
|
+
"interfaces" : [ ],
|
|
46613
|
+
"description" : "A restriction reason and the regions it applies to."
|
|
46507
46614
|
}, {
|
|
46508
46615
|
"name" : "sellability_region_result",
|
|
46509
46616
|
"plural" : "sellability_region_results",
|
|
@@ -46545,6 +46652,27 @@
|
|
|
46545
46652
|
"attributes" : [ ],
|
|
46546
46653
|
"interfaces" : [ ],
|
|
46547
46654
|
"description" : "A region with the reasons for its restriction."
|
|
46655
|
+
}, {
|
|
46656
|
+
"name" : "sellability_restricted_reason",
|
|
46657
|
+
"plural" : "sellability_restricted_reasons",
|
|
46658
|
+
"fields" : [ {
|
|
46659
|
+
"name" : "type",
|
|
46660
|
+
"type" : "rule_effect_type",
|
|
46661
|
+
"required" : true,
|
|
46662
|
+
"attributes" : [ ],
|
|
46663
|
+
"annotations" : [ ],
|
|
46664
|
+
"description" : "The type of restriction."
|
|
46665
|
+
}, {
|
|
46666
|
+
"name" : "reasons_with_regions",
|
|
46667
|
+
"type" : "[sellability_reason_with_regions]",
|
|
46668
|
+
"required" : true,
|
|
46669
|
+
"attributes" : [ ],
|
|
46670
|
+
"annotations" : [ ],
|
|
46671
|
+
"description" : "List of reasons with the regions they apply to."
|
|
46672
|
+
} ],
|
|
46673
|
+
"attributes" : [ ],
|
|
46674
|
+
"interfaces" : [ ],
|
|
46675
|
+
"description" : "Restriction reasons grouped by type, with the regions each reason applies to."
|
|
46548
46676
|
}, {
|
|
46549
46677
|
"name" : "sellability_restricted_region",
|
|
46550
46678
|
"plural" : "sellability_restricted_regions",
|
|
@@ -46556,12 +46684,12 @@
|
|
|
46556
46684
|
"annotations" : [ ],
|
|
46557
46685
|
"description" : "The type of restriction."
|
|
46558
46686
|
}, {
|
|
46559
|
-
"name" : "
|
|
46560
|
-
"type" : "[
|
|
46687
|
+
"name" : "regions",
|
|
46688
|
+
"type" : "[string]",
|
|
46561
46689
|
"required" : true,
|
|
46562
46690
|
"attributes" : [ ],
|
|
46563
46691
|
"annotations" : [ ],
|
|
46564
|
-
"description" : "
|
|
46692
|
+
"description" : "The region id(s) in which a product should be restricted. List of iso_3166_3 codes of https://api.flow.io/reference/countries"
|
|
46565
46693
|
} ],
|
|
46566
46694
|
"attributes" : [ ],
|
|
46567
46695
|
"interfaces" : [ ],
|
|
@@ -46570,7 +46698,7 @@
|
|
|
46570
46698
|
"name" : "sellability_screening",
|
|
46571
46699
|
"plural" : "sellability_screenings",
|
|
46572
46700
|
"fields" : [ {
|
|
46573
|
-
"name" : "
|
|
46701
|
+
"name" : "product_sellability_result",
|
|
46574
46702
|
"type" : "product_sellability_result",
|
|
46575
46703
|
"required" : false,
|
|
46576
46704
|
"attributes" : [ ],
|
|
@@ -82240,7 +82368,7 @@
|
|
|
82240
82368
|
"description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
82241
82369
|
} ],
|
|
82242
82370
|
"apidoc" : {
|
|
82243
|
-
"version" : "0.21.
|
|
82371
|
+
"version" : "0.21.20"
|
|
82244
82372
|
},
|
|
82245
82373
|
"base_url" : "https://api.flow.io",
|
|
82246
82374
|
"description" : "The Flow Commerce REST API provides full access to the global ecommerce platform."
|