@flowio/api-mock-generator 6.17.26 → 6.17.28
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 +263 -4
- package/package.json +2 -2
- package/src/api.json +263 -4
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.16.
|
|
13
|
+
"version": "0.16.83",
|
|
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.2
|
|
34
|
+
"version": "0.3.2",
|
|
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.2
|
|
49
|
+
"version": "0.3.2",
|
|
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.2
|
|
64
|
+
"version": "0.3.2",
|
|
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": [],
|
|
@@ -2439,6 +2439,20 @@
|
|
|
2439
2439
|
"description": "Indicates that there is no timezone information available for the specified IP Address"
|
|
2440
2440
|
}],
|
|
2441
2441
|
"attributes": []
|
|
2442
|
+
}, {
|
|
2443
|
+
"name": "logistics_format_preference",
|
|
2444
|
+
"plural": "logistics_format_preferences",
|
|
2445
|
+
"values": [{
|
|
2446
|
+
"name": "shopify_console",
|
|
2447
|
+
"attributes": []
|
|
2448
|
+
}, {
|
|
2449
|
+
"name": "existing_3pl_integration",
|
|
2450
|
+
"attributes": []
|
|
2451
|
+
}, {
|
|
2452
|
+
"name": "byo_integration",
|
|
2453
|
+
"attributes": []
|
|
2454
|
+
}],
|
|
2455
|
+
"attributes": []
|
|
2442
2456
|
}, {
|
|
2443
2457
|
"name": "margin_type",
|
|
2444
2458
|
"plural": "margin_types",
|
|
@@ -5647,6 +5661,13 @@
|
|
|
5647
5661
|
"attributes": [],
|
|
5648
5662
|
"annotations": [],
|
|
5649
5663
|
"default": "[]"
|
|
5664
|
+
}, {
|
|
5665
|
+
"name": "discounts",
|
|
5666
|
+
"type": "[billing_discount]",
|
|
5667
|
+
"required": true,
|
|
5668
|
+
"attributes": [],
|
|
5669
|
+
"annotations": [],
|
|
5670
|
+
"default": "[]"
|
|
5650
5671
|
}, {
|
|
5651
5672
|
"name": "net",
|
|
5652
5673
|
"type": "decimal",
|
|
@@ -11685,6 +11706,24 @@
|
|
|
11685
11706
|
}],
|
|
11686
11707
|
"attributes": [],
|
|
11687
11708
|
"interfaces": []
|
|
11709
|
+
}, {
|
|
11710
|
+
"name": "billing_discount",
|
|
11711
|
+
"plural": "billing_discounts",
|
|
11712
|
+
"fields": [{
|
|
11713
|
+
"name": "amount",
|
|
11714
|
+
"type": "decimal",
|
|
11715
|
+
"required": true,
|
|
11716
|
+
"attributes": [],
|
|
11717
|
+
"annotations": []
|
|
11718
|
+
}, {
|
|
11719
|
+
"name": "description",
|
|
11720
|
+
"type": "string",
|
|
11721
|
+
"required": false,
|
|
11722
|
+
"attributes": [],
|
|
11723
|
+
"annotations": []
|
|
11724
|
+
}],
|
|
11725
|
+
"attributes": [],
|
|
11726
|
+
"interfaces": []
|
|
11688
11727
|
}, {
|
|
11689
11728
|
"name": "bridge_manifest",
|
|
11690
11729
|
"plural": "bridge_manifests",
|
|
@@ -14659,6 +14698,13 @@
|
|
|
14659
14698
|
"attributes": [],
|
|
14660
14699
|
"annotations": [],
|
|
14661
14700
|
"default": "[]"
|
|
14701
|
+
}, {
|
|
14702
|
+
"name": "discounts",
|
|
14703
|
+
"type": "[billing_discount]",
|
|
14704
|
+
"required": true,
|
|
14705
|
+
"attributes": [],
|
|
14706
|
+
"annotations": [],
|
|
14707
|
+
"default": "[]"
|
|
14662
14708
|
}, {
|
|
14663
14709
|
"name": "net",
|
|
14664
14710
|
"type": "decimal",
|
|
@@ -26245,6 +26291,100 @@
|
|
|
26245
26291
|
}],
|
|
26246
26292
|
"attributes": [],
|
|
26247
26293
|
"interfaces": []
|
|
26294
|
+
}, {
|
|
26295
|
+
"name": "label_reference",
|
|
26296
|
+
"plural": "label_references",
|
|
26297
|
+
"fields": [{
|
|
26298
|
+
"name": "id",
|
|
26299
|
+
"type": "string",
|
|
26300
|
+
"required": true,
|
|
26301
|
+
"attributes": [],
|
|
26302
|
+
"annotations": [],
|
|
26303
|
+
"description": "Globally unique identifier"
|
|
26304
|
+
}],
|
|
26305
|
+
"attributes": [],
|
|
26306
|
+
"interfaces": []
|
|
26307
|
+
}, {
|
|
26308
|
+
"name": "label_tracking_carrier_service",
|
|
26309
|
+
"plural": "label_tracking_carrier_services",
|
|
26310
|
+
"fields": [{
|
|
26311
|
+
"name": "carrier_id",
|
|
26312
|
+
"type": "string",
|
|
26313
|
+
"required": true,
|
|
26314
|
+
"attributes": [],
|
|
26315
|
+
"annotations": [],
|
|
26316
|
+
"description": "The carrier id (see https://api.flow.io/reference/carriers)"
|
|
26317
|
+
}, {
|
|
26318
|
+
"name": "service_id",
|
|
26319
|
+
"type": "string",
|
|
26320
|
+
"required": false,
|
|
26321
|
+
"attributes": [],
|
|
26322
|
+
"annotations": [],
|
|
26323
|
+
"description": "If known, the specific carrier service level used for this label"
|
|
26324
|
+
}],
|
|
26325
|
+
"attributes": [],
|
|
26326
|
+
"interfaces": []
|
|
26327
|
+
}, {
|
|
26328
|
+
"name": "label_tracking_summary",
|
|
26329
|
+
"plural": "label_tracking_summaries",
|
|
26330
|
+
"fields": [{
|
|
26331
|
+
"name": "id",
|
|
26332
|
+
"type": "string",
|
|
26333
|
+
"required": true,
|
|
26334
|
+
"attributes": [],
|
|
26335
|
+
"annotations": [],
|
|
26336
|
+
"description": "Globally unique identifier"
|
|
26337
|
+
}, {
|
|
26338
|
+
"name": "carrier_service",
|
|
26339
|
+
"type": "label_tracking_carrier_service",
|
|
26340
|
+
"required": true,
|
|
26341
|
+
"attributes": [],
|
|
26342
|
+
"annotations": []
|
|
26343
|
+
}, {
|
|
26344
|
+
"name": "carrier_tracking_number",
|
|
26345
|
+
"type": "string",
|
|
26346
|
+
"required": true,
|
|
26347
|
+
"attributes": [],
|
|
26348
|
+
"annotations": []
|
|
26349
|
+
}, {
|
|
26350
|
+
"name": "order_number",
|
|
26351
|
+
"type": "string",
|
|
26352
|
+
"required": false,
|
|
26353
|
+
"attributes": [],
|
|
26354
|
+
"annotations": []
|
|
26355
|
+
}, {
|
|
26356
|
+
"name": "label",
|
|
26357
|
+
"type": "label_reference",
|
|
26358
|
+
"required": false,
|
|
26359
|
+
"attributes": [],
|
|
26360
|
+
"annotations": []
|
|
26361
|
+
}, {
|
|
26362
|
+
"name": "in_transit",
|
|
26363
|
+
"type": "label_tracking_summary_update",
|
|
26364
|
+
"required": true,
|
|
26365
|
+
"attributes": [],
|
|
26366
|
+
"annotations": []
|
|
26367
|
+
}, {
|
|
26368
|
+
"name": "delivered",
|
|
26369
|
+
"type": "label_tracking_summary_update",
|
|
26370
|
+
"required": false,
|
|
26371
|
+
"attributes": [],
|
|
26372
|
+
"annotations": []
|
|
26373
|
+
}],
|
|
26374
|
+
"attributes": [],
|
|
26375
|
+
"interfaces": []
|
|
26376
|
+
}, {
|
|
26377
|
+
"name": "label_tracking_summary_update",
|
|
26378
|
+
"plural": "label_tracking_summary_updates",
|
|
26379
|
+
"fields": [{
|
|
26380
|
+
"name": "timestamp",
|
|
26381
|
+
"type": "date-time-iso8601",
|
|
26382
|
+
"required": true,
|
|
26383
|
+
"attributes": [],
|
|
26384
|
+
"annotations": []
|
|
26385
|
+
}],
|
|
26386
|
+
"attributes": [],
|
|
26387
|
+
"interfaces": []
|
|
26248
26388
|
}, {
|
|
26249
26389
|
"name": "label_upserted",
|
|
26250
26390
|
"plural": "label_upserteds",
|
|
@@ -27545,6 +27685,26 @@
|
|
|
27545
27685
|
}
|
|
27546
27686
|
}],
|
|
27547
27687
|
"interfaces": []
|
|
27688
|
+
}, {
|
|
27689
|
+
"name": "logistics_format",
|
|
27690
|
+
"plural": "logistics_formats",
|
|
27691
|
+
"fields": [{
|
|
27692
|
+
"name": "preference",
|
|
27693
|
+
"type": "logistics_format_preference",
|
|
27694
|
+
"required": true,
|
|
27695
|
+
"attributes": [],
|
|
27696
|
+
"annotations": [],
|
|
27697
|
+
"description": "The name of the preference"
|
|
27698
|
+
}, {
|
|
27699
|
+
"name": "description",
|
|
27700
|
+
"type": "string",
|
|
27701
|
+
"required": false,
|
|
27702
|
+
"attributes": [],
|
|
27703
|
+
"annotations": [],
|
|
27704
|
+
"description": "Contains additional information for the preference. For example, Shipstation"
|
|
27705
|
+
}],
|
|
27706
|
+
"attributes": [],
|
|
27707
|
+
"interfaces": []
|
|
27548
27708
|
}, {
|
|
27549
27709
|
"name": "logistics_settings",
|
|
27550
27710
|
"plural": "logistics_settingses",
|
|
@@ -43969,6 +44129,25 @@
|
|
|
43969
44129
|
}],
|
|
43970
44130
|
"attributes": [],
|
|
43971
44131
|
"interfaces": []
|
|
44132
|
+
}, {
|
|
44133
|
+
"name": "shop",
|
|
44134
|
+
"plural": "shops",
|
|
44135
|
+
"fields": [{
|
|
44136
|
+
"name": "name",
|
|
44137
|
+
"type": "string",
|
|
44138
|
+
"required": true,
|
|
44139
|
+
"attributes": [],
|
|
44140
|
+
"annotations": []
|
|
44141
|
+
}, {
|
|
44142
|
+
"name": "id",
|
|
44143
|
+
"type": "string",
|
|
44144
|
+
"required": true,
|
|
44145
|
+
"attributes": [],
|
|
44146
|
+
"annotations": [],
|
|
44147
|
+
"description": "Globally unique identifier"
|
|
44148
|
+
}],
|
|
44149
|
+
"attributes": [],
|
|
44150
|
+
"interfaces": []
|
|
43972
44151
|
}, {
|
|
43973
44152
|
"name": "shopify_cart",
|
|
43974
44153
|
"plural": "shopify_carts",
|
|
@@ -45004,6 +45183,36 @@
|
|
|
45004
45183
|
"required": false,
|
|
45005
45184
|
"attributes": [],
|
|
45006
45185
|
"annotations": []
|
|
45186
|
+
}, {
|
|
45187
|
+
"name": "logistics_format",
|
|
45188
|
+
"type": "logistics_format",
|
|
45189
|
+
"required": false,
|
|
45190
|
+
"attributes": [],
|
|
45191
|
+
"annotations": []
|
|
45192
|
+
}, {
|
|
45193
|
+
"name": "shop",
|
|
45194
|
+
"type": "shop",
|
|
45195
|
+
"required": false,
|
|
45196
|
+
"attributes": [],
|
|
45197
|
+
"annotations": []
|
|
45198
|
+
}, {
|
|
45199
|
+
"name": "last_year_xborder_gmv",
|
|
45200
|
+
"type": "money",
|
|
45201
|
+
"required": false,
|
|
45202
|
+
"attributes": [],
|
|
45203
|
+
"annotations": []
|
|
45204
|
+
}, {
|
|
45205
|
+
"name": "last_month_xborder_gmv",
|
|
45206
|
+
"type": "money",
|
|
45207
|
+
"required": false,
|
|
45208
|
+
"attributes": [],
|
|
45209
|
+
"annotations": []
|
|
45210
|
+
}, {
|
|
45211
|
+
"name": "average_order_value",
|
|
45212
|
+
"type": "money",
|
|
45213
|
+
"required": false,
|
|
45214
|
+
"attributes": [],
|
|
45215
|
+
"annotations": []
|
|
45007
45216
|
}],
|
|
45008
45217
|
"attributes": [],
|
|
45009
45218
|
"interfaces": []
|
|
@@ -45168,6 +45377,36 @@
|
|
|
45168
45377
|
"required": true,
|
|
45169
45378
|
"attributes": [],
|
|
45170
45379
|
"annotations": []
|
|
45380
|
+
}, {
|
|
45381
|
+
"name": "logistics_format",
|
|
45382
|
+
"type": "logistics_format",
|
|
45383
|
+
"required": false,
|
|
45384
|
+
"attributes": [],
|
|
45385
|
+
"annotations": []
|
|
45386
|
+
}, {
|
|
45387
|
+
"name": "shop",
|
|
45388
|
+
"type": "shop",
|
|
45389
|
+
"required": false,
|
|
45390
|
+
"attributes": [],
|
|
45391
|
+
"annotations": []
|
|
45392
|
+
}, {
|
|
45393
|
+
"name": "last_year_xborder_gmv",
|
|
45394
|
+
"type": "money",
|
|
45395
|
+
"required": false,
|
|
45396
|
+
"attributes": [],
|
|
45397
|
+
"annotations": []
|
|
45398
|
+
}, {
|
|
45399
|
+
"name": "last_month_xborder_gmv",
|
|
45400
|
+
"type": "money",
|
|
45401
|
+
"required": false,
|
|
45402
|
+
"attributes": [],
|
|
45403
|
+
"annotations": []
|
|
45404
|
+
}, {
|
|
45405
|
+
"name": "average_order_value",
|
|
45406
|
+
"type": "money",
|
|
45407
|
+
"required": false,
|
|
45408
|
+
"attributes": [],
|
|
45409
|
+
"annotations": []
|
|
45171
45410
|
}],
|
|
45172
45411
|
"attributes": [],
|
|
45173
45412
|
"interfaces": []
|
|
@@ -48659,6 +48898,13 @@
|
|
|
48659
48898
|
"required": true,
|
|
48660
48899
|
"attributes": [],
|
|
48661
48900
|
"annotations": []
|
|
48901
|
+
}, {
|
|
48902
|
+
"name": "service_id",
|
|
48903
|
+
"type": "string",
|
|
48904
|
+
"required": false,
|
|
48905
|
+
"attributes": [],
|
|
48906
|
+
"annotations": [],
|
|
48907
|
+
"description": "If known, the specific carrier service level used for this label"
|
|
48662
48908
|
}, {
|
|
48663
48909
|
"name": "carrier_tracking_number",
|
|
48664
48910
|
"type": "string",
|
|
@@ -49005,6 +49251,13 @@
|
|
|
49005
49251
|
"attributes": [],
|
|
49006
49252
|
"annotations": [],
|
|
49007
49253
|
"default": "[]"
|
|
49254
|
+
}, {
|
|
49255
|
+
"name": "discounts",
|
|
49256
|
+
"type": "[billing_discount]",
|
|
49257
|
+
"required": true,
|
|
49258
|
+
"attributes": [],
|
|
49259
|
+
"annotations": [],
|
|
49260
|
+
"default": "[]"
|
|
49008
49261
|
}, {
|
|
49009
49262
|
"name": "net",
|
|
49010
49263
|
"type": "decimal",
|
|
@@ -74156,6 +74409,12 @@
|
|
|
74156
74409
|
"type": "string",
|
|
74157
74410
|
"location": "Query",
|
|
74158
74411
|
"required": false
|
|
74412
|
+
}, {
|
|
74413
|
+
"name": "since",
|
|
74414
|
+
"type": "date-time-iso8601",
|
|
74415
|
+
"location": "Query",
|
|
74416
|
+
"required": false,
|
|
74417
|
+
"description": "Filter to items created_at after the specified datetime."
|
|
74159
74418
|
}, {
|
|
74160
74419
|
"name": "limit",
|
|
74161
74420
|
"type": "long",
|
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.28",
|
|
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": "8da9deb769d2ef8206130a68406e58109e9e5635"
|
|
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.16.
|
|
13
|
+
"version" : "0.16.83",
|
|
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.2
|
|
34
|
+
"version" : "0.3.2",
|
|
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.2
|
|
49
|
+
"version" : "0.3.2",
|
|
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.2
|
|
64
|
+
"version" : "0.3.2",
|
|
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" : [ ],
|
|
@@ -2439,6 +2439,20 @@
|
|
|
2439
2439
|
"description" : "Indicates that there is no timezone information available for the specified IP Address"
|
|
2440
2440
|
} ],
|
|
2441
2441
|
"attributes" : [ ]
|
|
2442
|
+
}, {
|
|
2443
|
+
"name" : "logistics_format_preference",
|
|
2444
|
+
"plural" : "logistics_format_preferences",
|
|
2445
|
+
"values" : [ {
|
|
2446
|
+
"name" : "shopify_console",
|
|
2447
|
+
"attributes" : [ ]
|
|
2448
|
+
}, {
|
|
2449
|
+
"name" : "existing_3pl_integration",
|
|
2450
|
+
"attributes" : [ ]
|
|
2451
|
+
}, {
|
|
2452
|
+
"name" : "byo_integration",
|
|
2453
|
+
"attributes" : [ ]
|
|
2454
|
+
} ],
|
|
2455
|
+
"attributes" : [ ]
|
|
2442
2456
|
}, {
|
|
2443
2457
|
"name" : "margin_type",
|
|
2444
2458
|
"plural" : "margin_types",
|
|
@@ -5647,6 +5661,13 @@
|
|
|
5647
5661
|
"attributes" : [ ],
|
|
5648
5662
|
"annotations" : [ ],
|
|
5649
5663
|
"default" : "[]"
|
|
5664
|
+
}, {
|
|
5665
|
+
"name" : "discounts",
|
|
5666
|
+
"type" : "[billing_discount]",
|
|
5667
|
+
"required" : true,
|
|
5668
|
+
"attributes" : [ ],
|
|
5669
|
+
"annotations" : [ ],
|
|
5670
|
+
"default" : "[]"
|
|
5650
5671
|
}, {
|
|
5651
5672
|
"name" : "net",
|
|
5652
5673
|
"type" : "decimal",
|
|
@@ -11685,6 +11706,24 @@
|
|
|
11685
11706
|
} ],
|
|
11686
11707
|
"attributes" : [ ],
|
|
11687
11708
|
"interfaces" : [ ]
|
|
11709
|
+
}, {
|
|
11710
|
+
"name" : "billing_discount",
|
|
11711
|
+
"plural" : "billing_discounts",
|
|
11712
|
+
"fields" : [ {
|
|
11713
|
+
"name" : "amount",
|
|
11714
|
+
"type" : "decimal",
|
|
11715
|
+
"required" : true,
|
|
11716
|
+
"attributes" : [ ],
|
|
11717
|
+
"annotations" : [ ]
|
|
11718
|
+
}, {
|
|
11719
|
+
"name" : "description",
|
|
11720
|
+
"type" : "string",
|
|
11721
|
+
"required" : false,
|
|
11722
|
+
"attributes" : [ ],
|
|
11723
|
+
"annotations" : [ ]
|
|
11724
|
+
} ],
|
|
11725
|
+
"attributes" : [ ],
|
|
11726
|
+
"interfaces" : [ ]
|
|
11688
11727
|
}, {
|
|
11689
11728
|
"name" : "bridge_manifest",
|
|
11690
11729
|
"plural" : "bridge_manifests",
|
|
@@ -14659,6 +14698,13 @@
|
|
|
14659
14698
|
"attributes" : [ ],
|
|
14660
14699
|
"annotations" : [ ],
|
|
14661
14700
|
"default" : "[]"
|
|
14701
|
+
}, {
|
|
14702
|
+
"name" : "discounts",
|
|
14703
|
+
"type" : "[billing_discount]",
|
|
14704
|
+
"required" : true,
|
|
14705
|
+
"attributes" : [ ],
|
|
14706
|
+
"annotations" : [ ],
|
|
14707
|
+
"default" : "[]"
|
|
14662
14708
|
}, {
|
|
14663
14709
|
"name" : "net",
|
|
14664
14710
|
"type" : "decimal",
|
|
@@ -26245,6 +26291,100 @@
|
|
|
26245
26291
|
} ],
|
|
26246
26292
|
"attributes" : [ ],
|
|
26247
26293
|
"interfaces" : [ ]
|
|
26294
|
+
}, {
|
|
26295
|
+
"name" : "label_reference",
|
|
26296
|
+
"plural" : "label_references",
|
|
26297
|
+
"fields" : [ {
|
|
26298
|
+
"name" : "id",
|
|
26299
|
+
"type" : "string",
|
|
26300
|
+
"required" : true,
|
|
26301
|
+
"attributes" : [ ],
|
|
26302
|
+
"annotations" : [ ],
|
|
26303
|
+
"description" : "Globally unique identifier"
|
|
26304
|
+
} ],
|
|
26305
|
+
"attributes" : [ ],
|
|
26306
|
+
"interfaces" : [ ]
|
|
26307
|
+
}, {
|
|
26308
|
+
"name" : "label_tracking_carrier_service",
|
|
26309
|
+
"plural" : "label_tracking_carrier_services",
|
|
26310
|
+
"fields" : [ {
|
|
26311
|
+
"name" : "carrier_id",
|
|
26312
|
+
"type" : "string",
|
|
26313
|
+
"required" : true,
|
|
26314
|
+
"attributes" : [ ],
|
|
26315
|
+
"annotations" : [ ],
|
|
26316
|
+
"description" : "The carrier id (see https://api.flow.io/reference/carriers)"
|
|
26317
|
+
}, {
|
|
26318
|
+
"name" : "service_id",
|
|
26319
|
+
"type" : "string",
|
|
26320
|
+
"required" : false,
|
|
26321
|
+
"attributes" : [ ],
|
|
26322
|
+
"annotations" : [ ],
|
|
26323
|
+
"description" : "If known, the specific carrier service level used for this label"
|
|
26324
|
+
} ],
|
|
26325
|
+
"attributes" : [ ],
|
|
26326
|
+
"interfaces" : [ ]
|
|
26327
|
+
}, {
|
|
26328
|
+
"name" : "label_tracking_summary",
|
|
26329
|
+
"plural" : "label_tracking_summaries",
|
|
26330
|
+
"fields" : [ {
|
|
26331
|
+
"name" : "id",
|
|
26332
|
+
"type" : "string",
|
|
26333
|
+
"required" : true,
|
|
26334
|
+
"attributes" : [ ],
|
|
26335
|
+
"annotations" : [ ],
|
|
26336
|
+
"description" : "Globally unique identifier"
|
|
26337
|
+
}, {
|
|
26338
|
+
"name" : "carrier_service",
|
|
26339
|
+
"type" : "label_tracking_carrier_service",
|
|
26340
|
+
"required" : true,
|
|
26341
|
+
"attributes" : [ ],
|
|
26342
|
+
"annotations" : [ ]
|
|
26343
|
+
}, {
|
|
26344
|
+
"name" : "carrier_tracking_number",
|
|
26345
|
+
"type" : "string",
|
|
26346
|
+
"required" : true,
|
|
26347
|
+
"attributes" : [ ],
|
|
26348
|
+
"annotations" : [ ]
|
|
26349
|
+
}, {
|
|
26350
|
+
"name" : "order_number",
|
|
26351
|
+
"type" : "string",
|
|
26352
|
+
"required" : false,
|
|
26353
|
+
"attributes" : [ ],
|
|
26354
|
+
"annotations" : [ ]
|
|
26355
|
+
}, {
|
|
26356
|
+
"name" : "label",
|
|
26357
|
+
"type" : "label_reference",
|
|
26358
|
+
"required" : false,
|
|
26359
|
+
"attributes" : [ ],
|
|
26360
|
+
"annotations" : [ ]
|
|
26361
|
+
}, {
|
|
26362
|
+
"name" : "in_transit",
|
|
26363
|
+
"type" : "label_tracking_summary_update",
|
|
26364
|
+
"required" : true,
|
|
26365
|
+
"attributes" : [ ],
|
|
26366
|
+
"annotations" : [ ]
|
|
26367
|
+
}, {
|
|
26368
|
+
"name" : "delivered",
|
|
26369
|
+
"type" : "label_tracking_summary_update",
|
|
26370
|
+
"required" : false,
|
|
26371
|
+
"attributes" : [ ],
|
|
26372
|
+
"annotations" : [ ]
|
|
26373
|
+
} ],
|
|
26374
|
+
"attributes" : [ ],
|
|
26375
|
+
"interfaces" : [ ]
|
|
26376
|
+
}, {
|
|
26377
|
+
"name" : "label_tracking_summary_update",
|
|
26378
|
+
"plural" : "label_tracking_summary_updates",
|
|
26379
|
+
"fields" : [ {
|
|
26380
|
+
"name" : "timestamp",
|
|
26381
|
+
"type" : "date-time-iso8601",
|
|
26382
|
+
"required" : true,
|
|
26383
|
+
"attributes" : [ ],
|
|
26384
|
+
"annotations" : [ ]
|
|
26385
|
+
} ],
|
|
26386
|
+
"attributes" : [ ],
|
|
26387
|
+
"interfaces" : [ ]
|
|
26248
26388
|
}, {
|
|
26249
26389
|
"name" : "label_upserted",
|
|
26250
26390
|
"plural" : "label_upserteds",
|
|
@@ -27545,6 +27685,26 @@
|
|
|
27545
27685
|
}
|
|
27546
27686
|
} ],
|
|
27547
27687
|
"interfaces" : [ ]
|
|
27688
|
+
}, {
|
|
27689
|
+
"name" : "logistics_format",
|
|
27690
|
+
"plural" : "logistics_formats",
|
|
27691
|
+
"fields" : [ {
|
|
27692
|
+
"name" : "preference",
|
|
27693
|
+
"type" : "logistics_format_preference",
|
|
27694
|
+
"required" : true,
|
|
27695
|
+
"attributes" : [ ],
|
|
27696
|
+
"annotations" : [ ],
|
|
27697
|
+
"description" : "The name of the preference"
|
|
27698
|
+
}, {
|
|
27699
|
+
"name" : "description",
|
|
27700
|
+
"type" : "string",
|
|
27701
|
+
"required" : false,
|
|
27702
|
+
"attributes" : [ ],
|
|
27703
|
+
"annotations" : [ ],
|
|
27704
|
+
"description" : "Contains additional information for the preference. For example, Shipstation"
|
|
27705
|
+
} ],
|
|
27706
|
+
"attributes" : [ ],
|
|
27707
|
+
"interfaces" : [ ]
|
|
27548
27708
|
}, {
|
|
27549
27709
|
"name" : "logistics_settings",
|
|
27550
27710
|
"plural" : "logistics_settingses",
|
|
@@ -43969,6 +44129,25 @@
|
|
|
43969
44129
|
} ],
|
|
43970
44130
|
"attributes" : [ ],
|
|
43971
44131
|
"interfaces" : [ ]
|
|
44132
|
+
}, {
|
|
44133
|
+
"name" : "shop",
|
|
44134
|
+
"plural" : "shops",
|
|
44135
|
+
"fields" : [ {
|
|
44136
|
+
"name" : "name",
|
|
44137
|
+
"type" : "string",
|
|
44138
|
+
"required" : true,
|
|
44139
|
+
"attributes" : [ ],
|
|
44140
|
+
"annotations" : [ ]
|
|
44141
|
+
}, {
|
|
44142
|
+
"name" : "id",
|
|
44143
|
+
"type" : "string",
|
|
44144
|
+
"required" : true,
|
|
44145
|
+
"attributes" : [ ],
|
|
44146
|
+
"annotations" : [ ],
|
|
44147
|
+
"description" : "Globally unique identifier"
|
|
44148
|
+
} ],
|
|
44149
|
+
"attributes" : [ ],
|
|
44150
|
+
"interfaces" : [ ]
|
|
43972
44151
|
}, {
|
|
43973
44152
|
"name" : "shopify_cart",
|
|
43974
44153
|
"plural" : "shopify_carts",
|
|
@@ -45004,6 +45183,36 @@
|
|
|
45004
45183
|
"required" : false,
|
|
45005
45184
|
"attributes" : [ ],
|
|
45006
45185
|
"annotations" : [ ]
|
|
45186
|
+
}, {
|
|
45187
|
+
"name" : "logistics_format",
|
|
45188
|
+
"type" : "logistics_format",
|
|
45189
|
+
"required" : false,
|
|
45190
|
+
"attributes" : [ ],
|
|
45191
|
+
"annotations" : [ ]
|
|
45192
|
+
}, {
|
|
45193
|
+
"name" : "shop",
|
|
45194
|
+
"type" : "shop",
|
|
45195
|
+
"required" : false,
|
|
45196
|
+
"attributes" : [ ],
|
|
45197
|
+
"annotations" : [ ]
|
|
45198
|
+
}, {
|
|
45199
|
+
"name" : "last_year_xborder_gmv",
|
|
45200
|
+
"type" : "money",
|
|
45201
|
+
"required" : false,
|
|
45202
|
+
"attributes" : [ ],
|
|
45203
|
+
"annotations" : [ ]
|
|
45204
|
+
}, {
|
|
45205
|
+
"name" : "last_month_xborder_gmv",
|
|
45206
|
+
"type" : "money",
|
|
45207
|
+
"required" : false,
|
|
45208
|
+
"attributes" : [ ],
|
|
45209
|
+
"annotations" : [ ]
|
|
45210
|
+
}, {
|
|
45211
|
+
"name" : "average_order_value",
|
|
45212
|
+
"type" : "money",
|
|
45213
|
+
"required" : false,
|
|
45214
|
+
"attributes" : [ ],
|
|
45215
|
+
"annotations" : [ ]
|
|
45007
45216
|
} ],
|
|
45008
45217
|
"attributes" : [ ],
|
|
45009
45218
|
"interfaces" : [ ]
|
|
@@ -45168,6 +45377,36 @@
|
|
|
45168
45377
|
"required" : true,
|
|
45169
45378
|
"attributes" : [ ],
|
|
45170
45379
|
"annotations" : [ ]
|
|
45380
|
+
}, {
|
|
45381
|
+
"name" : "logistics_format",
|
|
45382
|
+
"type" : "logistics_format",
|
|
45383
|
+
"required" : false,
|
|
45384
|
+
"attributes" : [ ],
|
|
45385
|
+
"annotations" : [ ]
|
|
45386
|
+
}, {
|
|
45387
|
+
"name" : "shop",
|
|
45388
|
+
"type" : "shop",
|
|
45389
|
+
"required" : false,
|
|
45390
|
+
"attributes" : [ ],
|
|
45391
|
+
"annotations" : [ ]
|
|
45392
|
+
}, {
|
|
45393
|
+
"name" : "last_year_xborder_gmv",
|
|
45394
|
+
"type" : "money",
|
|
45395
|
+
"required" : false,
|
|
45396
|
+
"attributes" : [ ],
|
|
45397
|
+
"annotations" : [ ]
|
|
45398
|
+
}, {
|
|
45399
|
+
"name" : "last_month_xborder_gmv",
|
|
45400
|
+
"type" : "money",
|
|
45401
|
+
"required" : false,
|
|
45402
|
+
"attributes" : [ ],
|
|
45403
|
+
"annotations" : [ ]
|
|
45404
|
+
}, {
|
|
45405
|
+
"name" : "average_order_value",
|
|
45406
|
+
"type" : "money",
|
|
45407
|
+
"required" : false,
|
|
45408
|
+
"attributes" : [ ],
|
|
45409
|
+
"annotations" : [ ]
|
|
45171
45410
|
} ],
|
|
45172
45411
|
"attributes" : [ ],
|
|
45173
45412
|
"interfaces" : [ ]
|
|
@@ -48659,6 +48898,13 @@
|
|
|
48659
48898
|
"required" : true,
|
|
48660
48899
|
"attributes" : [ ],
|
|
48661
48900
|
"annotations" : [ ]
|
|
48901
|
+
}, {
|
|
48902
|
+
"name" : "service_id",
|
|
48903
|
+
"type" : "string",
|
|
48904
|
+
"required" : false,
|
|
48905
|
+
"attributes" : [ ],
|
|
48906
|
+
"annotations" : [ ],
|
|
48907
|
+
"description" : "If known, the specific carrier service level used for this label"
|
|
48662
48908
|
}, {
|
|
48663
48909
|
"name" : "carrier_tracking_number",
|
|
48664
48910
|
"type" : "string",
|
|
@@ -49005,6 +49251,13 @@
|
|
|
49005
49251
|
"attributes" : [ ],
|
|
49006
49252
|
"annotations" : [ ],
|
|
49007
49253
|
"default" : "[]"
|
|
49254
|
+
}, {
|
|
49255
|
+
"name" : "discounts",
|
|
49256
|
+
"type" : "[billing_discount]",
|
|
49257
|
+
"required" : true,
|
|
49258
|
+
"attributes" : [ ],
|
|
49259
|
+
"annotations" : [ ],
|
|
49260
|
+
"default" : "[]"
|
|
49008
49261
|
}, {
|
|
49009
49262
|
"name" : "net",
|
|
49010
49263
|
"type" : "decimal",
|
|
@@ -74156,6 +74409,12 @@
|
|
|
74156
74409
|
"type" : "string",
|
|
74157
74410
|
"location" : "Query",
|
|
74158
74411
|
"required" : false
|
|
74412
|
+
}, {
|
|
74413
|
+
"name" : "since",
|
|
74414
|
+
"type" : "date-time-iso8601",
|
|
74415
|
+
"location" : "Query",
|
|
74416
|
+
"required" : false,
|
|
74417
|
+
"description" : "Filter to items created_at after the specified datetime."
|
|
74159
74418
|
}, {
|
|
74160
74419
|
"name" : "limit",
|
|
74161
74420
|
"type" : "long",
|