@flowio/api-mock-generator 6.17.83 → 6.17.85
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 +424 -5
- package/package.json +2 -2
- package/src/api.json +424 -5
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.18.
|
|
13
|
+
"version": "0.18.96",
|
|
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.
|
|
34
|
+
"version": "0.3.73",
|
|
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.
|
|
49
|
+
"version": "0.3.73",
|
|
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.
|
|
64
|
+
"version": "0.3.73",
|
|
65
65
|
"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"],
|
|
66
66
|
"interfaces": [],
|
|
67
67
|
"unions": [],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application": {
|
|
77
77
|
"key": "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version": "0.23.
|
|
79
|
+
"version": "0.23.84",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -1331,6 +1331,15 @@
|
|
|
1331
1331
|
}, {
|
|
1332
1332
|
"name": "catalog_statistics_deleted",
|
|
1333
1333
|
"attributes": []
|
|
1334
|
+
}, {
|
|
1335
|
+
"name": "item_inserted",
|
|
1336
|
+
"attributes": []
|
|
1337
|
+
}, {
|
|
1338
|
+
"name": "item_updated",
|
|
1339
|
+
"attributes": []
|
|
1340
|
+
}, {
|
|
1341
|
+
"name": "item_deleted",
|
|
1342
|
+
"attributes": []
|
|
1334
1343
|
}, {
|
|
1335
1344
|
"name": "channel_upserted",
|
|
1336
1345
|
"attributes": []
|
|
@@ -3691,6 +3700,15 @@
|
|
|
3691
3700
|
}, {
|
|
3692
3701
|
"name": "mobilepay",
|
|
3693
3702
|
"attributes": []
|
|
3703
|
+
}, {
|
|
3704
|
+
"name": "grabpay",
|
|
3705
|
+
"attributes": []
|
|
3706
|
+
}, {
|
|
3707
|
+
"name": "vipps",
|
|
3708
|
+
"attributes": []
|
|
3709
|
+
}, {
|
|
3710
|
+
"name": "kcp_creditcard",
|
|
3711
|
+
"attributes": []
|
|
3694
3712
|
}],
|
|
3695
3713
|
"attributes": [],
|
|
3696
3714
|
"description": "The payment method type."
|
|
@@ -3738,6 +3756,12 @@
|
|
|
3738
3756
|
}, {
|
|
3739
3757
|
"name": "waiting_for_positive_account_balance",
|
|
3740
3758
|
"attributes": []
|
|
3759
|
+
}, {
|
|
3760
|
+
"name": "unfulfilled_amount_greater_than_negative_balance",
|
|
3761
|
+
"attributes": []
|
|
3762
|
+
}, {
|
|
3763
|
+
"name": "account_payment_hold",
|
|
3764
|
+
"attributes": []
|
|
3741
3765
|
}],
|
|
3742
3766
|
"attributes": []
|
|
3743
3767
|
}, {
|
|
@@ -4259,6 +4283,59 @@
|
|
|
4259
4283
|
}],
|
|
4260
4284
|
"attributes": [],
|
|
4261
4285
|
"description": "Contains details related to the reason for which a refund failed."
|
|
4286
|
+
}, {
|
|
4287
|
+
"name": "refund_failure_category",
|
|
4288
|
+
"plural": "refund_failure_categories",
|
|
4289
|
+
"values": [{
|
|
4290
|
+
"name": "amount_too_high",
|
|
4291
|
+
"attributes": [],
|
|
4292
|
+
"description": "The requested refund amount is higher than the payment amount"
|
|
4293
|
+
}, {
|
|
4294
|
+
"name": "amount_too_low",
|
|
4295
|
+
"attributes": [],
|
|
4296
|
+
"description": "The requested refund amount is too low to be accepted"
|
|
4297
|
+
}, {
|
|
4298
|
+
"name": "not_enough_balance",
|
|
4299
|
+
"attributes": [],
|
|
4300
|
+
"description": "The requested refund amount is higher than the remaining balance of the payment"
|
|
4301
|
+
}, {
|
|
4302
|
+
"name": "insufficient_funds",
|
|
4303
|
+
"attributes": [],
|
|
4304
|
+
"description": "There is not enough balance on the merchant account to process the refund."
|
|
4305
|
+
}, {
|
|
4306
|
+
"name": "refund_period_expired",
|
|
4307
|
+
"attributes": [],
|
|
4308
|
+
"description": "The refund was requested past the expiration date permitted by the payment method to process the request."
|
|
4309
|
+
}, {
|
|
4310
|
+
"name": "dispute",
|
|
4311
|
+
"attributes": [],
|
|
4312
|
+
"description": "There is a dispute on the payment"
|
|
4313
|
+
}, {
|
|
4314
|
+
"name": "not_captured",
|
|
4315
|
+
"attributes": [],
|
|
4316
|
+
"description": "The refund was requested before the transaction was captured."
|
|
4317
|
+
}, {
|
|
4318
|
+
"name": "unsupported_payment_method",
|
|
4319
|
+
"attributes": [],
|
|
4320
|
+
"description": "Refunds are not supported on this payment method"
|
|
4321
|
+
}, {
|
|
4322
|
+
"name": "unsupported_partial_refund",
|
|
4323
|
+
"attributes": [],
|
|
4324
|
+
"description": "Partial refunds are not allowed on this transaction"
|
|
4325
|
+
}, {
|
|
4326
|
+
"name": "invalid_currency",
|
|
4327
|
+
"attributes": [],
|
|
4328
|
+
"description": "The refund was requested in a currency different from the currency in which the authorization was made."
|
|
4329
|
+
}, {
|
|
4330
|
+
"name": "card_no_longer_valid",
|
|
4331
|
+
"attributes": [],
|
|
4332
|
+
"description": "The original card is no longer valid"
|
|
4333
|
+
}, {
|
|
4334
|
+
"name": "general",
|
|
4335
|
+
"attributes": [],
|
|
4336
|
+
"description": "The fallback error that covers everything else"
|
|
4337
|
+
}],
|
|
4338
|
+
"attributes": []
|
|
4262
4339
|
}, {
|
|
4263
4340
|
"name": "refund_status",
|
|
4264
4341
|
"plural": "refund_statuses",
|
|
@@ -5164,6 +5241,9 @@
|
|
|
5164
5241
|
}, {
|
|
5165
5242
|
"name": "failed_payout",
|
|
5166
5243
|
"attributes": []
|
|
5244
|
+
}, {
|
|
5245
|
+
"name": "tax_refund",
|
|
5246
|
+
"attributes": []
|
|
5167
5247
|
}],
|
|
5168
5248
|
"attributes": []
|
|
5169
5249
|
}, {
|
|
@@ -6217,6 +6297,36 @@
|
|
|
6217
6297
|
"description": "Globally unique identifier"
|
|
6218
6298
|
}],
|
|
6219
6299
|
"attributes": []
|
|
6300
|
+
}, {
|
|
6301
|
+
"name": "item_upserted",
|
|
6302
|
+
"plural": "item_upserteds",
|
|
6303
|
+
"fields": [{
|
|
6304
|
+
"name": "event_id",
|
|
6305
|
+
"type": "string",
|
|
6306
|
+
"required": true,
|
|
6307
|
+
"attributes": [],
|
|
6308
|
+
"annotations": []
|
|
6309
|
+
}, {
|
|
6310
|
+
"name": "timestamp",
|
|
6311
|
+
"type": "date-time-iso8601",
|
|
6312
|
+
"required": true,
|
|
6313
|
+
"attributes": [],
|
|
6314
|
+
"annotations": []
|
|
6315
|
+
}, {
|
|
6316
|
+
"name": "organization",
|
|
6317
|
+
"type": "string",
|
|
6318
|
+
"required": true,
|
|
6319
|
+
"attributes": [],
|
|
6320
|
+
"annotations": [],
|
|
6321
|
+
"description": "Refers to your organization's account identifier"
|
|
6322
|
+
}, {
|
|
6323
|
+
"name": "item",
|
|
6324
|
+
"type": "item",
|
|
6325
|
+
"required": true,
|
|
6326
|
+
"attributes": [],
|
|
6327
|
+
"annotations": []
|
|
6328
|
+
}],
|
|
6329
|
+
"attributes": []
|
|
6220
6330
|
}, {
|
|
6221
6331
|
"name": "localized_price",
|
|
6222
6332
|
"plural": "localized_prices",
|
|
@@ -7324,6 +7434,18 @@
|
|
|
7324
7434
|
"type": "catalog_statistics_deleted",
|
|
7325
7435
|
"attributes": [],
|
|
7326
7436
|
"discriminator_value": "catalog_statistics_deleted"
|
|
7437
|
+
}, {
|
|
7438
|
+
"type": "item_inserted",
|
|
7439
|
+
"attributes": [],
|
|
7440
|
+
"discriminator_value": "item_inserted"
|
|
7441
|
+
}, {
|
|
7442
|
+
"type": "item_updated",
|
|
7443
|
+
"attributes": [],
|
|
7444
|
+
"discriminator_value": "item_updated"
|
|
7445
|
+
}, {
|
|
7446
|
+
"type": "item_deleted",
|
|
7447
|
+
"attributes": [],
|
|
7448
|
+
"discriminator_value": "item_deleted"
|
|
7327
7449
|
}, {
|
|
7328
7450
|
"type": "channel_upserted",
|
|
7329
7451
|
"attributes": [],
|
|
@@ -8733,10 +8855,22 @@
|
|
|
8733
8855
|
"type": "payment_method_data_init_mobilepay",
|
|
8734
8856
|
"attributes": [],
|
|
8735
8857
|
"discriminator_value": "init_mobilepay"
|
|
8858
|
+
}, {
|
|
8859
|
+
"type": "payment_method_data_init_kcp_creditcard",
|
|
8860
|
+
"attributes": [],
|
|
8861
|
+
"discriminator_value": "init_kcp_creditcard"
|
|
8736
8862
|
}, {
|
|
8737
8863
|
"type": "payment_method_data_init_bancontact",
|
|
8738
8864
|
"attributes": [],
|
|
8739
8865
|
"discriminator_value": "init_bancontact"
|
|
8866
|
+
}, {
|
|
8867
|
+
"type": "payment_method_data_init_grabpay",
|
|
8868
|
+
"attributes": [],
|
|
8869
|
+
"discriminator_value": "init_grabpay"
|
|
8870
|
+
}, {
|
|
8871
|
+
"type": "payment_method_data_init_vipps",
|
|
8872
|
+
"attributes": [],
|
|
8873
|
+
"discriminator_value": "init_vipps"
|
|
8740
8874
|
}, {
|
|
8741
8875
|
"type": "payment_method_data_validate_applepay",
|
|
8742
8876
|
"attributes": [],
|
|
@@ -8864,6 +8998,10 @@
|
|
|
8864
8998
|
"type": "payment_method_summary_twint",
|
|
8865
8999
|
"attributes": [],
|
|
8866
9000
|
"discriminator_value": "twint"
|
|
9001
|
+
}, {
|
|
9002
|
+
"type": "payment_method_summary_vipps",
|
|
9003
|
+
"attributes": [],
|
|
9004
|
+
"discriminator_value": "vipps"
|
|
8867
9005
|
}, {
|
|
8868
9006
|
"type": "payment_method_summary_przelewy24",
|
|
8869
9007
|
"attributes": [],
|
|
@@ -8872,6 +9010,10 @@
|
|
|
8872
9010
|
"type": "payment_method_summary_mobilepay",
|
|
8873
9011
|
"attributes": [],
|
|
8874
9012
|
"discriminator_value": "mobilepay"
|
|
9013
|
+
}, {
|
|
9014
|
+
"type": "payment_method_summary_kcp_creditcard",
|
|
9015
|
+
"attributes": [],
|
|
9016
|
+
"discriminator_value": "kcp_creditcard"
|
|
8875
9017
|
}, {
|
|
8876
9018
|
"type": "payment_method_summary_sofort",
|
|
8877
9019
|
"attributes": [],
|
|
@@ -8880,6 +9022,10 @@
|
|
|
8880
9022
|
"type": "payment_method_summary_bancontact",
|
|
8881
9023
|
"attributes": [],
|
|
8882
9024
|
"discriminator_value": "bancontact"
|
|
9025
|
+
}, {
|
|
9026
|
+
"type": "payment_method_summary_grabpay",
|
|
9027
|
+
"attributes": [],
|
|
9028
|
+
"discriminator_value": "grabpay"
|
|
8883
9029
|
}],
|
|
8884
9030
|
"attributes": [],
|
|
8885
9031
|
"interfaces": ["payment_method_summary"],
|
|
@@ -20531,6 +20677,34 @@
|
|
|
20531
20677
|
"attributes": [],
|
|
20532
20678
|
"interfaces": [],
|
|
20533
20679
|
"description": "De Minimis for most common example which includes a value threshold and rules on what components are used in the duty calculation"
|
|
20680
|
+
}, {
|
|
20681
|
+
"name": "destination_contact_detail",
|
|
20682
|
+
"plural": "destination_contact_details",
|
|
20683
|
+
"fields": [{
|
|
20684
|
+
"name": "title",
|
|
20685
|
+
"type": "string",
|
|
20686
|
+
"required": true,
|
|
20687
|
+
"attributes": [],
|
|
20688
|
+
"annotations": [],
|
|
20689
|
+
"description": "specifies the name of the tax number i.e. CPF/CNPJ for brazil"
|
|
20690
|
+
}, {
|
|
20691
|
+
"name": "country",
|
|
20692
|
+
"type": "string",
|
|
20693
|
+
"required": true,
|
|
20694
|
+
"attributes": [],
|
|
20695
|
+
"annotations": [],
|
|
20696
|
+
"description": "ISO 3166 3 currency code as defined in https://api.flow.io/reference/countries",
|
|
20697
|
+
"example": "CAN"
|
|
20698
|
+
}, {
|
|
20699
|
+
"name": "import_identifier",
|
|
20700
|
+
"type": "string",
|
|
20701
|
+
"required": true,
|
|
20702
|
+
"attributes": [],
|
|
20703
|
+
"annotations": [],
|
|
20704
|
+
"description": "actual government issued identification number"
|
|
20705
|
+
}],
|
|
20706
|
+
"attributes": [],
|
|
20707
|
+
"interfaces": []
|
|
20534
20708
|
}, {
|
|
20535
20709
|
"name": "detailed_shipping_label_form",
|
|
20536
20710
|
"plural": "detailed_shipping_label_forms",
|
|
@@ -27851,6 +28025,12 @@
|
|
|
27851
28025
|
"required": false,
|
|
27852
28026
|
"attributes": [],
|
|
27853
28027
|
"annotations": []
|
|
28028
|
+
}, {
|
|
28029
|
+
"name": "deleted_at",
|
|
28030
|
+
"type": "date-time-iso8601",
|
|
28031
|
+
"required": false,
|
|
28032
|
+
"attributes": [],
|
|
28033
|
+
"annotations": []
|
|
27854
28034
|
}],
|
|
27855
28035
|
"attributes": [],
|
|
27856
28036
|
"interfaces": [],
|
|
@@ -27869,6 +28049,37 @@
|
|
|
27869
28049
|
}],
|
|
27870
28050
|
"attributes": [],
|
|
27871
28051
|
"interfaces": []
|
|
28052
|
+
}, {
|
|
28053
|
+
"name": "item_deleted",
|
|
28054
|
+
"plural": "item_deleteds",
|
|
28055
|
+
"fields": [{
|
|
28056
|
+
"name": "event_id",
|
|
28057
|
+
"type": "string",
|
|
28058
|
+
"required": true,
|
|
28059
|
+
"attributes": [],
|
|
28060
|
+
"annotations": []
|
|
28061
|
+
}, {
|
|
28062
|
+
"name": "timestamp",
|
|
28063
|
+
"type": "date-time-iso8601",
|
|
28064
|
+
"required": true,
|
|
28065
|
+
"attributes": [],
|
|
28066
|
+
"annotations": []
|
|
28067
|
+
}, {
|
|
28068
|
+
"name": "organization",
|
|
28069
|
+
"type": "string",
|
|
28070
|
+
"required": true,
|
|
28071
|
+
"attributes": [],
|
|
28072
|
+
"annotations": [],
|
|
28073
|
+
"description": "Refers to your organization's account identifier"
|
|
28074
|
+
}, {
|
|
28075
|
+
"name": "item",
|
|
28076
|
+
"type": "item",
|
|
28077
|
+
"required": true,
|
|
28078
|
+
"attributes": [],
|
|
28079
|
+
"annotations": []
|
|
28080
|
+
}],
|
|
28081
|
+
"attributes": [],
|
|
28082
|
+
"interfaces": []
|
|
27872
28083
|
}, {
|
|
27873
28084
|
"name": "item_form",
|
|
27874
28085
|
"plural": "item_forms",
|
|
@@ -27945,6 +28156,12 @@
|
|
|
27945
28156
|
"attributes": [],
|
|
27946
28157
|
"annotations": [],
|
|
27947
28158
|
"description": "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28159
|
+
}, {
|
|
28160
|
+
"name": "deleted_at",
|
|
28161
|
+
"type": "date-time-iso8601",
|
|
28162
|
+
"required": false,
|
|
28163
|
+
"attributes": [],
|
|
28164
|
+
"annotations": []
|
|
27948
28165
|
}],
|
|
27949
28166
|
"attributes": [],
|
|
27950
28167
|
"interfaces": [],
|
|
@@ -28020,6 +28237,13 @@
|
|
|
28020
28237
|
"attributes": [],
|
|
28021
28238
|
"annotations": [],
|
|
28022
28239
|
"description": "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28240
|
+
}, {
|
|
28241
|
+
"name": "deleted_at",
|
|
28242
|
+
"type": "date-time-iso8601",
|
|
28243
|
+
"required": false,
|
|
28244
|
+
"attributes": [],
|
|
28245
|
+
"annotations": [],
|
|
28246
|
+
"description": "If provided, the item will be marked as deleted from shopify side"
|
|
28023
28247
|
}],
|
|
28024
28248
|
"attributes": [],
|
|
28025
28249
|
"interfaces": [],
|
|
@@ -28092,9 +28316,47 @@
|
|
|
28092
28316
|
"attributes": [],
|
|
28093
28317
|
"annotations": [],
|
|
28094
28318
|
"description": "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28319
|
+
}, {
|
|
28320
|
+
"name": "deleted_at",
|
|
28321
|
+
"type": "date-time-iso8601",
|
|
28322
|
+
"required": false,
|
|
28323
|
+
"attributes": [],
|
|
28324
|
+
"annotations": [],
|
|
28325
|
+
"description": "If provided, the item will be marked as deleted from shopify side"
|
|
28095
28326
|
}],
|
|
28096
28327
|
"attributes": [],
|
|
28097
28328
|
"interfaces": []
|
|
28329
|
+
}, {
|
|
28330
|
+
"name": "item_inserted",
|
|
28331
|
+
"plural": "item_inserteds",
|
|
28332
|
+
"fields": [{
|
|
28333
|
+
"name": "event_id",
|
|
28334
|
+
"type": "string",
|
|
28335
|
+
"required": true,
|
|
28336
|
+
"attributes": [],
|
|
28337
|
+
"annotations": []
|
|
28338
|
+
}, {
|
|
28339
|
+
"name": "timestamp",
|
|
28340
|
+
"type": "date-time-iso8601",
|
|
28341
|
+
"required": true,
|
|
28342
|
+
"attributes": [],
|
|
28343
|
+
"annotations": []
|
|
28344
|
+
}, {
|
|
28345
|
+
"name": "organization",
|
|
28346
|
+
"type": "string",
|
|
28347
|
+
"required": true,
|
|
28348
|
+
"attributes": [],
|
|
28349
|
+
"annotations": [],
|
|
28350
|
+
"description": "Refers to your organization's account identifier"
|
|
28351
|
+
}, {
|
|
28352
|
+
"name": "item",
|
|
28353
|
+
"type": "item",
|
|
28354
|
+
"required": true,
|
|
28355
|
+
"attributes": [],
|
|
28356
|
+
"annotations": []
|
|
28357
|
+
}],
|
|
28358
|
+
"attributes": [],
|
|
28359
|
+
"interfaces": ["item_upserted"]
|
|
28098
28360
|
}, {
|
|
28099
28361
|
"name": "item_margin",
|
|
28100
28362
|
"plural": "item_margins",
|
|
@@ -28660,6 +28922,37 @@
|
|
|
28660
28922
|
"attributes": [],
|
|
28661
28923
|
"interfaces": [],
|
|
28662
28924
|
"description": "Statistics covering product catalog item information, including total catalog item count, number of distinct categories, etc."
|
|
28925
|
+
}, {
|
|
28926
|
+
"name": "item_updated",
|
|
28927
|
+
"plural": "item_updateds",
|
|
28928
|
+
"fields": [{
|
|
28929
|
+
"name": "event_id",
|
|
28930
|
+
"type": "string",
|
|
28931
|
+
"required": true,
|
|
28932
|
+
"attributes": [],
|
|
28933
|
+
"annotations": []
|
|
28934
|
+
}, {
|
|
28935
|
+
"name": "timestamp",
|
|
28936
|
+
"type": "date-time-iso8601",
|
|
28937
|
+
"required": true,
|
|
28938
|
+
"attributes": [],
|
|
28939
|
+
"annotations": []
|
|
28940
|
+
}, {
|
|
28941
|
+
"name": "organization",
|
|
28942
|
+
"type": "string",
|
|
28943
|
+
"required": true,
|
|
28944
|
+
"attributes": [],
|
|
28945
|
+
"annotations": [],
|
|
28946
|
+
"description": "Refers to your organization's account identifier"
|
|
28947
|
+
}, {
|
|
28948
|
+
"name": "item",
|
|
28949
|
+
"type": "item",
|
|
28950
|
+
"required": true,
|
|
28951
|
+
"attributes": [],
|
|
28952
|
+
"annotations": []
|
|
28953
|
+
}],
|
|
28954
|
+
"attributes": [],
|
|
28955
|
+
"interfaces": ["item_upserted"]
|
|
28663
28956
|
}, {
|
|
28664
28957
|
"name": "item_version",
|
|
28665
28958
|
"plural": "item_versions",
|
|
@@ -29409,6 +29702,13 @@
|
|
|
29409
29702
|
"attributes": [],
|
|
29410
29703
|
"annotations": [],
|
|
29411
29704
|
"description": "If present, records an event indicating rejection by carrier. This indicates this shipment will not be crossing the border or delivered to the consumer and will likely be returned to origin."
|
|
29705
|
+
}, {
|
|
29706
|
+
"name": "returned",
|
|
29707
|
+
"type": "label_tracking_summary_update",
|
|
29708
|
+
"required": false,
|
|
29709
|
+
"attributes": [],
|
|
29710
|
+
"annotations": [],
|
|
29711
|
+
"description": "If present, records an event indicating that the shipment was returned to origin."
|
|
29412
29712
|
}],
|
|
29413
29713
|
"attributes": [],
|
|
29414
29714
|
"interfaces": []
|
|
@@ -32803,6 +33103,13 @@
|
|
|
32803
33103
|
"attributes": [],
|
|
32804
33104
|
"annotations": ["personal_data", "consumer"],
|
|
32805
33105
|
"description": "The technical details of the customer's device."
|
|
33106
|
+
}, {
|
|
33107
|
+
"name": "destination_contact_details",
|
|
33108
|
+
"type": "[destination_contact_detail]",
|
|
33109
|
+
"required": false,
|
|
33110
|
+
"attributes": [],
|
|
33111
|
+
"annotations": [],
|
|
33112
|
+
"description": "tax payer ids for destination country"
|
|
32806
33113
|
}],
|
|
32807
33114
|
"attributes": [],
|
|
32808
33115
|
"interfaces": [],
|
|
@@ -38387,6 +38694,19 @@
|
|
|
38387
38694
|
}],
|
|
38388
38695
|
"attributes": [],
|
|
38389
38696
|
"interfaces": []
|
|
38697
|
+
}, {
|
|
38698
|
+
"name": "payment_method_data_init_grabpay",
|
|
38699
|
+
"plural": "payment_method_data_init_grabpays",
|
|
38700
|
+
"fields": [{
|
|
38701
|
+
"name": "reference",
|
|
38702
|
+
"type": "string",
|
|
38703
|
+
"required": false,
|
|
38704
|
+
"attributes": [],
|
|
38705
|
+
"annotations": [],
|
|
38706
|
+
"description": "Custom payment identifier"
|
|
38707
|
+
}],
|
|
38708
|
+
"attributes": [],
|
|
38709
|
+
"interfaces": []
|
|
38390
38710
|
}, {
|
|
38391
38711
|
"name": "payment_method_data_init_ideal",
|
|
38392
38712
|
"plural": "payment_method_data_init_ideals",
|
|
@@ -38406,6 +38726,19 @@
|
|
|
38406
38726
|
}],
|
|
38407
38727
|
"attributes": [],
|
|
38408
38728
|
"interfaces": []
|
|
38729
|
+
}, {
|
|
38730
|
+
"name": "payment_method_data_init_kcp_creditcard",
|
|
38731
|
+
"plural": "payment_method_data_init_kcp_creditcards",
|
|
38732
|
+
"fields": [{
|
|
38733
|
+
"name": "reference",
|
|
38734
|
+
"type": "string",
|
|
38735
|
+
"required": false,
|
|
38736
|
+
"attributes": [],
|
|
38737
|
+
"annotations": [],
|
|
38738
|
+
"description": "Custom payment identifier"
|
|
38739
|
+
}],
|
|
38740
|
+
"attributes": [],
|
|
38741
|
+
"interfaces": []
|
|
38409
38742
|
}, {
|
|
38410
38743
|
"name": "payment_method_data_init_klarna",
|
|
38411
38744
|
"plural": "payment_method_data_init_klarnas",
|
|
@@ -38484,6 +38817,19 @@
|
|
|
38484
38817
|
}],
|
|
38485
38818
|
"attributes": [],
|
|
38486
38819
|
"interfaces": []
|
|
38820
|
+
}, {
|
|
38821
|
+
"name": "payment_method_data_init_vipps",
|
|
38822
|
+
"plural": "payment_method_data_init_vippses",
|
|
38823
|
+
"fields": [{
|
|
38824
|
+
"name": "reference",
|
|
38825
|
+
"type": "string",
|
|
38826
|
+
"required": false,
|
|
38827
|
+
"attributes": [],
|
|
38828
|
+
"annotations": [],
|
|
38829
|
+
"description": "Custom payment identifier"
|
|
38830
|
+
}],
|
|
38831
|
+
"attributes": [],
|
|
38832
|
+
"interfaces": []
|
|
38487
38833
|
}, {
|
|
38488
38834
|
"name": "payment_method_data_option_logo_svg",
|
|
38489
38835
|
"plural": "payment_method_data_option_logo_svgs",
|
|
@@ -38829,6 +39175,18 @@
|
|
|
38829
39175
|
}],
|
|
38830
39176
|
"attributes": [],
|
|
38831
39177
|
"interfaces": []
|
|
39178
|
+
}, {
|
|
39179
|
+
"name": "payment_method_summary_grabpay",
|
|
39180
|
+
"plural": "payment_method_summary_grabpays",
|
|
39181
|
+
"fields": [{
|
|
39182
|
+
"name": "merchant_of_record",
|
|
39183
|
+
"type": "merchant_of_record",
|
|
39184
|
+
"required": true,
|
|
39185
|
+
"attributes": [],
|
|
39186
|
+
"annotations": []
|
|
39187
|
+
}],
|
|
39188
|
+
"attributes": [],
|
|
39189
|
+
"interfaces": []
|
|
38832
39190
|
}, {
|
|
38833
39191
|
"name": "payment_method_summary_ideal",
|
|
38834
39192
|
"plural": "payment_method_summary_ideals",
|
|
@@ -38847,6 +39205,18 @@
|
|
|
38847
39205
|
}],
|
|
38848
39206
|
"attributes": [],
|
|
38849
39207
|
"interfaces": []
|
|
39208
|
+
}, {
|
|
39209
|
+
"name": "payment_method_summary_kcp_creditcard",
|
|
39210
|
+
"plural": "payment_method_summary_kcp_creditcards",
|
|
39211
|
+
"fields": [{
|
|
39212
|
+
"name": "merchant_of_record",
|
|
39213
|
+
"type": "merchant_of_record",
|
|
39214
|
+
"required": true,
|
|
39215
|
+
"attributes": [],
|
|
39216
|
+
"annotations": []
|
|
39217
|
+
}],
|
|
39218
|
+
"attributes": [],
|
|
39219
|
+
"interfaces": []
|
|
38850
39220
|
}, {
|
|
38851
39221
|
"name": "payment_method_summary_klarna",
|
|
38852
39222
|
"plural": "payment_method_summary_klarnas",
|
|
@@ -38919,6 +39289,18 @@
|
|
|
38919
39289
|
}],
|
|
38920
39290
|
"attributes": [],
|
|
38921
39291
|
"interfaces": []
|
|
39292
|
+
}, {
|
|
39293
|
+
"name": "payment_method_summary_vipps",
|
|
39294
|
+
"plural": "payment_method_summary_vippses",
|
|
39295
|
+
"fields": [{
|
|
39296
|
+
"name": "merchant_of_record",
|
|
39297
|
+
"type": "merchant_of_record",
|
|
39298
|
+
"required": true,
|
|
39299
|
+
"attributes": [],
|
|
39300
|
+
"annotations": []
|
|
39301
|
+
}],
|
|
39302
|
+
"attributes": [],
|
|
39303
|
+
"interfaces": []
|
|
38922
39304
|
}, {
|
|
38923
39305
|
"name": "payment_order_details_line_item",
|
|
38924
39306
|
"plural": "payment_order_details_line_items",
|
|
@@ -42052,6 +42434,20 @@
|
|
|
42052
42434
|
"attributes": [],
|
|
42053
42435
|
"annotations": [],
|
|
42054
42436
|
"description": "User reference id."
|
|
42437
|
+
}, {
|
|
42438
|
+
"name": "product_restriction_id",
|
|
42439
|
+
"type": "string",
|
|
42440
|
+
"required": false,
|
|
42441
|
+
"attributes": [],
|
|
42442
|
+
"annotations": [],
|
|
42443
|
+
"description": "The id of the product restriction."
|
|
42444
|
+
}, {
|
|
42445
|
+
"name": "hs_code",
|
|
42446
|
+
"type": "string",
|
|
42447
|
+
"required": false,
|
|
42448
|
+
"attributes": [],
|
|
42449
|
+
"annotations": [],
|
|
42450
|
+
"description": "The harmonization HS6 code."
|
|
42055
42451
|
}],
|
|
42056
42452
|
"attributes": [],
|
|
42057
42453
|
"interfaces": [],
|
|
@@ -44440,6 +44836,20 @@
|
|
|
44440
44836
|
"attributes": [],
|
|
44441
44837
|
"annotations": [],
|
|
44442
44838
|
"description": "The amount/currency of the refund in base currency. Added in Summer 2018 and always present since then."
|
|
44839
|
+
}, {
|
|
44840
|
+
"name": "failure_category",
|
|
44841
|
+
"type": "refund_failure_category",
|
|
44842
|
+
"required": false,
|
|
44843
|
+
"attributes": [],
|
|
44844
|
+
"annotations": [],
|
|
44845
|
+
"description": "The internal refund failure category"
|
|
44846
|
+
}, {
|
|
44847
|
+
"name": "failure_psp_reason",
|
|
44848
|
+
"type": "string",
|
|
44849
|
+
"required": false,
|
|
44850
|
+
"attributes": [],
|
|
44851
|
+
"annotations": [],
|
|
44852
|
+
"description": "The failure reason from payment service providers"
|
|
44443
44853
|
}],
|
|
44444
44854
|
"attributes": [],
|
|
44445
44855
|
"interfaces": [],
|
|
@@ -71948,6 +72358,15 @@
|
|
|
71948
72358
|
"type": "center",
|
|
71949
72359
|
"description": "Operation succeeded and the resource was created",
|
|
71950
72360
|
"attributes": []
|
|
72361
|
+
}, {
|
|
72362
|
+
"code": {
|
|
72363
|
+
"integer": {
|
|
72364
|
+
"value": 404
|
|
72365
|
+
}
|
|
72366
|
+
},
|
|
72367
|
+
"type": "unit",
|
|
72368
|
+
"description": "Resource was not found",
|
|
72369
|
+
"attributes": []
|
|
71951
72370
|
}, {
|
|
71952
72371
|
"code": {
|
|
71953
72372
|
"integer": {
|
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.85",
|
|
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": "f75564e8d259c34e55cd55031e0f18ad6abc6a96"
|
|
32
32
|
}
|
package/src/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key" : "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace" : "io.flow.v0",
|
|
13
|
-
"version" : "0.18.
|
|
13
|
+
"version" : "0.18.96",
|
|
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.
|
|
34
|
+
"version" : "0.3.73",
|
|
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.
|
|
49
|
+
"version" : "0.3.73",
|
|
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.
|
|
64
|
+
"version" : "0.3.73",
|
|
65
65
|
"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" ],
|
|
66
66
|
"interfaces" : [ ],
|
|
67
67
|
"unions" : [ ],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application" : {
|
|
77
77
|
"key" : "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version" : "0.23.
|
|
79
|
+
"version" : "0.23.84",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -1331,6 +1331,15 @@
|
|
|
1331
1331
|
}, {
|
|
1332
1332
|
"name" : "catalog_statistics_deleted",
|
|
1333
1333
|
"attributes" : [ ]
|
|
1334
|
+
}, {
|
|
1335
|
+
"name" : "item_inserted",
|
|
1336
|
+
"attributes" : [ ]
|
|
1337
|
+
}, {
|
|
1338
|
+
"name" : "item_updated",
|
|
1339
|
+
"attributes" : [ ]
|
|
1340
|
+
}, {
|
|
1341
|
+
"name" : "item_deleted",
|
|
1342
|
+
"attributes" : [ ]
|
|
1334
1343
|
}, {
|
|
1335
1344
|
"name" : "channel_upserted",
|
|
1336
1345
|
"attributes" : [ ]
|
|
@@ -3691,6 +3700,15 @@
|
|
|
3691
3700
|
}, {
|
|
3692
3701
|
"name" : "mobilepay",
|
|
3693
3702
|
"attributes" : [ ]
|
|
3703
|
+
}, {
|
|
3704
|
+
"name" : "grabpay",
|
|
3705
|
+
"attributes" : [ ]
|
|
3706
|
+
}, {
|
|
3707
|
+
"name" : "vipps",
|
|
3708
|
+
"attributes" : [ ]
|
|
3709
|
+
}, {
|
|
3710
|
+
"name" : "kcp_creditcard",
|
|
3711
|
+
"attributes" : [ ]
|
|
3694
3712
|
} ],
|
|
3695
3713
|
"attributes" : [ ],
|
|
3696
3714
|
"description" : "The payment method type."
|
|
@@ -3738,6 +3756,12 @@
|
|
|
3738
3756
|
}, {
|
|
3739
3757
|
"name" : "waiting_for_positive_account_balance",
|
|
3740
3758
|
"attributes" : [ ]
|
|
3759
|
+
}, {
|
|
3760
|
+
"name" : "unfulfilled_amount_greater_than_negative_balance",
|
|
3761
|
+
"attributes" : [ ]
|
|
3762
|
+
}, {
|
|
3763
|
+
"name" : "account_payment_hold",
|
|
3764
|
+
"attributes" : [ ]
|
|
3741
3765
|
} ],
|
|
3742
3766
|
"attributes" : [ ]
|
|
3743
3767
|
}, {
|
|
@@ -4259,6 +4283,59 @@
|
|
|
4259
4283
|
} ],
|
|
4260
4284
|
"attributes" : [ ],
|
|
4261
4285
|
"description" : "Contains details related to the reason for which a refund failed."
|
|
4286
|
+
}, {
|
|
4287
|
+
"name" : "refund_failure_category",
|
|
4288
|
+
"plural" : "refund_failure_categories",
|
|
4289
|
+
"values" : [ {
|
|
4290
|
+
"name" : "amount_too_high",
|
|
4291
|
+
"attributes" : [ ],
|
|
4292
|
+
"description" : "The requested refund amount is higher than the payment amount"
|
|
4293
|
+
}, {
|
|
4294
|
+
"name" : "amount_too_low",
|
|
4295
|
+
"attributes" : [ ],
|
|
4296
|
+
"description" : "The requested refund amount is too low to be accepted"
|
|
4297
|
+
}, {
|
|
4298
|
+
"name" : "not_enough_balance",
|
|
4299
|
+
"attributes" : [ ],
|
|
4300
|
+
"description" : "The requested refund amount is higher than the remaining balance of the payment"
|
|
4301
|
+
}, {
|
|
4302
|
+
"name" : "insufficient_funds",
|
|
4303
|
+
"attributes" : [ ],
|
|
4304
|
+
"description" : "There is not enough balance on the merchant account to process the refund."
|
|
4305
|
+
}, {
|
|
4306
|
+
"name" : "refund_period_expired",
|
|
4307
|
+
"attributes" : [ ],
|
|
4308
|
+
"description" : "The refund was requested past the expiration date permitted by the payment method to process the request."
|
|
4309
|
+
}, {
|
|
4310
|
+
"name" : "dispute",
|
|
4311
|
+
"attributes" : [ ],
|
|
4312
|
+
"description" : "There is a dispute on the payment"
|
|
4313
|
+
}, {
|
|
4314
|
+
"name" : "not_captured",
|
|
4315
|
+
"attributes" : [ ],
|
|
4316
|
+
"description" : "The refund was requested before the transaction was captured."
|
|
4317
|
+
}, {
|
|
4318
|
+
"name" : "unsupported_payment_method",
|
|
4319
|
+
"attributes" : [ ],
|
|
4320
|
+
"description" : "Refunds are not supported on this payment method"
|
|
4321
|
+
}, {
|
|
4322
|
+
"name" : "unsupported_partial_refund",
|
|
4323
|
+
"attributes" : [ ],
|
|
4324
|
+
"description" : "Partial refunds are not allowed on this transaction"
|
|
4325
|
+
}, {
|
|
4326
|
+
"name" : "invalid_currency",
|
|
4327
|
+
"attributes" : [ ],
|
|
4328
|
+
"description" : "The refund was requested in a currency different from the currency in which the authorization was made."
|
|
4329
|
+
}, {
|
|
4330
|
+
"name" : "card_no_longer_valid",
|
|
4331
|
+
"attributes" : [ ],
|
|
4332
|
+
"description" : "The original card is no longer valid"
|
|
4333
|
+
}, {
|
|
4334
|
+
"name" : "general",
|
|
4335
|
+
"attributes" : [ ],
|
|
4336
|
+
"description" : "The fallback error that covers everything else"
|
|
4337
|
+
} ],
|
|
4338
|
+
"attributes" : [ ]
|
|
4262
4339
|
}, {
|
|
4263
4340
|
"name" : "refund_status",
|
|
4264
4341
|
"plural" : "refund_statuses",
|
|
@@ -5164,6 +5241,9 @@
|
|
|
5164
5241
|
}, {
|
|
5165
5242
|
"name" : "failed_payout",
|
|
5166
5243
|
"attributes" : [ ]
|
|
5244
|
+
}, {
|
|
5245
|
+
"name" : "tax_refund",
|
|
5246
|
+
"attributes" : [ ]
|
|
5167
5247
|
} ],
|
|
5168
5248
|
"attributes" : [ ]
|
|
5169
5249
|
}, {
|
|
@@ -6217,6 +6297,36 @@
|
|
|
6217
6297
|
"description" : "Globally unique identifier"
|
|
6218
6298
|
} ],
|
|
6219
6299
|
"attributes" : [ ]
|
|
6300
|
+
}, {
|
|
6301
|
+
"name" : "item_upserted",
|
|
6302
|
+
"plural" : "item_upserteds",
|
|
6303
|
+
"fields" : [ {
|
|
6304
|
+
"name" : "event_id",
|
|
6305
|
+
"type" : "string",
|
|
6306
|
+
"required" : true,
|
|
6307
|
+
"attributes" : [ ],
|
|
6308
|
+
"annotations" : [ ]
|
|
6309
|
+
}, {
|
|
6310
|
+
"name" : "timestamp",
|
|
6311
|
+
"type" : "date-time-iso8601",
|
|
6312
|
+
"required" : true,
|
|
6313
|
+
"attributes" : [ ],
|
|
6314
|
+
"annotations" : [ ]
|
|
6315
|
+
}, {
|
|
6316
|
+
"name" : "organization",
|
|
6317
|
+
"type" : "string",
|
|
6318
|
+
"required" : true,
|
|
6319
|
+
"attributes" : [ ],
|
|
6320
|
+
"annotations" : [ ],
|
|
6321
|
+
"description" : "Refers to your organization's account identifier"
|
|
6322
|
+
}, {
|
|
6323
|
+
"name" : "item",
|
|
6324
|
+
"type" : "item",
|
|
6325
|
+
"required" : true,
|
|
6326
|
+
"attributes" : [ ],
|
|
6327
|
+
"annotations" : [ ]
|
|
6328
|
+
} ],
|
|
6329
|
+
"attributes" : [ ]
|
|
6220
6330
|
}, {
|
|
6221
6331
|
"name" : "localized_price",
|
|
6222
6332
|
"plural" : "localized_prices",
|
|
@@ -7324,6 +7434,18 @@
|
|
|
7324
7434
|
"type" : "catalog_statistics_deleted",
|
|
7325
7435
|
"attributes" : [ ],
|
|
7326
7436
|
"discriminator_value" : "catalog_statistics_deleted"
|
|
7437
|
+
}, {
|
|
7438
|
+
"type" : "item_inserted",
|
|
7439
|
+
"attributes" : [ ],
|
|
7440
|
+
"discriminator_value" : "item_inserted"
|
|
7441
|
+
}, {
|
|
7442
|
+
"type" : "item_updated",
|
|
7443
|
+
"attributes" : [ ],
|
|
7444
|
+
"discriminator_value" : "item_updated"
|
|
7445
|
+
}, {
|
|
7446
|
+
"type" : "item_deleted",
|
|
7447
|
+
"attributes" : [ ],
|
|
7448
|
+
"discriminator_value" : "item_deleted"
|
|
7327
7449
|
}, {
|
|
7328
7450
|
"type" : "channel_upserted",
|
|
7329
7451
|
"attributes" : [ ],
|
|
@@ -8733,10 +8855,22 @@
|
|
|
8733
8855
|
"type" : "payment_method_data_init_mobilepay",
|
|
8734
8856
|
"attributes" : [ ],
|
|
8735
8857
|
"discriminator_value" : "init_mobilepay"
|
|
8858
|
+
}, {
|
|
8859
|
+
"type" : "payment_method_data_init_kcp_creditcard",
|
|
8860
|
+
"attributes" : [ ],
|
|
8861
|
+
"discriminator_value" : "init_kcp_creditcard"
|
|
8736
8862
|
}, {
|
|
8737
8863
|
"type" : "payment_method_data_init_bancontact",
|
|
8738
8864
|
"attributes" : [ ],
|
|
8739
8865
|
"discriminator_value" : "init_bancontact"
|
|
8866
|
+
}, {
|
|
8867
|
+
"type" : "payment_method_data_init_grabpay",
|
|
8868
|
+
"attributes" : [ ],
|
|
8869
|
+
"discriminator_value" : "init_grabpay"
|
|
8870
|
+
}, {
|
|
8871
|
+
"type" : "payment_method_data_init_vipps",
|
|
8872
|
+
"attributes" : [ ],
|
|
8873
|
+
"discriminator_value" : "init_vipps"
|
|
8740
8874
|
}, {
|
|
8741
8875
|
"type" : "payment_method_data_validate_applepay",
|
|
8742
8876
|
"attributes" : [ ],
|
|
@@ -8864,6 +8998,10 @@
|
|
|
8864
8998
|
"type" : "payment_method_summary_twint",
|
|
8865
8999
|
"attributes" : [ ],
|
|
8866
9000
|
"discriminator_value" : "twint"
|
|
9001
|
+
}, {
|
|
9002
|
+
"type" : "payment_method_summary_vipps",
|
|
9003
|
+
"attributes" : [ ],
|
|
9004
|
+
"discriminator_value" : "vipps"
|
|
8867
9005
|
}, {
|
|
8868
9006
|
"type" : "payment_method_summary_przelewy24",
|
|
8869
9007
|
"attributes" : [ ],
|
|
@@ -8872,6 +9010,10 @@
|
|
|
8872
9010
|
"type" : "payment_method_summary_mobilepay",
|
|
8873
9011
|
"attributes" : [ ],
|
|
8874
9012
|
"discriminator_value" : "mobilepay"
|
|
9013
|
+
}, {
|
|
9014
|
+
"type" : "payment_method_summary_kcp_creditcard",
|
|
9015
|
+
"attributes" : [ ],
|
|
9016
|
+
"discriminator_value" : "kcp_creditcard"
|
|
8875
9017
|
}, {
|
|
8876
9018
|
"type" : "payment_method_summary_sofort",
|
|
8877
9019
|
"attributes" : [ ],
|
|
@@ -8880,6 +9022,10 @@
|
|
|
8880
9022
|
"type" : "payment_method_summary_bancontact",
|
|
8881
9023
|
"attributes" : [ ],
|
|
8882
9024
|
"discriminator_value" : "bancontact"
|
|
9025
|
+
}, {
|
|
9026
|
+
"type" : "payment_method_summary_grabpay",
|
|
9027
|
+
"attributes" : [ ],
|
|
9028
|
+
"discriminator_value" : "grabpay"
|
|
8883
9029
|
} ],
|
|
8884
9030
|
"attributes" : [ ],
|
|
8885
9031
|
"interfaces" : [ "payment_method_summary" ],
|
|
@@ -20531,6 +20677,34 @@
|
|
|
20531
20677
|
"attributes" : [ ],
|
|
20532
20678
|
"interfaces" : [ ],
|
|
20533
20679
|
"description" : "De Minimis for most common example which includes a value threshold and rules on what components are used in the duty calculation"
|
|
20680
|
+
}, {
|
|
20681
|
+
"name" : "destination_contact_detail",
|
|
20682
|
+
"plural" : "destination_contact_details",
|
|
20683
|
+
"fields" : [ {
|
|
20684
|
+
"name" : "title",
|
|
20685
|
+
"type" : "string",
|
|
20686
|
+
"required" : true,
|
|
20687
|
+
"attributes" : [ ],
|
|
20688
|
+
"annotations" : [ ],
|
|
20689
|
+
"description" : "specifies the name of the tax number i.e. CPF/CNPJ for brazil"
|
|
20690
|
+
}, {
|
|
20691
|
+
"name" : "country",
|
|
20692
|
+
"type" : "string",
|
|
20693
|
+
"required" : true,
|
|
20694
|
+
"attributes" : [ ],
|
|
20695
|
+
"annotations" : [ ],
|
|
20696
|
+
"description" : "ISO 3166 3 currency code as defined in https://api.flow.io/reference/countries",
|
|
20697
|
+
"example" : "CAN"
|
|
20698
|
+
}, {
|
|
20699
|
+
"name" : "import_identifier",
|
|
20700
|
+
"type" : "string",
|
|
20701
|
+
"required" : true,
|
|
20702
|
+
"attributes" : [ ],
|
|
20703
|
+
"annotations" : [ ],
|
|
20704
|
+
"description" : "actual government issued identification number"
|
|
20705
|
+
} ],
|
|
20706
|
+
"attributes" : [ ],
|
|
20707
|
+
"interfaces" : [ ]
|
|
20534
20708
|
}, {
|
|
20535
20709
|
"name" : "detailed_shipping_label_form",
|
|
20536
20710
|
"plural" : "detailed_shipping_label_forms",
|
|
@@ -27851,6 +28025,12 @@
|
|
|
27851
28025
|
"required" : false,
|
|
27852
28026
|
"attributes" : [ ],
|
|
27853
28027
|
"annotations" : [ ]
|
|
28028
|
+
}, {
|
|
28029
|
+
"name" : "deleted_at",
|
|
28030
|
+
"type" : "date-time-iso8601",
|
|
28031
|
+
"required" : false,
|
|
28032
|
+
"attributes" : [ ],
|
|
28033
|
+
"annotations" : [ ]
|
|
27854
28034
|
} ],
|
|
27855
28035
|
"attributes" : [ ],
|
|
27856
28036
|
"interfaces" : [ ],
|
|
@@ -27869,6 +28049,37 @@
|
|
|
27869
28049
|
} ],
|
|
27870
28050
|
"attributes" : [ ],
|
|
27871
28051
|
"interfaces" : [ ]
|
|
28052
|
+
}, {
|
|
28053
|
+
"name" : "item_deleted",
|
|
28054
|
+
"plural" : "item_deleteds",
|
|
28055
|
+
"fields" : [ {
|
|
28056
|
+
"name" : "event_id",
|
|
28057
|
+
"type" : "string",
|
|
28058
|
+
"required" : true,
|
|
28059
|
+
"attributes" : [ ],
|
|
28060
|
+
"annotations" : [ ]
|
|
28061
|
+
}, {
|
|
28062
|
+
"name" : "timestamp",
|
|
28063
|
+
"type" : "date-time-iso8601",
|
|
28064
|
+
"required" : true,
|
|
28065
|
+
"attributes" : [ ],
|
|
28066
|
+
"annotations" : [ ]
|
|
28067
|
+
}, {
|
|
28068
|
+
"name" : "organization",
|
|
28069
|
+
"type" : "string",
|
|
28070
|
+
"required" : true,
|
|
28071
|
+
"attributes" : [ ],
|
|
28072
|
+
"annotations" : [ ],
|
|
28073
|
+
"description" : "Refers to your organization's account identifier"
|
|
28074
|
+
}, {
|
|
28075
|
+
"name" : "item",
|
|
28076
|
+
"type" : "item",
|
|
28077
|
+
"required" : true,
|
|
28078
|
+
"attributes" : [ ],
|
|
28079
|
+
"annotations" : [ ]
|
|
28080
|
+
} ],
|
|
28081
|
+
"attributes" : [ ],
|
|
28082
|
+
"interfaces" : [ ]
|
|
27872
28083
|
}, {
|
|
27873
28084
|
"name" : "item_form",
|
|
27874
28085
|
"plural" : "item_forms",
|
|
@@ -27945,6 +28156,12 @@
|
|
|
27945
28156
|
"attributes" : [ ],
|
|
27946
28157
|
"annotations" : [ ],
|
|
27947
28158
|
"description" : "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28159
|
+
}, {
|
|
28160
|
+
"name" : "deleted_at",
|
|
28161
|
+
"type" : "date-time-iso8601",
|
|
28162
|
+
"required" : false,
|
|
28163
|
+
"attributes" : [ ],
|
|
28164
|
+
"annotations" : [ ]
|
|
27948
28165
|
} ],
|
|
27949
28166
|
"attributes" : [ ],
|
|
27950
28167
|
"interfaces" : [ ],
|
|
@@ -28020,6 +28237,13 @@
|
|
|
28020
28237
|
"attributes" : [ ],
|
|
28021
28238
|
"annotations" : [ ],
|
|
28022
28239
|
"description" : "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28240
|
+
}, {
|
|
28241
|
+
"name" : "deleted_at",
|
|
28242
|
+
"type" : "date-time-iso8601",
|
|
28243
|
+
"required" : false,
|
|
28244
|
+
"attributes" : [ ],
|
|
28245
|
+
"annotations" : [ ],
|
|
28246
|
+
"description" : "If provided, the item will be marked as deleted from shopify side"
|
|
28023
28247
|
} ],
|
|
28024
28248
|
"attributes" : [ ],
|
|
28025
28249
|
"interfaces" : [ ],
|
|
@@ -28092,9 +28316,47 @@
|
|
|
28092
28316
|
"attributes" : [ ],
|
|
28093
28317
|
"annotations" : [ ],
|
|
28094
28318
|
"description" : "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28319
|
+
}, {
|
|
28320
|
+
"name" : "deleted_at",
|
|
28321
|
+
"type" : "date-time-iso8601",
|
|
28322
|
+
"required" : false,
|
|
28323
|
+
"attributes" : [ ],
|
|
28324
|
+
"annotations" : [ ],
|
|
28325
|
+
"description" : "If provided, the item will be marked as deleted from shopify side"
|
|
28095
28326
|
} ],
|
|
28096
28327
|
"attributes" : [ ],
|
|
28097
28328
|
"interfaces" : [ ]
|
|
28329
|
+
}, {
|
|
28330
|
+
"name" : "item_inserted",
|
|
28331
|
+
"plural" : "item_inserteds",
|
|
28332
|
+
"fields" : [ {
|
|
28333
|
+
"name" : "event_id",
|
|
28334
|
+
"type" : "string",
|
|
28335
|
+
"required" : true,
|
|
28336
|
+
"attributes" : [ ],
|
|
28337
|
+
"annotations" : [ ]
|
|
28338
|
+
}, {
|
|
28339
|
+
"name" : "timestamp",
|
|
28340
|
+
"type" : "date-time-iso8601",
|
|
28341
|
+
"required" : true,
|
|
28342
|
+
"attributes" : [ ],
|
|
28343
|
+
"annotations" : [ ]
|
|
28344
|
+
}, {
|
|
28345
|
+
"name" : "organization",
|
|
28346
|
+
"type" : "string",
|
|
28347
|
+
"required" : true,
|
|
28348
|
+
"attributes" : [ ],
|
|
28349
|
+
"annotations" : [ ],
|
|
28350
|
+
"description" : "Refers to your organization's account identifier"
|
|
28351
|
+
}, {
|
|
28352
|
+
"name" : "item",
|
|
28353
|
+
"type" : "item",
|
|
28354
|
+
"required" : true,
|
|
28355
|
+
"attributes" : [ ],
|
|
28356
|
+
"annotations" : [ ]
|
|
28357
|
+
} ],
|
|
28358
|
+
"attributes" : [ ],
|
|
28359
|
+
"interfaces" : [ "item_upserted" ]
|
|
28098
28360
|
}, {
|
|
28099
28361
|
"name" : "item_margin",
|
|
28100
28362
|
"plural" : "item_margins",
|
|
@@ -28660,6 +28922,37 @@
|
|
|
28660
28922
|
"attributes" : [ ],
|
|
28661
28923
|
"interfaces" : [ ],
|
|
28662
28924
|
"description" : "Statistics covering product catalog item information, including total catalog item count, number of distinct categories, etc."
|
|
28925
|
+
}, {
|
|
28926
|
+
"name" : "item_updated",
|
|
28927
|
+
"plural" : "item_updateds",
|
|
28928
|
+
"fields" : [ {
|
|
28929
|
+
"name" : "event_id",
|
|
28930
|
+
"type" : "string",
|
|
28931
|
+
"required" : true,
|
|
28932
|
+
"attributes" : [ ],
|
|
28933
|
+
"annotations" : [ ]
|
|
28934
|
+
}, {
|
|
28935
|
+
"name" : "timestamp",
|
|
28936
|
+
"type" : "date-time-iso8601",
|
|
28937
|
+
"required" : true,
|
|
28938
|
+
"attributes" : [ ],
|
|
28939
|
+
"annotations" : [ ]
|
|
28940
|
+
}, {
|
|
28941
|
+
"name" : "organization",
|
|
28942
|
+
"type" : "string",
|
|
28943
|
+
"required" : true,
|
|
28944
|
+
"attributes" : [ ],
|
|
28945
|
+
"annotations" : [ ],
|
|
28946
|
+
"description" : "Refers to your organization's account identifier"
|
|
28947
|
+
}, {
|
|
28948
|
+
"name" : "item",
|
|
28949
|
+
"type" : "item",
|
|
28950
|
+
"required" : true,
|
|
28951
|
+
"attributes" : [ ],
|
|
28952
|
+
"annotations" : [ ]
|
|
28953
|
+
} ],
|
|
28954
|
+
"attributes" : [ ],
|
|
28955
|
+
"interfaces" : [ "item_upserted" ]
|
|
28663
28956
|
}, {
|
|
28664
28957
|
"name" : "item_version",
|
|
28665
28958
|
"plural" : "item_versions",
|
|
@@ -29409,6 +29702,13 @@
|
|
|
29409
29702
|
"attributes" : [ ],
|
|
29410
29703
|
"annotations" : [ ],
|
|
29411
29704
|
"description" : "If present, records an event indicating rejection by carrier. This indicates this shipment will not be crossing the border or delivered to the consumer and will likely be returned to origin."
|
|
29705
|
+
}, {
|
|
29706
|
+
"name" : "returned",
|
|
29707
|
+
"type" : "label_tracking_summary_update",
|
|
29708
|
+
"required" : false,
|
|
29709
|
+
"attributes" : [ ],
|
|
29710
|
+
"annotations" : [ ],
|
|
29711
|
+
"description" : "If present, records an event indicating that the shipment was returned to origin."
|
|
29412
29712
|
} ],
|
|
29413
29713
|
"attributes" : [ ],
|
|
29414
29714
|
"interfaces" : [ ]
|
|
@@ -32803,6 +33103,13 @@
|
|
|
32803
33103
|
"attributes" : [ ],
|
|
32804
33104
|
"annotations" : [ "personal_data", "consumer" ],
|
|
32805
33105
|
"description" : "The technical details of the customer's device."
|
|
33106
|
+
}, {
|
|
33107
|
+
"name" : "destination_contact_details",
|
|
33108
|
+
"type" : "[destination_contact_detail]",
|
|
33109
|
+
"required" : false,
|
|
33110
|
+
"attributes" : [ ],
|
|
33111
|
+
"annotations" : [ ],
|
|
33112
|
+
"description" : "tax payer ids for destination country"
|
|
32806
33113
|
} ],
|
|
32807
33114
|
"attributes" : [ ],
|
|
32808
33115
|
"interfaces" : [ ],
|
|
@@ -38387,6 +38694,19 @@
|
|
|
38387
38694
|
} ],
|
|
38388
38695
|
"attributes" : [ ],
|
|
38389
38696
|
"interfaces" : [ ]
|
|
38697
|
+
}, {
|
|
38698
|
+
"name" : "payment_method_data_init_grabpay",
|
|
38699
|
+
"plural" : "payment_method_data_init_grabpays",
|
|
38700
|
+
"fields" : [ {
|
|
38701
|
+
"name" : "reference",
|
|
38702
|
+
"type" : "string",
|
|
38703
|
+
"required" : false,
|
|
38704
|
+
"attributes" : [ ],
|
|
38705
|
+
"annotations" : [ ],
|
|
38706
|
+
"description" : "Custom payment identifier"
|
|
38707
|
+
} ],
|
|
38708
|
+
"attributes" : [ ],
|
|
38709
|
+
"interfaces" : [ ]
|
|
38390
38710
|
}, {
|
|
38391
38711
|
"name" : "payment_method_data_init_ideal",
|
|
38392
38712
|
"plural" : "payment_method_data_init_ideals",
|
|
@@ -38406,6 +38726,19 @@
|
|
|
38406
38726
|
} ],
|
|
38407
38727
|
"attributes" : [ ],
|
|
38408
38728
|
"interfaces" : [ ]
|
|
38729
|
+
}, {
|
|
38730
|
+
"name" : "payment_method_data_init_kcp_creditcard",
|
|
38731
|
+
"plural" : "payment_method_data_init_kcp_creditcards",
|
|
38732
|
+
"fields" : [ {
|
|
38733
|
+
"name" : "reference",
|
|
38734
|
+
"type" : "string",
|
|
38735
|
+
"required" : false,
|
|
38736
|
+
"attributes" : [ ],
|
|
38737
|
+
"annotations" : [ ],
|
|
38738
|
+
"description" : "Custom payment identifier"
|
|
38739
|
+
} ],
|
|
38740
|
+
"attributes" : [ ],
|
|
38741
|
+
"interfaces" : [ ]
|
|
38409
38742
|
}, {
|
|
38410
38743
|
"name" : "payment_method_data_init_klarna",
|
|
38411
38744
|
"plural" : "payment_method_data_init_klarnas",
|
|
@@ -38484,6 +38817,19 @@
|
|
|
38484
38817
|
} ],
|
|
38485
38818
|
"attributes" : [ ],
|
|
38486
38819
|
"interfaces" : [ ]
|
|
38820
|
+
}, {
|
|
38821
|
+
"name" : "payment_method_data_init_vipps",
|
|
38822
|
+
"plural" : "payment_method_data_init_vippses",
|
|
38823
|
+
"fields" : [ {
|
|
38824
|
+
"name" : "reference",
|
|
38825
|
+
"type" : "string",
|
|
38826
|
+
"required" : false,
|
|
38827
|
+
"attributes" : [ ],
|
|
38828
|
+
"annotations" : [ ],
|
|
38829
|
+
"description" : "Custom payment identifier"
|
|
38830
|
+
} ],
|
|
38831
|
+
"attributes" : [ ],
|
|
38832
|
+
"interfaces" : [ ]
|
|
38487
38833
|
}, {
|
|
38488
38834
|
"name" : "payment_method_data_option_logo_svg",
|
|
38489
38835
|
"plural" : "payment_method_data_option_logo_svgs",
|
|
@@ -38829,6 +39175,18 @@
|
|
|
38829
39175
|
} ],
|
|
38830
39176
|
"attributes" : [ ],
|
|
38831
39177
|
"interfaces" : [ ]
|
|
39178
|
+
}, {
|
|
39179
|
+
"name" : "payment_method_summary_grabpay",
|
|
39180
|
+
"plural" : "payment_method_summary_grabpays",
|
|
39181
|
+
"fields" : [ {
|
|
39182
|
+
"name" : "merchant_of_record",
|
|
39183
|
+
"type" : "merchant_of_record",
|
|
39184
|
+
"required" : true,
|
|
39185
|
+
"attributes" : [ ],
|
|
39186
|
+
"annotations" : [ ]
|
|
39187
|
+
} ],
|
|
39188
|
+
"attributes" : [ ],
|
|
39189
|
+
"interfaces" : [ ]
|
|
38832
39190
|
}, {
|
|
38833
39191
|
"name" : "payment_method_summary_ideal",
|
|
38834
39192
|
"plural" : "payment_method_summary_ideals",
|
|
@@ -38847,6 +39205,18 @@
|
|
|
38847
39205
|
} ],
|
|
38848
39206
|
"attributes" : [ ],
|
|
38849
39207
|
"interfaces" : [ ]
|
|
39208
|
+
}, {
|
|
39209
|
+
"name" : "payment_method_summary_kcp_creditcard",
|
|
39210
|
+
"plural" : "payment_method_summary_kcp_creditcards",
|
|
39211
|
+
"fields" : [ {
|
|
39212
|
+
"name" : "merchant_of_record",
|
|
39213
|
+
"type" : "merchant_of_record",
|
|
39214
|
+
"required" : true,
|
|
39215
|
+
"attributes" : [ ],
|
|
39216
|
+
"annotations" : [ ]
|
|
39217
|
+
} ],
|
|
39218
|
+
"attributes" : [ ],
|
|
39219
|
+
"interfaces" : [ ]
|
|
38850
39220
|
}, {
|
|
38851
39221
|
"name" : "payment_method_summary_klarna",
|
|
38852
39222
|
"plural" : "payment_method_summary_klarnas",
|
|
@@ -38919,6 +39289,18 @@
|
|
|
38919
39289
|
} ],
|
|
38920
39290
|
"attributes" : [ ],
|
|
38921
39291
|
"interfaces" : [ ]
|
|
39292
|
+
}, {
|
|
39293
|
+
"name" : "payment_method_summary_vipps",
|
|
39294
|
+
"plural" : "payment_method_summary_vippses",
|
|
39295
|
+
"fields" : [ {
|
|
39296
|
+
"name" : "merchant_of_record",
|
|
39297
|
+
"type" : "merchant_of_record",
|
|
39298
|
+
"required" : true,
|
|
39299
|
+
"attributes" : [ ],
|
|
39300
|
+
"annotations" : [ ]
|
|
39301
|
+
} ],
|
|
39302
|
+
"attributes" : [ ],
|
|
39303
|
+
"interfaces" : [ ]
|
|
38922
39304
|
}, {
|
|
38923
39305
|
"name" : "payment_order_details_line_item",
|
|
38924
39306
|
"plural" : "payment_order_details_line_items",
|
|
@@ -42052,6 +42434,20 @@
|
|
|
42052
42434
|
"attributes" : [ ],
|
|
42053
42435
|
"annotations" : [ ],
|
|
42054
42436
|
"description" : "User reference id."
|
|
42437
|
+
}, {
|
|
42438
|
+
"name" : "product_restriction_id",
|
|
42439
|
+
"type" : "string",
|
|
42440
|
+
"required" : false,
|
|
42441
|
+
"attributes" : [ ],
|
|
42442
|
+
"annotations" : [ ],
|
|
42443
|
+
"description" : "The id of the product restriction."
|
|
42444
|
+
}, {
|
|
42445
|
+
"name" : "hs_code",
|
|
42446
|
+
"type" : "string",
|
|
42447
|
+
"required" : false,
|
|
42448
|
+
"attributes" : [ ],
|
|
42449
|
+
"annotations" : [ ],
|
|
42450
|
+
"description" : "The harmonization HS6 code."
|
|
42055
42451
|
} ],
|
|
42056
42452
|
"attributes" : [ ],
|
|
42057
42453
|
"interfaces" : [ ],
|
|
@@ -44440,6 +44836,20 @@
|
|
|
44440
44836
|
"attributes" : [ ],
|
|
44441
44837
|
"annotations" : [ ],
|
|
44442
44838
|
"description" : "The amount/currency of the refund in base currency. Added in Summer 2018 and always present since then."
|
|
44839
|
+
}, {
|
|
44840
|
+
"name" : "failure_category",
|
|
44841
|
+
"type" : "refund_failure_category",
|
|
44842
|
+
"required" : false,
|
|
44843
|
+
"attributes" : [ ],
|
|
44844
|
+
"annotations" : [ ],
|
|
44845
|
+
"description" : "The internal refund failure category"
|
|
44846
|
+
}, {
|
|
44847
|
+
"name" : "failure_psp_reason",
|
|
44848
|
+
"type" : "string",
|
|
44849
|
+
"required" : false,
|
|
44850
|
+
"attributes" : [ ],
|
|
44851
|
+
"annotations" : [ ],
|
|
44852
|
+
"description" : "The failure reason from payment service providers"
|
|
44443
44853
|
} ],
|
|
44444
44854
|
"attributes" : [ ],
|
|
44445
44855
|
"interfaces" : [ ],
|
|
@@ -71948,6 +72358,15 @@
|
|
|
71948
72358
|
"type" : "center",
|
|
71949
72359
|
"description" : "Operation succeeded and the resource was created",
|
|
71950
72360
|
"attributes" : [ ]
|
|
72361
|
+
}, {
|
|
72362
|
+
"code" : {
|
|
72363
|
+
"integer" : {
|
|
72364
|
+
"value" : 404
|
|
72365
|
+
}
|
|
72366
|
+
},
|
|
72367
|
+
"type" : "unit",
|
|
72368
|
+
"description" : "Resource was not found",
|
|
72369
|
+
"attributes" : [ ]
|
|
71951
72370
|
}, {
|
|
71952
72371
|
"code" : {
|
|
71953
72372
|
"integer" : {
|