@flowio/api-mock-generator 6.17.108 → 6.17.110
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 +242 -155
- package/package.json +2 -2
- package/src/api.json +242 -155
package/dist/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key": "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace": "io.flow.v0",
|
|
10
|
-
"version": "0.20.
|
|
10
|
+
"version": "0.20.67",
|
|
11
11
|
"info": {
|
|
12
12
|
"license": {
|
|
13
13
|
"name": "MIT",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"application": {
|
|
29
29
|
"key": "channel-internal"
|
|
30
30
|
},
|
|
31
|
-
"version": "0.27.
|
|
31
|
+
"version": "0.27.65",
|
|
32
32
|
"enums": ["channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status", "channel_service", "order_payment_source_type"],
|
|
33
33
|
"interfaces": [],
|
|
34
34
|
"unions": [],
|
|
35
|
-
"models": ["channel_currency_form", "channel_form", "channel_membership", "channel_membership_form", "channel_membership_put_form", "channel_order_acceptance", "channel_order_acceptance_details", "channel_order_acceptance_failure", "channel_order_acceptance_form", "channel_order_acceptance_reason", "
|
|
35
|
+
"models": ["channel_currency_form", "channel_form", "channel_membership", "channel_membership_form", "channel_membership_put_form", "channel_order_acceptance", "channel_order_acceptance_details", "channel_order_acceptance_failure", "channel_order_acceptance_form", "channel_order_acceptance_reason", "channel_organization_domains", "channel_organization_installation", "channel_organization_installation_post_form", "channel_organization_metadata", "channel_organization_token", "channel_organization_token_body", "flow_channel_organization", "order_edit_summary"],
|
|
36
36
|
"annotations": []
|
|
37
37
|
}, {
|
|
38
38
|
"uri": "https://app.apibuilder.io/flow/apple-pay/latest/service.json",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"application": {
|
|
44
44
|
"key": "apple-pay"
|
|
45
45
|
},
|
|
46
|
-
"version": "0.4.
|
|
46
|
+
"version": "0.4.52",
|
|
47
47
|
"enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
|
|
48
48
|
"interfaces": [],
|
|
49
49
|
"unions": [],
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"application": {
|
|
59
59
|
"key": "google-pay"
|
|
60
60
|
},
|
|
61
|
-
"version": "0.4.
|
|
61
|
+
"version": "0.4.52",
|
|
62
62
|
"enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
|
|
63
63
|
"interfaces": [],
|
|
64
64
|
"unions": ["payment_method_token"],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"application": {
|
|
74
74
|
"key": "shopify-external"
|
|
75
75
|
},
|
|
76
|
-
"version": "0.4.
|
|
76
|
+
"version": "0.4.52",
|
|
77
77
|
"enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
|
|
78
78
|
"interfaces": [],
|
|
79
79
|
"unions": [],
|
|
@@ -1550,9 +1550,6 @@
|
|
|
1550
1550
|
}, {
|
|
1551
1551
|
"name": "fully_harmonized_item_upserted",
|
|
1552
1552
|
"attributes": []
|
|
1553
|
-
}, {
|
|
1554
|
-
"name": "label_upserted",
|
|
1555
|
-
"attributes": []
|
|
1556
1553
|
}, {
|
|
1557
1554
|
"name": "label_deleted_v2",
|
|
1558
1555
|
"attributes": []
|
|
@@ -5058,6 +5055,20 @@
|
|
|
5058
5055
|
"attributes": []
|
|
5059
5056
|
}],
|
|
5060
5057
|
"attributes": []
|
|
5058
|
+
}, {
|
|
5059
|
+
"name": "tax_jurisdiction_type",
|
|
5060
|
+
"plural": "tax_jurisdiction_types",
|
|
5061
|
+
"values": [{
|
|
5062
|
+
"name": "country",
|
|
5063
|
+
"attributes": [],
|
|
5064
|
+
"description": "Country-level tax (e.g., Federal GST)"
|
|
5065
|
+
}, {
|
|
5066
|
+
"name": "province",
|
|
5067
|
+
"attributes": [],
|
|
5068
|
+
"description": "Province or state-level tax"
|
|
5069
|
+
}],
|
|
5070
|
+
"attributes": [],
|
|
5071
|
+
"description": "Type of tax jurisdiction for invoices"
|
|
5061
5072
|
}, {
|
|
5062
5073
|
"name": "tax_report_type",
|
|
5063
5074
|
"plural": "tax_report_types",
|
|
@@ -5069,6 +5080,36 @@
|
|
|
5069
5080
|
"attributes": []
|
|
5070
5081
|
}],
|
|
5071
5082
|
"attributes": []
|
|
5083
|
+
}, {
|
|
5084
|
+
"name": "tax_type",
|
|
5085
|
+
"plural": "tax_types",
|
|
5086
|
+
"values": [{
|
|
5087
|
+
"name": "vat",
|
|
5088
|
+
"attributes": [],
|
|
5089
|
+
"description": "Value Added Tax"
|
|
5090
|
+
}, {
|
|
5091
|
+
"name": "gst",
|
|
5092
|
+
"attributes": [],
|
|
5093
|
+
"description": "Goods and Services Tax (Canada Federal)"
|
|
5094
|
+
}, {
|
|
5095
|
+
"name": "hst",
|
|
5096
|
+
"attributes": [],
|
|
5097
|
+
"description": "Harmonized Sales Tax (Canada)"
|
|
5098
|
+
}, {
|
|
5099
|
+
"name": "pst",
|
|
5100
|
+
"attributes": [],
|
|
5101
|
+
"description": "Provincial Sales Tax (Canada)"
|
|
5102
|
+
}, {
|
|
5103
|
+
"name": "qst",
|
|
5104
|
+
"attributes": [],
|
|
5105
|
+
"description": "Quebec Sales Tax (Canada)"
|
|
5106
|
+
}, {
|
|
5107
|
+
"name": "sales_tax",
|
|
5108
|
+
"attributes": [],
|
|
5109
|
+
"description": "General sales tax"
|
|
5110
|
+
}],
|
|
5111
|
+
"attributes": [],
|
|
5112
|
+
"description": "Types of taxes that can be applied to a invoice line"
|
|
5072
5113
|
}, {
|
|
5073
5114
|
"name": "tax_verification_result",
|
|
5074
5115
|
"plural": "tax_verification_results",
|
|
@@ -8004,10 +8045,6 @@
|
|
|
8004
8045
|
"type": "fully_harmonized_item_upserted",
|
|
8005
8046
|
"attributes": [],
|
|
8006
8047
|
"discriminator_value": "fully_harmonized_item_upserted"
|
|
8007
|
-
}, {
|
|
8008
|
-
"type": "label_upserted",
|
|
8009
|
-
"attributes": [],
|
|
8010
|
-
"discriminator_value": "label_upserted"
|
|
8011
8048
|
}, {
|
|
8012
8049
|
"type": "label_deleted_v2",
|
|
8013
8050
|
"attributes": [],
|
|
@@ -13220,6 +13257,13 @@
|
|
|
13220
13257
|
"required": true,
|
|
13221
13258
|
"attributes": [],
|
|
13222
13259
|
"annotations": []
|
|
13260
|
+
}, {
|
|
13261
|
+
"name": "tax_lines",
|
|
13262
|
+
"type": "[invoice_tax_line]",
|
|
13263
|
+
"required": false,
|
|
13264
|
+
"attributes": [],
|
|
13265
|
+
"annotations": [],
|
|
13266
|
+
"description": "detailed tax breakdown for items & shipping line"
|
|
13223
13267
|
}, {
|
|
13224
13268
|
"name": "documents",
|
|
13225
13269
|
"type": "[consumer_invoice_document]",
|
|
@@ -13388,6 +13432,13 @@
|
|
|
13388
13432
|
"attributes": [],
|
|
13389
13433
|
"annotations": [],
|
|
13390
13434
|
"description": "The total amount of tax for this invoice"
|
|
13435
|
+
}, {
|
|
13436
|
+
"name": "tax_lines",
|
|
13437
|
+
"type": "[invoice_tax_line]",
|
|
13438
|
+
"required": false,
|
|
13439
|
+
"attributes": [],
|
|
13440
|
+
"annotations": [],
|
|
13441
|
+
"description": "detailed tax breakdown for items & shipping in this invoice"
|
|
13391
13442
|
}, {
|
|
13392
13443
|
"name": "lines",
|
|
13393
13444
|
"type": "[consumer_invoice_line]",
|
|
@@ -18157,6 +18208,13 @@
|
|
|
18157
18208
|
"name": "consumer_invoice_line_discount",
|
|
18158
18209
|
"plural": "consumer_invoice_line_discounts",
|
|
18159
18210
|
"fields": [{
|
|
18211
|
+
"name": "line_id",
|
|
18212
|
+
"type": "string",
|
|
18213
|
+
"required": false,
|
|
18214
|
+
"attributes": [],
|
|
18215
|
+
"annotations": [],
|
|
18216
|
+
"description": "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18217
|
+
}, {
|
|
18160
18218
|
"name": "price",
|
|
18161
18219
|
"type": "price",
|
|
18162
18220
|
"required": true,
|
|
@@ -18184,6 +18242,13 @@
|
|
|
18184
18242
|
"name": "consumer_invoice_line_item",
|
|
18185
18243
|
"plural": "consumer_invoice_line_items",
|
|
18186
18244
|
"fields": [{
|
|
18245
|
+
"name": "line_id",
|
|
18246
|
+
"type": "string",
|
|
18247
|
+
"required": false,
|
|
18248
|
+
"attributes": [],
|
|
18249
|
+
"annotations": [],
|
|
18250
|
+
"description": "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18251
|
+
}, {
|
|
18187
18252
|
"name": "item",
|
|
18188
18253
|
"type": "item_reference",
|
|
18189
18254
|
"required": true,
|
|
@@ -18280,6 +18345,13 @@
|
|
|
18280
18345
|
"name": "consumer_invoice_line_shipping",
|
|
18281
18346
|
"plural": "consumer_invoice_line_shippings",
|
|
18282
18347
|
"fields": [{
|
|
18348
|
+
"name": "line_id",
|
|
18349
|
+
"type": "string",
|
|
18350
|
+
"required": false,
|
|
18351
|
+
"attributes": [],
|
|
18352
|
+
"annotations": [],
|
|
18353
|
+
"description": "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18354
|
+
}, {
|
|
18283
18355
|
"name": "price",
|
|
18284
18356
|
"type": "price",
|
|
18285
18357
|
"required": true,
|
|
@@ -18343,6 +18415,13 @@
|
|
|
18343
18415
|
"name": "consumer_invoice_line_tip",
|
|
18344
18416
|
"plural": "consumer_invoice_line_tips",
|
|
18345
18417
|
"fields": [{
|
|
18418
|
+
"name": "line_id",
|
|
18419
|
+
"type": "string",
|
|
18420
|
+
"required": false,
|
|
18421
|
+
"attributes": [],
|
|
18422
|
+
"annotations": [],
|
|
18423
|
+
"description": "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18424
|
+
}, {
|
|
18346
18425
|
"name": "price",
|
|
18347
18426
|
"type": "price",
|
|
18348
18427
|
"required": true,
|
|
@@ -27382,6 +27461,27 @@
|
|
|
27382
27461
|
}],
|
|
27383
27462
|
"attributes": [],
|
|
27384
27463
|
"interfaces": []
|
|
27464
|
+
}, {
|
|
27465
|
+
"name": "invoice_tax_line",
|
|
27466
|
+
"plural": "invoice_tax_lines",
|
|
27467
|
+
"fields": [{
|
|
27468
|
+
"name": "line_id",
|
|
27469
|
+
"type": "string",
|
|
27470
|
+
"required": true,
|
|
27471
|
+
"attributes": [],
|
|
27472
|
+
"annotations": [],
|
|
27473
|
+
"description": "References the line_id of the corresponding invoice line (item, shipping, or tip)"
|
|
27474
|
+
}, {
|
|
27475
|
+
"name": "tax_breakdown",
|
|
27476
|
+
"type": "[tax_breakdown]",
|
|
27477
|
+
"required": true,
|
|
27478
|
+
"attributes": [],
|
|
27479
|
+
"annotations": [],
|
|
27480
|
+
"description": "Array of tax components (e.g., GST + QST for Quebec)"
|
|
27481
|
+
}],
|
|
27482
|
+
"attributes": [],
|
|
27483
|
+
"interfaces": [],
|
|
27484
|
+
"description": "Tax line breakdown for invoices, linked to a specific invoice line by line_id"
|
|
27385
27485
|
}, {
|
|
27386
27486
|
"name": "issuer_reference",
|
|
27387
27487
|
"plural": "issuer_references",
|
|
@@ -29080,147 +29180,6 @@
|
|
|
29080
29180
|
"attributes": [],
|
|
29081
29181
|
"interfaces": [],
|
|
29082
29182
|
"description": "Describes the units that are then used consistently throughout all the data in the label invoice request"
|
|
29083
|
-
}, {
|
|
29084
|
-
"name": "label_upserted",
|
|
29085
|
-
"plural": "label_upserteds",
|
|
29086
|
-
"fields": [{
|
|
29087
|
-
"name": "event_id",
|
|
29088
|
-
"type": "string",
|
|
29089
|
-
"required": true,
|
|
29090
|
-
"attributes": [],
|
|
29091
|
-
"annotations": []
|
|
29092
|
-
}, {
|
|
29093
|
-
"name": "timestamp",
|
|
29094
|
-
"type": "date-time-iso8601",
|
|
29095
|
-
"required": true,
|
|
29096
|
-
"attributes": [],
|
|
29097
|
-
"annotations": []
|
|
29098
|
-
}, {
|
|
29099
|
-
"name": "organization",
|
|
29100
|
-
"type": "string",
|
|
29101
|
-
"required": true,
|
|
29102
|
-
"attributes": [],
|
|
29103
|
-
"annotations": [],
|
|
29104
|
-
"description": "Refers to your organization's account identifier"
|
|
29105
|
-
}, {
|
|
29106
|
-
"name": "label_id",
|
|
29107
|
-
"type": "string",
|
|
29108
|
-
"required": true,
|
|
29109
|
-
"attributes": [],
|
|
29110
|
-
"annotations": []
|
|
29111
|
-
}, {
|
|
29112
|
-
"name": "carrier_tracking_number",
|
|
29113
|
-
"type": "string",
|
|
29114
|
-
"required": true,
|
|
29115
|
-
"attributes": [],
|
|
29116
|
-
"annotations": []
|
|
29117
|
-
}, {
|
|
29118
|
-
"name": "commercial_invoice",
|
|
29119
|
-
"type": "string",
|
|
29120
|
-
"required": true,
|
|
29121
|
-
"attributes": [],
|
|
29122
|
-
"annotations": []
|
|
29123
|
-
}, {
|
|
29124
|
-
"name": "flow_tracking_number",
|
|
29125
|
-
"type": "string",
|
|
29126
|
-
"required": true,
|
|
29127
|
-
"attributes": [],
|
|
29128
|
-
"annotations": []
|
|
29129
|
-
}, {
|
|
29130
|
-
"name": "destination",
|
|
29131
|
-
"type": "shipping_address",
|
|
29132
|
-
"required": true,
|
|
29133
|
-
"attributes": [],
|
|
29134
|
-
"annotations": ["personal_data", "consumer"]
|
|
29135
|
-
}, {
|
|
29136
|
-
"name": "origin",
|
|
29137
|
-
"type": "shipping_address",
|
|
29138
|
-
"required": true,
|
|
29139
|
-
"attributes": [],
|
|
29140
|
-
"annotations": ["personal_data", "consumer"]
|
|
29141
|
-
}, {
|
|
29142
|
-
"name": "carrier",
|
|
29143
|
-
"type": "string",
|
|
29144
|
-
"required": true,
|
|
29145
|
-
"attributes": [],
|
|
29146
|
-
"annotations": []
|
|
29147
|
-
}, {
|
|
29148
|
-
"name": "service",
|
|
29149
|
-
"type": "string",
|
|
29150
|
-
"required": true,
|
|
29151
|
-
"attributes": [],
|
|
29152
|
-
"annotations": []
|
|
29153
|
-
}, {
|
|
29154
|
-
"name": "zpl",
|
|
29155
|
-
"type": "string",
|
|
29156
|
-
"required": false,
|
|
29157
|
-
"attributes": [],
|
|
29158
|
-
"annotations": ["personal_data", "consumer"]
|
|
29159
|
-
}, {
|
|
29160
|
-
"name": "pdf",
|
|
29161
|
-
"type": "string",
|
|
29162
|
-
"required": false,
|
|
29163
|
-
"attributes": [],
|
|
29164
|
-
"annotations": ["personal_data", "consumer"]
|
|
29165
|
-
}, {
|
|
29166
|
-
"name": "png",
|
|
29167
|
-
"type": "string",
|
|
29168
|
-
"required": false,
|
|
29169
|
-
"attributes": [],
|
|
29170
|
-
"annotations": ["personal_data", "consumer"]
|
|
29171
|
-
}, {
|
|
29172
|
-
"name": "order",
|
|
29173
|
-
"type": "string",
|
|
29174
|
-
"required": false,
|
|
29175
|
-
"attributes": [],
|
|
29176
|
-
"annotations": []
|
|
29177
|
-
}, {
|
|
29178
|
-
"name": "carrier_tracking_number_url",
|
|
29179
|
-
"type": "string",
|
|
29180
|
-
"required": false,
|
|
29181
|
-
"attributes": [],
|
|
29182
|
-
"annotations": []
|
|
29183
|
-
}, {
|
|
29184
|
-
"name": "flow_tracking_number_url",
|
|
29185
|
-
"type": "string",
|
|
29186
|
-
"required": false,
|
|
29187
|
-
"attributes": [],
|
|
29188
|
-
"annotations": []
|
|
29189
|
-
}, {
|
|
29190
|
-
"name": "center_key",
|
|
29191
|
-
"type": "string",
|
|
29192
|
-
"required": false,
|
|
29193
|
-
"attributes": [],
|
|
29194
|
-
"annotations": []
|
|
29195
|
-
}, {
|
|
29196
|
-
"name": "recipient",
|
|
29197
|
-
"type": "shipment_recipient",
|
|
29198
|
-
"required": false,
|
|
29199
|
-
"attributes": [],
|
|
29200
|
-
"annotations": ["personal_data", "consumer"]
|
|
29201
|
-
}, {
|
|
29202
|
-
"name": "package",
|
|
29203
|
-
"type": "shipping_label_package",
|
|
29204
|
-
"required": false,
|
|
29205
|
-
"attributes": [],
|
|
29206
|
-
"annotations": []
|
|
29207
|
-
}, {
|
|
29208
|
-
"name": "order_identifier",
|
|
29209
|
-
"type": "string",
|
|
29210
|
-
"required": false,
|
|
29211
|
-
"attributes": [],
|
|
29212
|
-
"annotations": [],
|
|
29213
|
-
"description": "The order identifier this label is associated with. Will be blank if not specified when a label was created."
|
|
29214
|
-
}, {
|
|
29215
|
-
"name": "fulfillment_key",
|
|
29216
|
-
"type": "string",
|
|
29217
|
-
"required": false,
|
|
29218
|
-
"attributes": [],
|
|
29219
|
-
"annotations": [],
|
|
29220
|
-
"description": "The key of a fulfillment this label is associated with. Will be blank if not specified when a label was created."
|
|
29221
|
-
}],
|
|
29222
|
-
"attributes": [],
|
|
29223
|
-
"interfaces": []
|
|
29224
29183
|
}, {
|
|
29225
29184
|
"name": "label_upserted_v2",
|
|
29226
29185
|
"plural": "label_upserted_v2s",
|
|
@@ -31608,6 +31567,13 @@
|
|
|
31608
31567
|
"attributes": [],
|
|
31609
31568
|
"annotations": [],
|
|
31610
31569
|
"description": "List of metafield handles that can be set to influence restriction review."
|
|
31570
|
+
}, {
|
|
31571
|
+
"name": "require_msds",
|
|
31572
|
+
"type": "boolean",
|
|
31573
|
+
"required": false,
|
|
31574
|
+
"attributes": [],
|
|
31575
|
+
"annotations": [],
|
|
31576
|
+
"description": "If true, restriction can be lifted after review of MSDS doc"
|
|
31611
31577
|
}],
|
|
31612
31578
|
"attributes": [],
|
|
31613
31579
|
"interfaces": []
|
|
@@ -50446,6 +50412,49 @@
|
|
|
50446
50412
|
"attributes": [],
|
|
50447
50413
|
"interfaces": [],
|
|
50448
50414
|
"description": "Represents a simple model of taxes that apply to a given item / destination."
|
|
50415
|
+
}, {
|
|
50416
|
+
"name": "tax_breakdown",
|
|
50417
|
+
"plural": "tax_breakdowns",
|
|
50418
|
+
"fields": [{
|
|
50419
|
+
"name": "label",
|
|
50420
|
+
"type": "string",
|
|
50421
|
+
"required": true,
|
|
50422
|
+
"attributes": [],
|
|
50423
|
+
"annotations": [],
|
|
50424
|
+
"description": "Tax line label (e.g., 'GST', 'QST', etc.)"
|
|
50425
|
+
}, {
|
|
50426
|
+
"name": "calculated_tax",
|
|
50427
|
+
"type": "money",
|
|
50428
|
+
"required": true,
|
|
50429
|
+
"attributes": [],
|
|
50430
|
+
"annotations": [],
|
|
50431
|
+
"description": "Calculated tax amount"
|
|
50432
|
+
}, {
|
|
50433
|
+
"name": "rate",
|
|
50434
|
+
"type": "decimal",
|
|
50435
|
+
"required": true,
|
|
50436
|
+
"attributes": [],
|
|
50437
|
+
"annotations": [],
|
|
50438
|
+
"description": "Tax rate as decimal (e.g., 0.05 for 5%)",
|
|
50439
|
+
"example": "0.05"
|
|
50440
|
+
}, {
|
|
50441
|
+
"name": "line_total",
|
|
50442
|
+
"type": "money",
|
|
50443
|
+
"required": true,
|
|
50444
|
+
"attributes": [],
|
|
50445
|
+
"annotations": [],
|
|
50446
|
+
"description": "Line item total amount for reporting purposes"
|
|
50447
|
+
}, {
|
|
50448
|
+
"name": "jurisdiction_type",
|
|
50449
|
+
"type": "tax_jurisdiction_type",
|
|
50450
|
+
"required": true,
|
|
50451
|
+
"attributes": [],
|
|
50452
|
+
"annotations": [],
|
|
50453
|
+
"description": "Jurisdiction level (country for federal, province for provincial)"
|
|
50454
|
+
}],
|
|
50455
|
+
"attributes": [],
|
|
50456
|
+
"interfaces": [],
|
|
50457
|
+
"description": "Detailed tax breakdown with jurisdiction and type information"
|
|
50449
50458
|
}, {
|
|
50450
50459
|
"name": "tax_duty_calculator_validation_error",
|
|
50451
50460
|
"plural": "tax_duty_calculator_validation_errors",
|
|
@@ -53060,6 +53069,84 @@
|
|
|
53060
53069
|
"required": true,
|
|
53061
53070
|
"attributes": [],
|
|
53062
53071
|
"annotations": []
|
|
53072
|
+
}, {
|
|
53073
|
+
"name": "local_currency",
|
|
53074
|
+
"type": "string",
|
|
53075
|
+
"required": false,
|
|
53076
|
+
"attributes": [],
|
|
53077
|
+
"annotations": []
|
|
53078
|
+
}, {
|
|
53079
|
+
"name": "actual",
|
|
53080
|
+
"type": "transaction_metadata_tax_duty_actual",
|
|
53081
|
+
"required": false,
|
|
53082
|
+
"attributes": [],
|
|
53083
|
+
"annotations": []
|
|
53084
|
+
}, {
|
|
53085
|
+
"name": "estimate",
|
|
53086
|
+
"type": "transaction_metadata_tax_duty_estimate",
|
|
53087
|
+
"required": false,
|
|
53088
|
+
"attributes": [],
|
|
53089
|
+
"annotations": []
|
|
53090
|
+
}, {
|
|
53091
|
+
"name": "delta",
|
|
53092
|
+
"type": "transaction_metadata_tax_duty_delta",
|
|
53093
|
+
"required": false,
|
|
53094
|
+
"attributes": [],
|
|
53095
|
+
"annotations": []
|
|
53096
|
+
}],
|
|
53097
|
+
"attributes": [],
|
|
53098
|
+
"interfaces": []
|
|
53099
|
+
}, {
|
|
53100
|
+
"name": "transaction_metadata_tax_duty_actual",
|
|
53101
|
+
"plural": "transaction_metadata_tax_duty_actuals",
|
|
53102
|
+
"fields": [{
|
|
53103
|
+
"name": "base",
|
|
53104
|
+
"type": "decimal",
|
|
53105
|
+
"required": false,
|
|
53106
|
+
"attributes": [],
|
|
53107
|
+
"annotations": []
|
|
53108
|
+
}, {
|
|
53109
|
+
"name": "local",
|
|
53110
|
+
"type": "decimal",
|
|
53111
|
+
"required": false,
|
|
53112
|
+
"attributes": [],
|
|
53113
|
+
"annotations": []
|
|
53114
|
+
}],
|
|
53115
|
+
"attributes": [],
|
|
53116
|
+
"interfaces": []
|
|
53117
|
+
}, {
|
|
53118
|
+
"name": "transaction_metadata_tax_duty_delta",
|
|
53119
|
+
"plural": "transaction_metadata_tax_duty_deltas",
|
|
53120
|
+
"fields": [{
|
|
53121
|
+
"name": "base",
|
|
53122
|
+
"type": "decimal",
|
|
53123
|
+
"required": false,
|
|
53124
|
+
"attributes": [],
|
|
53125
|
+
"annotations": []
|
|
53126
|
+
}, {
|
|
53127
|
+
"name": "local",
|
|
53128
|
+
"type": "decimal",
|
|
53129
|
+
"required": false,
|
|
53130
|
+
"attributes": [],
|
|
53131
|
+
"annotations": []
|
|
53132
|
+
}],
|
|
53133
|
+
"attributes": [],
|
|
53134
|
+
"interfaces": []
|
|
53135
|
+
}, {
|
|
53136
|
+
"name": "transaction_metadata_tax_duty_estimate",
|
|
53137
|
+
"plural": "transaction_metadata_tax_duty_estimates",
|
|
53138
|
+
"fields": [{
|
|
53139
|
+
"name": "base",
|
|
53140
|
+
"type": "decimal",
|
|
53141
|
+
"required": false,
|
|
53142
|
+
"attributes": [],
|
|
53143
|
+
"annotations": []
|
|
53144
|
+
}, {
|
|
53145
|
+
"name": "local",
|
|
53146
|
+
"type": "decimal",
|
|
53147
|
+
"required": false,
|
|
53148
|
+
"attributes": [],
|
|
53149
|
+
"annotations": []
|
|
53063
53150
|
}],
|
|
53064
53151
|
"attributes": [],
|
|
53065
53152
|
"interfaces": []
|
|
@@ -80704,7 +80791,7 @@
|
|
|
80704
80791
|
"description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
80705
80792
|
}],
|
|
80706
80793
|
"apidoc": {
|
|
80707
|
-
"version": "0.20.
|
|
80794
|
+
"version": "0.20.67"
|
|
80708
80795
|
},
|
|
80709
80796
|
"base_url": "https://api.flow.io",
|
|
80710
80797
|
"description": "The Flow Commerce REST API provides full access to the global ecommerce platform."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-mock-generator",
|
|
3
|
-
"version": "6.17.
|
|
3
|
+
"version": "6.17.110",
|
|
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": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
|
|
32
32
|
}
|
package/src/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key" : "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace" : "io.flow.v0",
|
|
10
|
-
"version" : "0.20.
|
|
10
|
+
"version" : "0.20.67",
|
|
11
11
|
"info" : {
|
|
12
12
|
"license" : {
|
|
13
13
|
"name" : "MIT",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"application" : {
|
|
29
29
|
"key" : "channel-internal"
|
|
30
30
|
},
|
|
31
|
-
"version" : "0.27.
|
|
31
|
+
"version" : "0.27.65",
|
|
32
32
|
"enums" : [ "channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status", "channel_service", "order_payment_source_type" ],
|
|
33
33
|
"interfaces" : [ ],
|
|
34
34
|
"unions" : [ ],
|
|
35
|
-
"models" : [ "channel_currency_form", "channel_form", "channel_membership", "channel_membership_form", "channel_membership_put_form", "channel_order_acceptance", "channel_order_acceptance_details", "channel_order_acceptance_failure", "channel_order_acceptance_form", "channel_order_acceptance_reason", "
|
|
35
|
+
"models" : [ "channel_currency_form", "channel_form", "channel_membership", "channel_membership_form", "channel_membership_put_form", "channel_order_acceptance", "channel_order_acceptance_details", "channel_order_acceptance_failure", "channel_order_acceptance_form", "channel_order_acceptance_reason", "channel_organization_domains", "channel_organization_installation", "channel_organization_installation_post_form", "channel_organization_metadata", "channel_organization_token", "channel_organization_token_body", "flow_channel_organization", "order_edit_summary" ],
|
|
36
36
|
"annotations" : [ ]
|
|
37
37
|
}, {
|
|
38
38
|
"uri" : "https://app.apibuilder.io/flow/apple-pay/latest/service.json",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"application" : {
|
|
44
44
|
"key" : "apple-pay"
|
|
45
45
|
},
|
|
46
|
-
"version" : "0.4.
|
|
46
|
+
"version" : "0.4.52",
|
|
47
47
|
"enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
|
|
48
48
|
"interfaces" : [ ],
|
|
49
49
|
"unions" : [ ],
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"application" : {
|
|
59
59
|
"key" : "google-pay"
|
|
60
60
|
},
|
|
61
|
-
"version" : "0.4.
|
|
61
|
+
"version" : "0.4.52",
|
|
62
62
|
"enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
|
|
63
63
|
"interfaces" : [ ],
|
|
64
64
|
"unions" : [ "payment_method_token" ],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"application" : {
|
|
74
74
|
"key" : "shopify-external"
|
|
75
75
|
},
|
|
76
|
-
"version" : "0.4.
|
|
76
|
+
"version" : "0.4.52",
|
|
77
77
|
"enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
|
|
78
78
|
"interfaces" : [ ],
|
|
79
79
|
"unions" : [ ],
|
|
@@ -1550,9 +1550,6 @@
|
|
|
1550
1550
|
}, {
|
|
1551
1551
|
"name" : "fully_harmonized_item_upserted",
|
|
1552
1552
|
"attributes" : [ ]
|
|
1553
|
-
}, {
|
|
1554
|
-
"name" : "label_upserted",
|
|
1555
|
-
"attributes" : [ ]
|
|
1556
1553
|
}, {
|
|
1557
1554
|
"name" : "label_deleted_v2",
|
|
1558
1555
|
"attributes" : [ ]
|
|
@@ -5058,6 +5055,20 @@
|
|
|
5058
5055
|
"attributes" : [ ]
|
|
5059
5056
|
} ],
|
|
5060
5057
|
"attributes" : [ ]
|
|
5058
|
+
}, {
|
|
5059
|
+
"name" : "tax_jurisdiction_type",
|
|
5060
|
+
"plural" : "tax_jurisdiction_types",
|
|
5061
|
+
"values" : [ {
|
|
5062
|
+
"name" : "country",
|
|
5063
|
+
"attributes" : [ ],
|
|
5064
|
+
"description" : "Country-level tax (e.g., Federal GST)"
|
|
5065
|
+
}, {
|
|
5066
|
+
"name" : "province",
|
|
5067
|
+
"attributes" : [ ],
|
|
5068
|
+
"description" : "Province or state-level tax"
|
|
5069
|
+
} ],
|
|
5070
|
+
"attributes" : [ ],
|
|
5071
|
+
"description" : "Type of tax jurisdiction for invoices"
|
|
5061
5072
|
}, {
|
|
5062
5073
|
"name" : "tax_report_type",
|
|
5063
5074
|
"plural" : "tax_report_types",
|
|
@@ -5069,6 +5080,36 @@
|
|
|
5069
5080
|
"attributes" : [ ]
|
|
5070
5081
|
} ],
|
|
5071
5082
|
"attributes" : [ ]
|
|
5083
|
+
}, {
|
|
5084
|
+
"name" : "tax_type",
|
|
5085
|
+
"plural" : "tax_types",
|
|
5086
|
+
"values" : [ {
|
|
5087
|
+
"name" : "vat",
|
|
5088
|
+
"attributes" : [ ],
|
|
5089
|
+
"description" : "Value Added Tax"
|
|
5090
|
+
}, {
|
|
5091
|
+
"name" : "gst",
|
|
5092
|
+
"attributes" : [ ],
|
|
5093
|
+
"description" : "Goods and Services Tax (Canada Federal)"
|
|
5094
|
+
}, {
|
|
5095
|
+
"name" : "hst",
|
|
5096
|
+
"attributes" : [ ],
|
|
5097
|
+
"description" : "Harmonized Sales Tax (Canada)"
|
|
5098
|
+
}, {
|
|
5099
|
+
"name" : "pst",
|
|
5100
|
+
"attributes" : [ ],
|
|
5101
|
+
"description" : "Provincial Sales Tax (Canada)"
|
|
5102
|
+
}, {
|
|
5103
|
+
"name" : "qst",
|
|
5104
|
+
"attributes" : [ ],
|
|
5105
|
+
"description" : "Quebec Sales Tax (Canada)"
|
|
5106
|
+
}, {
|
|
5107
|
+
"name" : "sales_tax",
|
|
5108
|
+
"attributes" : [ ],
|
|
5109
|
+
"description" : "General sales tax"
|
|
5110
|
+
} ],
|
|
5111
|
+
"attributes" : [ ],
|
|
5112
|
+
"description" : "Types of taxes that can be applied to a invoice line"
|
|
5072
5113
|
}, {
|
|
5073
5114
|
"name" : "tax_verification_result",
|
|
5074
5115
|
"plural" : "tax_verification_results",
|
|
@@ -8004,10 +8045,6 @@
|
|
|
8004
8045
|
"type" : "fully_harmonized_item_upserted",
|
|
8005
8046
|
"attributes" : [ ],
|
|
8006
8047
|
"discriminator_value" : "fully_harmonized_item_upserted"
|
|
8007
|
-
}, {
|
|
8008
|
-
"type" : "label_upserted",
|
|
8009
|
-
"attributes" : [ ],
|
|
8010
|
-
"discriminator_value" : "label_upserted"
|
|
8011
8048
|
}, {
|
|
8012
8049
|
"type" : "label_deleted_v2",
|
|
8013
8050
|
"attributes" : [ ],
|
|
@@ -13220,6 +13257,13 @@
|
|
|
13220
13257
|
"required" : true,
|
|
13221
13258
|
"attributes" : [ ],
|
|
13222
13259
|
"annotations" : [ ]
|
|
13260
|
+
}, {
|
|
13261
|
+
"name" : "tax_lines",
|
|
13262
|
+
"type" : "[invoice_tax_line]",
|
|
13263
|
+
"required" : false,
|
|
13264
|
+
"attributes" : [ ],
|
|
13265
|
+
"annotations" : [ ],
|
|
13266
|
+
"description" : "detailed tax breakdown for items & shipping line"
|
|
13223
13267
|
}, {
|
|
13224
13268
|
"name" : "documents",
|
|
13225
13269
|
"type" : "[consumer_invoice_document]",
|
|
@@ -13388,6 +13432,13 @@
|
|
|
13388
13432
|
"attributes" : [ ],
|
|
13389
13433
|
"annotations" : [ ],
|
|
13390
13434
|
"description" : "The total amount of tax for this invoice"
|
|
13435
|
+
}, {
|
|
13436
|
+
"name" : "tax_lines",
|
|
13437
|
+
"type" : "[invoice_tax_line]",
|
|
13438
|
+
"required" : false,
|
|
13439
|
+
"attributes" : [ ],
|
|
13440
|
+
"annotations" : [ ],
|
|
13441
|
+
"description" : "detailed tax breakdown for items & shipping in this invoice"
|
|
13391
13442
|
}, {
|
|
13392
13443
|
"name" : "lines",
|
|
13393
13444
|
"type" : "[consumer_invoice_line]",
|
|
@@ -18157,6 +18208,13 @@
|
|
|
18157
18208
|
"name" : "consumer_invoice_line_discount",
|
|
18158
18209
|
"plural" : "consumer_invoice_line_discounts",
|
|
18159
18210
|
"fields" : [ {
|
|
18211
|
+
"name" : "line_id",
|
|
18212
|
+
"type" : "string",
|
|
18213
|
+
"required" : false,
|
|
18214
|
+
"attributes" : [ ],
|
|
18215
|
+
"annotations" : [ ],
|
|
18216
|
+
"description" : "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18217
|
+
}, {
|
|
18160
18218
|
"name" : "price",
|
|
18161
18219
|
"type" : "price",
|
|
18162
18220
|
"required" : true,
|
|
@@ -18184,6 +18242,13 @@
|
|
|
18184
18242
|
"name" : "consumer_invoice_line_item",
|
|
18185
18243
|
"plural" : "consumer_invoice_line_items",
|
|
18186
18244
|
"fields" : [ {
|
|
18245
|
+
"name" : "line_id",
|
|
18246
|
+
"type" : "string",
|
|
18247
|
+
"required" : false,
|
|
18248
|
+
"attributes" : [ ],
|
|
18249
|
+
"annotations" : [ ],
|
|
18250
|
+
"description" : "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18251
|
+
}, {
|
|
18187
18252
|
"name" : "item",
|
|
18188
18253
|
"type" : "item_reference",
|
|
18189
18254
|
"required" : true,
|
|
@@ -18280,6 +18345,13 @@
|
|
|
18280
18345
|
"name" : "consumer_invoice_line_shipping",
|
|
18281
18346
|
"plural" : "consumer_invoice_line_shippings",
|
|
18282
18347
|
"fields" : [ {
|
|
18348
|
+
"name" : "line_id",
|
|
18349
|
+
"type" : "string",
|
|
18350
|
+
"required" : false,
|
|
18351
|
+
"attributes" : [ ],
|
|
18352
|
+
"annotations" : [ ],
|
|
18353
|
+
"description" : "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18354
|
+
}, {
|
|
18283
18355
|
"name" : "price",
|
|
18284
18356
|
"type" : "price",
|
|
18285
18357
|
"required" : true,
|
|
@@ -18343,6 +18415,13 @@
|
|
|
18343
18415
|
"name" : "consumer_invoice_line_tip",
|
|
18344
18416
|
"plural" : "consumer_invoice_line_tips",
|
|
18345
18417
|
"fields" : [ {
|
|
18418
|
+
"name" : "line_id",
|
|
18419
|
+
"type" : "string",
|
|
18420
|
+
"required" : false,
|
|
18421
|
+
"attributes" : [ ],
|
|
18422
|
+
"annotations" : [ ],
|
|
18423
|
+
"description" : "Unique identifier for this line, used to correlate with tax lines in B2B invoices"
|
|
18424
|
+
}, {
|
|
18346
18425
|
"name" : "price",
|
|
18347
18426
|
"type" : "price",
|
|
18348
18427
|
"required" : true,
|
|
@@ -27382,6 +27461,27 @@
|
|
|
27382
27461
|
} ],
|
|
27383
27462
|
"attributes" : [ ],
|
|
27384
27463
|
"interfaces" : [ ]
|
|
27464
|
+
}, {
|
|
27465
|
+
"name" : "invoice_tax_line",
|
|
27466
|
+
"plural" : "invoice_tax_lines",
|
|
27467
|
+
"fields" : [ {
|
|
27468
|
+
"name" : "line_id",
|
|
27469
|
+
"type" : "string",
|
|
27470
|
+
"required" : true,
|
|
27471
|
+
"attributes" : [ ],
|
|
27472
|
+
"annotations" : [ ],
|
|
27473
|
+
"description" : "References the line_id of the corresponding invoice line (item, shipping, or tip)"
|
|
27474
|
+
}, {
|
|
27475
|
+
"name" : "tax_breakdown",
|
|
27476
|
+
"type" : "[tax_breakdown]",
|
|
27477
|
+
"required" : true,
|
|
27478
|
+
"attributes" : [ ],
|
|
27479
|
+
"annotations" : [ ],
|
|
27480
|
+
"description" : "Array of tax components (e.g., GST + QST for Quebec)"
|
|
27481
|
+
} ],
|
|
27482
|
+
"attributes" : [ ],
|
|
27483
|
+
"interfaces" : [ ],
|
|
27484
|
+
"description" : "Tax line breakdown for invoices, linked to a specific invoice line by line_id"
|
|
27385
27485
|
}, {
|
|
27386
27486
|
"name" : "issuer_reference",
|
|
27387
27487
|
"plural" : "issuer_references",
|
|
@@ -29080,147 +29180,6 @@
|
|
|
29080
29180
|
"attributes" : [ ],
|
|
29081
29181
|
"interfaces" : [ ],
|
|
29082
29182
|
"description" : "Describes the units that are then used consistently throughout all the data in the label invoice request"
|
|
29083
|
-
}, {
|
|
29084
|
-
"name" : "label_upserted",
|
|
29085
|
-
"plural" : "label_upserteds",
|
|
29086
|
-
"fields" : [ {
|
|
29087
|
-
"name" : "event_id",
|
|
29088
|
-
"type" : "string",
|
|
29089
|
-
"required" : true,
|
|
29090
|
-
"attributes" : [ ],
|
|
29091
|
-
"annotations" : [ ]
|
|
29092
|
-
}, {
|
|
29093
|
-
"name" : "timestamp",
|
|
29094
|
-
"type" : "date-time-iso8601",
|
|
29095
|
-
"required" : true,
|
|
29096
|
-
"attributes" : [ ],
|
|
29097
|
-
"annotations" : [ ]
|
|
29098
|
-
}, {
|
|
29099
|
-
"name" : "organization",
|
|
29100
|
-
"type" : "string",
|
|
29101
|
-
"required" : true,
|
|
29102
|
-
"attributes" : [ ],
|
|
29103
|
-
"annotations" : [ ],
|
|
29104
|
-
"description" : "Refers to your organization's account identifier"
|
|
29105
|
-
}, {
|
|
29106
|
-
"name" : "label_id",
|
|
29107
|
-
"type" : "string",
|
|
29108
|
-
"required" : true,
|
|
29109
|
-
"attributes" : [ ],
|
|
29110
|
-
"annotations" : [ ]
|
|
29111
|
-
}, {
|
|
29112
|
-
"name" : "carrier_tracking_number",
|
|
29113
|
-
"type" : "string",
|
|
29114
|
-
"required" : true,
|
|
29115
|
-
"attributes" : [ ],
|
|
29116
|
-
"annotations" : [ ]
|
|
29117
|
-
}, {
|
|
29118
|
-
"name" : "commercial_invoice",
|
|
29119
|
-
"type" : "string",
|
|
29120
|
-
"required" : true,
|
|
29121
|
-
"attributes" : [ ],
|
|
29122
|
-
"annotations" : [ ]
|
|
29123
|
-
}, {
|
|
29124
|
-
"name" : "flow_tracking_number",
|
|
29125
|
-
"type" : "string",
|
|
29126
|
-
"required" : true,
|
|
29127
|
-
"attributes" : [ ],
|
|
29128
|
-
"annotations" : [ ]
|
|
29129
|
-
}, {
|
|
29130
|
-
"name" : "destination",
|
|
29131
|
-
"type" : "shipping_address",
|
|
29132
|
-
"required" : true,
|
|
29133
|
-
"attributes" : [ ],
|
|
29134
|
-
"annotations" : [ "personal_data", "consumer" ]
|
|
29135
|
-
}, {
|
|
29136
|
-
"name" : "origin",
|
|
29137
|
-
"type" : "shipping_address",
|
|
29138
|
-
"required" : true,
|
|
29139
|
-
"attributes" : [ ],
|
|
29140
|
-
"annotations" : [ "personal_data", "consumer" ]
|
|
29141
|
-
}, {
|
|
29142
|
-
"name" : "carrier",
|
|
29143
|
-
"type" : "string",
|
|
29144
|
-
"required" : true,
|
|
29145
|
-
"attributes" : [ ],
|
|
29146
|
-
"annotations" : [ ]
|
|
29147
|
-
}, {
|
|
29148
|
-
"name" : "service",
|
|
29149
|
-
"type" : "string",
|
|
29150
|
-
"required" : true,
|
|
29151
|
-
"attributes" : [ ],
|
|
29152
|
-
"annotations" : [ ]
|
|
29153
|
-
}, {
|
|
29154
|
-
"name" : "zpl",
|
|
29155
|
-
"type" : "string",
|
|
29156
|
-
"required" : false,
|
|
29157
|
-
"attributes" : [ ],
|
|
29158
|
-
"annotations" : [ "personal_data", "consumer" ]
|
|
29159
|
-
}, {
|
|
29160
|
-
"name" : "pdf",
|
|
29161
|
-
"type" : "string",
|
|
29162
|
-
"required" : false,
|
|
29163
|
-
"attributes" : [ ],
|
|
29164
|
-
"annotations" : [ "personal_data", "consumer" ]
|
|
29165
|
-
}, {
|
|
29166
|
-
"name" : "png",
|
|
29167
|
-
"type" : "string",
|
|
29168
|
-
"required" : false,
|
|
29169
|
-
"attributes" : [ ],
|
|
29170
|
-
"annotations" : [ "personal_data", "consumer" ]
|
|
29171
|
-
}, {
|
|
29172
|
-
"name" : "order",
|
|
29173
|
-
"type" : "string",
|
|
29174
|
-
"required" : false,
|
|
29175
|
-
"attributes" : [ ],
|
|
29176
|
-
"annotations" : [ ]
|
|
29177
|
-
}, {
|
|
29178
|
-
"name" : "carrier_tracking_number_url",
|
|
29179
|
-
"type" : "string",
|
|
29180
|
-
"required" : false,
|
|
29181
|
-
"attributes" : [ ],
|
|
29182
|
-
"annotations" : [ ]
|
|
29183
|
-
}, {
|
|
29184
|
-
"name" : "flow_tracking_number_url",
|
|
29185
|
-
"type" : "string",
|
|
29186
|
-
"required" : false,
|
|
29187
|
-
"attributes" : [ ],
|
|
29188
|
-
"annotations" : [ ]
|
|
29189
|
-
}, {
|
|
29190
|
-
"name" : "center_key",
|
|
29191
|
-
"type" : "string",
|
|
29192
|
-
"required" : false,
|
|
29193
|
-
"attributes" : [ ],
|
|
29194
|
-
"annotations" : [ ]
|
|
29195
|
-
}, {
|
|
29196
|
-
"name" : "recipient",
|
|
29197
|
-
"type" : "shipment_recipient",
|
|
29198
|
-
"required" : false,
|
|
29199
|
-
"attributes" : [ ],
|
|
29200
|
-
"annotations" : [ "personal_data", "consumer" ]
|
|
29201
|
-
}, {
|
|
29202
|
-
"name" : "package",
|
|
29203
|
-
"type" : "shipping_label_package",
|
|
29204
|
-
"required" : false,
|
|
29205
|
-
"attributes" : [ ],
|
|
29206
|
-
"annotations" : [ ]
|
|
29207
|
-
}, {
|
|
29208
|
-
"name" : "order_identifier",
|
|
29209
|
-
"type" : "string",
|
|
29210
|
-
"required" : false,
|
|
29211
|
-
"attributes" : [ ],
|
|
29212
|
-
"annotations" : [ ],
|
|
29213
|
-
"description" : "The order identifier this label is associated with. Will be blank if not specified when a label was created."
|
|
29214
|
-
}, {
|
|
29215
|
-
"name" : "fulfillment_key",
|
|
29216
|
-
"type" : "string",
|
|
29217
|
-
"required" : false,
|
|
29218
|
-
"attributes" : [ ],
|
|
29219
|
-
"annotations" : [ ],
|
|
29220
|
-
"description" : "The key of a fulfillment this label is associated with. Will be blank if not specified when a label was created."
|
|
29221
|
-
} ],
|
|
29222
|
-
"attributes" : [ ],
|
|
29223
|
-
"interfaces" : [ ]
|
|
29224
29183
|
}, {
|
|
29225
29184
|
"name" : "label_upserted_v2",
|
|
29226
29185
|
"plural" : "label_upserted_v2s",
|
|
@@ -31608,6 +31567,13 @@
|
|
|
31608
31567
|
"attributes" : [ ],
|
|
31609
31568
|
"annotations" : [ ],
|
|
31610
31569
|
"description" : "List of metafield handles that can be set to influence restriction review."
|
|
31570
|
+
}, {
|
|
31571
|
+
"name" : "require_msds",
|
|
31572
|
+
"type" : "boolean",
|
|
31573
|
+
"required" : false,
|
|
31574
|
+
"attributes" : [ ],
|
|
31575
|
+
"annotations" : [ ],
|
|
31576
|
+
"description" : "If true, restriction can be lifted after review of MSDS doc"
|
|
31611
31577
|
} ],
|
|
31612
31578
|
"attributes" : [ ],
|
|
31613
31579
|
"interfaces" : [ ]
|
|
@@ -50446,6 +50412,49 @@
|
|
|
50446
50412
|
"attributes" : [ ],
|
|
50447
50413
|
"interfaces" : [ ],
|
|
50448
50414
|
"description" : "Represents a simple model of taxes that apply to a given item / destination."
|
|
50415
|
+
}, {
|
|
50416
|
+
"name" : "tax_breakdown",
|
|
50417
|
+
"plural" : "tax_breakdowns",
|
|
50418
|
+
"fields" : [ {
|
|
50419
|
+
"name" : "label",
|
|
50420
|
+
"type" : "string",
|
|
50421
|
+
"required" : true,
|
|
50422
|
+
"attributes" : [ ],
|
|
50423
|
+
"annotations" : [ ],
|
|
50424
|
+
"description" : "Tax line label (e.g., 'GST', 'QST', etc.)"
|
|
50425
|
+
}, {
|
|
50426
|
+
"name" : "calculated_tax",
|
|
50427
|
+
"type" : "money",
|
|
50428
|
+
"required" : true,
|
|
50429
|
+
"attributes" : [ ],
|
|
50430
|
+
"annotations" : [ ],
|
|
50431
|
+
"description" : "Calculated tax amount"
|
|
50432
|
+
}, {
|
|
50433
|
+
"name" : "rate",
|
|
50434
|
+
"type" : "decimal",
|
|
50435
|
+
"required" : true,
|
|
50436
|
+
"attributes" : [ ],
|
|
50437
|
+
"annotations" : [ ],
|
|
50438
|
+
"description" : "Tax rate as decimal (e.g., 0.05 for 5%)",
|
|
50439
|
+
"example" : "0.05"
|
|
50440
|
+
}, {
|
|
50441
|
+
"name" : "line_total",
|
|
50442
|
+
"type" : "money",
|
|
50443
|
+
"required" : true,
|
|
50444
|
+
"attributes" : [ ],
|
|
50445
|
+
"annotations" : [ ],
|
|
50446
|
+
"description" : "Line item total amount for reporting purposes"
|
|
50447
|
+
}, {
|
|
50448
|
+
"name" : "jurisdiction_type",
|
|
50449
|
+
"type" : "tax_jurisdiction_type",
|
|
50450
|
+
"required" : true,
|
|
50451
|
+
"attributes" : [ ],
|
|
50452
|
+
"annotations" : [ ],
|
|
50453
|
+
"description" : "Jurisdiction level (country for federal, province for provincial)"
|
|
50454
|
+
} ],
|
|
50455
|
+
"attributes" : [ ],
|
|
50456
|
+
"interfaces" : [ ],
|
|
50457
|
+
"description" : "Detailed tax breakdown with jurisdiction and type information"
|
|
50449
50458
|
}, {
|
|
50450
50459
|
"name" : "tax_duty_calculator_validation_error",
|
|
50451
50460
|
"plural" : "tax_duty_calculator_validation_errors",
|
|
@@ -53060,6 +53069,84 @@
|
|
|
53060
53069
|
"required" : true,
|
|
53061
53070
|
"attributes" : [ ],
|
|
53062
53071
|
"annotations" : [ ]
|
|
53072
|
+
}, {
|
|
53073
|
+
"name" : "local_currency",
|
|
53074
|
+
"type" : "string",
|
|
53075
|
+
"required" : false,
|
|
53076
|
+
"attributes" : [ ],
|
|
53077
|
+
"annotations" : [ ]
|
|
53078
|
+
}, {
|
|
53079
|
+
"name" : "actual",
|
|
53080
|
+
"type" : "transaction_metadata_tax_duty_actual",
|
|
53081
|
+
"required" : false,
|
|
53082
|
+
"attributes" : [ ],
|
|
53083
|
+
"annotations" : [ ]
|
|
53084
|
+
}, {
|
|
53085
|
+
"name" : "estimate",
|
|
53086
|
+
"type" : "transaction_metadata_tax_duty_estimate",
|
|
53087
|
+
"required" : false,
|
|
53088
|
+
"attributes" : [ ],
|
|
53089
|
+
"annotations" : [ ]
|
|
53090
|
+
}, {
|
|
53091
|
+
"name" : "delta",
|
|
53092
|
+
"type" : "transaction_metadata_tax_duty_delta",
|
|
53093
|
+
"required" : false,
|
|
53094
|
+
"attributes" : [ ],
|
|
53095
|
+
"annotations" : [ ]
|
|
53096
|
+
} ],
|
|
53097
|
+
"attributes" : [ ],
|
|
53098
|
+
"interfaces" : [ ]
|
|
53099
|
+
}, {
|
|
53100
|
+
"name" : "transaction_metadata_tax_duty_actual",
|
|
53101
|
+
"plural" : "transaction_metadata_tax_duty_actuals",
|
|
53102
|
+
"fields" : [ {
|
|
53103
|
+
"name" : "base",
|
|
53104
|
+
"type" : "decimal",
|
|
53105
|
+
"required" : false,
|
|
53106
|
+
"attributes" : [ ],
|
|
53107
|
+
"annotations" : [ ]
|
|
53108
|
+
}, {
|
|
53109
|
+
"name" : "local",
|
|
53110
|
+
"type" : "decimal",
|
|
53111
|
+
"required" : false,
|
|
53112
|
+
"attributes" : [ ],
|
|
53113
|
+
"annotations" : [ ]
|
|
53114
|
+
} ],
|
|
53115
|
+
"attributes" : [ ],
|
|
53116
|
+
"interfaces" : [ ]
|
|
53117
|
+
}, {
|
|
53118
|
+
"name" : "transaction_metadata_tax_duty_delta",
|
|
53119
|
+
"plural" : "transaction_metadata_tax_duty_deltas",
|
|
53120
|
+
"fields" : [ {
|
|
53121
|
+
"name" : "base",
|
|
53122
|
+
"type" : "decimal",
|
|
53123
|
+
"required" : false,
|
|
53124
|
+
"attributes" : [ ],
|
|
53125
|
+
"annotations" : [ ]
|
|
53126
|
+
}, {
|
|
53127
|
+
"name" : "local",
|
|
53128
|
+
"type" : "decimal",
|
|
53129
|
+
"required" : false,
|
|
53130
|
+
"attributes" : [ ],
|
|
53131
|
+
"annotations" : [ ]
|
|
53132
|
+
} ],
|
|
53133
|
+
"attributes" : [ ],
|
|
53134
|
+
"interfaces" : [ ]
|
|
53135
|
+
}, {
|
|
53136
|
+
"name" : "transaction_metadata_tax_duty_estimate",
|
|
53137
|
+
"plural" : "transaction_metadata_tax_duty_estimates",
|
|
53138
|
+
"fields" : [ {
|
|
53139
|
+
"name" : "base",
|
|
53140
|
+
"type" : "decimal",
|
|
53141
|
+
"required" : false,
|
|
53142
|
+
"attributes" : [ ],
|
|
53143
|
+
"annotations" : [ ]
|
|
53144
|
+
}, {
|
|
53145
|
+
"name" : "local",
|
|
53146
|
+
"type" : "decimal",
|
|
53147
|
+
"required" : false,
|
|
53148
|
+
"attributes" : [ ],
|
|
53149
|
+
"annotations" : [ ]
|
|
53063
53150
|
} ],
|
|
53064
53151
|
"attributes" : [ ],
|
|
53065
53152
|
"interfaces" : [ ]
|
|
@@ -80704,7 +80791,7 @@
|
|
|
80704
80791
|
"description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
80705
80792
|
} ],
|
|
80706
80793
|
"apidoc" : {
|
|
80707
|
-
"version" : "0.20.
|
|
80794
|
+
"version" : "0.20.67"
|
|
80708
80795
|
},
|
|
80709
80796
|
"base_url" : "https://api.flow.io",
|
|
80710
80797
|
"description" : "The Flow Commerce REST API provides full access to the global ecommerce platform."
|