@flowio/api-mock-generator 6.17.42 → 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.
- package/dist/api.json +273 -15
- package/package.json +2 -2
- package/src/api.json +273 -15
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.17.
|
|
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.
|
|
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.
|
|
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.
|
|
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": [],
|
|
@@ -1227,6 +1227,18 @@
|
|
|
1227
1227
|
}, {
|
|
1228
1228
|
"name": "channel_statement_deleted",
|
|
1229
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": []
|
|
1230
1242
|
}, {
|
|
1231
1243
|
"name": "attribute_upserted",
|
|
1232
1244
|
"attributes": []
|
|
@@ -2081,6 +2093,20 @@
|
|
|
2081
2093
|
}],
|
|
2082
2094
|
"attributes": [],
|
|
2083
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."
|
|
2084
2110
|
}, {
|
|
2085
2111
|
"name": "generic_error_code",
|
|
2086
2112
|
"plural": "generic_error_codes",
|
|
@@ -6255,9 +6281,13 @@
|
|
|
6255
6281
|
"attributes": [],
|
|
6256
6282
|
"discriminator_value": "threeds_challenge_action_details"
|
|
6257
6283
|
}, {
|
|
6258
|
-
"type": "
|
|
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",
|
|
6259
6289
|
"attributes": [],
|
|
6260
|
-
"discriminator_value": "
|
|
6290
|
+
"discriminator_value": "applepay_sdk_validate_result_action_details"
|
|
6261
6291
|
}, {
|
|
6262
6292
|
"type": "klarna_sdk_authorization_result_action_details",
|
|
6263
6293
|
"attributes": [],
|
|
@@ -6563,6 +6593,22 @@
|
|
|
6563
6593
|
"type": "channel_statement_deleted",
|
|
6564
6594
|
"attributes": [],
|
|
6565
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"
|
|
6566
6612
|
}, {
|
|
6567
6613
|
"type": "attribute_upserted",
|
|
6568
6614
|
"attributes": [],
|
|
@@ -10573,8 +10619,8 @@
|
|
|
10573
10619
|
"attributes": [],
|
|
10574
10620
|
"interfaces": []
|
|
10575
10621
|
}, {
|
|
10576
|
-
"name": "
|
|
10577
|
-
"plural": "
|
|
10622
|
+
"name": "applepay_sdk_create_result_action_details",
|
|
10623
|
+
"plural": "applepay_sdk_create_result_action_detailses",
|
|
10578
10624
|
"fields": [{
|
|
10579
10625
|
"name": "merchant_identifier",
|
|
10580
10626
|
"type": "string",
|
|
@@ -10590,7 +10636,20 @@
|
|
|
10590
10636
|
}],
|
|
10591
10637
|
"attributes": [],
|
|
10592
10638
|
"interfaces": [],
|
|
10593
|
-
"description": "Provides details
|
|
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."
|
|
10594
10653
|
}, {
|
|
10595
10654
|
"name": "at_cost",
|
|
10596
10655
|
"plural": "at_costs",
|
|
@@ -15050,6 +15109,67 @@
|
|
|
15050
15109
|
}],
|
|
15051
15110
|
"attributes": [],
|
|
15052
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": []
|
|
15053
15173
|
}, {
|
|
15054
15174
|
"name": "channel_rate",
|
|
15055
15175
|
"plural": "channel_rates",
|
|
@@ -19201,10 +19321,10 @@
|
|
|
19201
19321
|
}, {
|
|
19202
19322
|
"name": "accept_language",
|
|
19203
19323
|
"type": "string",
|
|
19204
|
-
"required":
|
|
19324
|
+
"required": false,
|
|
19205
19325
|
"attributes": [],
|
|
19206
19326
|
"annotations": [],
|
|
19207
|
-
"description": "The `
|
|
19327
|
+
"description": "The `accept-language` header value. Will be taken from the request if not sent.",
|
|
19208
19328
|
"example": "en-US"
|
|
19209
19329
|
}, {
|
|
19210
19330
|
"name": "ip",
|
|
@@ -19214,6 +19334,62 @@
|
|
|
19214
19334
|
"annotations": ["personal_data"],
|
|
19215
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.",
|
|
19216
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"
|
|
19217
19393
|
}],
|
|
19218
19394
|
"attributes": [],
|
|
19219
19395
|
"interfaces": []
|
|
@@ -34216,6 +34392,69 @@
|
|
|
34216
34392
|
}],
|
|
34217
34393
|
"attributes": [],
|
|
34218
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": []
|
|
34219
34458
|
}, {
|
|
34220
34459
|
"name": "organization_put_form",
|
|
34221
34460
|
"plural": "organization_put_forms",
|
|
@@ -35986,12 +36225,11 @@
|
|
|
35986
36225
|
"name": "payment_method_data_authorize_applepay_result_failure",
|
|
35987
36226
|
"plural": "payment_method_data_authorize_applepay_result_failures",
|
|
35988
36227
|
"fields": [{
|
|
35989
|
-
"name": "
|
|
36228
|
+
"name": "message",
|
|
35990
36229
|
"type": "string",
|
|
35991
|
-
"required":
|
|
36230
|
+
"required": true,
|
|
35992
36231
|
"attributes": [],
|
|
35993
|
-
"annotations": []
|
|
35994
|
-
"description": "Unused placeholder"
|
|
36232
|
+
"annotations": []
|
|
35995
36233
|
}],
|
|
35996
36234
|
"attributes": [],
|
|
35997
36235
|
"interfaces": []
|
|
@@ -38122,6 +38360,19 @@
|
|
|
38122
38360
|
"attributes": [],
|
|
38123
38361
|
"annotations": [],
|
|
38124
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."
|
|
38125
38376
|
}, {
|
|
38126
38377
|
"name": "items",
|
|
38127
38378
|
"type": "[delivery_item]",
|
|
@@ -44954,6 +45205,13 @@
|
|
|
44954
45205
|
"attributes": [],
|
|
44955
45206
|
"annotations": ["personal_data", "consumer"],
|
|
44956
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."
|
|
44957
45215
|
}, {
|
|
44958
45216
|
"name": "pdf",
|
|
44959
45217
|
"type": "string",
|
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.43",
|
|
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": "d22c31e6e9b6f033ab7c76f36890e55d75c8e519"
|
|
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.17.
|
|
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.
|
|
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.
|
|
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.
|
|
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" : [ ],
|
|
@@ -1227,6 +1227,18 @@
|
|
|
1227
1227
|
}, {
|
|
1228
1228
|
"name" : "channel_statement_deleted",
|
|
1229
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" : [ ]
|
|
1230
1242
|
}, {
|
|
1231
1243
|
"name" : "attribute_upserted",
|
|
1232
1244
|
"attributes" : [ ]
|
|
@@ -2081,6 +2093,20 @@
|
|
|
2081
2093
|
} ],
|
|
2082
2094
|
"attributes" : [ ],
|
|
2083
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."
|
|
2084
2110
|
}, {
|
|
2085
2111
|
"name" : "generic_error_code",
|
|
2086
2112
|
"plural" : "generic_error_codes",
|
|
@@ -6255,9 +6281,13 @@
|
|
|
6255
6281
|
"attributes" : [ ],
|
|
6256
6282
|
"discriminator_value" : "threeds_challenge_action_details"
|
|
6257
6283
|
}, {
|
|
6258
|
-
"type" : "
|
|
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",
|
|
6259
6289
|
"attributes" : [ ],
|
|
6260
|
-
"discriminator_value" : "
|
|
6290
|
+
"discriminator_value" : "applepay_sdk_validate_result_action_details"
|
|
6261
6291
|
}, {
|
|
6262
6292
|
"type" : "klarna_sdk_authorization_result_action_details",
|
|
6263
6293
|
"attributes" : [ ],
|
|
@@ -6563,6 +6593,22 @@
|
|
|
6563
6593
|
"type" : "channel_statement_deleted",
|
|
6564
6594
|
"attributes" : [ ],
|
|
6565
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"
|
|
6566
6612
|
}, {
|
|
6567
6613
|
"type" : "attribute_upserted",
|
|
6568
6614
|
"attributes" : [ ],
|
|
@@ -10573,8 +10619,8 @@
|
|
|
10573
10619
|
"attributes" : [ ],
|
|
10574
10620
|
"interfaces" : [ ]
|
|
10575
10621
|
}, {
|
|
10576
|
-
"name" : "
|
|
10577
|
-
"plural" : "
|
|
10622
|
+
"name" : "applepay_sdk_create_result_action_details",
|
|
10623
|
+
"plural" : "applepay_sdk_create_result_action_detailses",
|
|
10578
10624
|
"fields" : [ {
|
|
10579
10625
|
"name" : "merchant_identifier",
|
|
10580
10626
|
"type" : "string",
|
|
@@ -10590,7 +10636,20 @@
|
|
|
10590
10636
|
} ],
|
|
10591
10637
|
"attributes" : [ ],
|
|
10592
10638
|
"interfaces" : [ ],
|
|
10593
|
-
"description" : "Provides details
|
|
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."
|
|
10594
10653
|
}, {
|
|
10595
10654
|
"name" : "at_cost",
|
|
10596
10655
|
"plural" : "at_costs",
|
|
@@ -15050,6 +15109,67 @@
|
|
|
15050
15109
|
} ],
|
|
15051
15110
|
"attributes" : [ ],
|
|
15052
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" : [ ]
|
|
15053
15173
|
}, {
|
|
15054
15174
|
"name" : "channel_rate",
|
|
15055
15175
|
"plural" : "channel_rates",
|
|
@@ -19201,10 +19321,10 @@
|
|
|
19201
19321
|
}, {
|
|
19202
19322
|
"name" : "accept_language",
|
|
19203
19323
|
"type" : "string",
|
|
19204
|
-
"required" :
|
|
19324
|
+
"required" : false,
|
|
19205
19325
|
"attributes" : [ ],
|
|
19206
19326
|
"annotations" : [ ],
|
|
19207
|
-
"description" : "The `
|
|
19327
|
+
"description" : "The `accept-language` header value. Will be taken from the request if not sent.",
|
|
19208
19328
|
"example" : "en-US"
|
|
19209
19329
|
}, {
|
|
19210
19330
|
"name" : "ip",
|
|
@@ -19214,6 +19334,62 @@
|
|
|
19214
19334
|
"annotations" : [ "personal_data" ],
|
|
19215
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.",
|
|
19216
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"
|
|
19217
19393
|
} ],
|
|
19218
19394
|
"attributes" : [ ],
|
|
19219
19395
|
"interfaces" : [ ]
|
|
@@ -34216,6 +34392,69 @@
|
|
|
34216
34392
|
} ],
|
|
34217
34393
|
"attributes" : [ ],
|
|
34218
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" : [ ]
|
|
34219
34458
|
}, {
|
|
34220
34459
|
"name" : "organization_put_form",
|
|
34221
34460
|
"plural" : "organization_put_forms",
|
|
@@ -35986,12 +36225,11 @@
|
|
|
35986
36225
|
"name" : "payment_method_data_authorize_applepay_result_failure",
|
|
35987
36226
|
"plural" : "payment_method_data_authorize_applepay_result_failures",
|
|
35988
36227
|
"fields" : [ {
|
|
35989
|
-
"name" : "
|
|
36228
|
+
"name" : "message",
|
|
35990
36229
|
"type" : "string",
|
|
35991
|
-
"required" :
|
|
36230
|
+
"required" : true,
|
|
35992
36231
|
"attributes" : [ ],
|
|
35993
|
-
"annotations" : [ ]
|
|
35994
|
-
"description" : "Unused placeholder"
|
|
36232
|
+
"annotations" : [ ]
|
|
35995
36233
|
} ],
|
|
35996
36234
|
"attributes" : [ ],
|
|
35997
36235
|
"interfaces" : [ ]
|
|
@@ -38122,6 +38360,19 @@
|
|
|
38122
38360
|
"attributes" : [ ],
|
|
38123
38361
|
"annotations" : [ ],
|
|
38124
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."
|
|
38125
38376
|
}, {
|
|
38126
38377
|
"name" : "items",
|
|
38127
38378
|
"type" : "[delivery_item]",
|
|
@@ -44954,6 +45205,13 @@
|
|
|
44954
45205
|
"attributes" : [ ],
|
|
44955
45206
|
"annotations" : [ "personal_data", "consumer" ],
|
|
44956
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."
|
|
44957
45215
|
}, {
|
|
44958
45216
|
"name" : "pdf",
|
|
44959
45217
|
"type" : "string",
|