@flowio/api-mock-generator 6.17.84 → 6.17.86
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 +144 -5
- package/package.json +2 -2
- package/src/api.json +144 -5
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.
|
|
13
|
+
"version": "0.19.2",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"application": {
|
|
32
32
|
"key": "apple-pay"
|
|
33
33
|
},
|
|
34
|
-
"version": "0.3.
|
|
34
|
+
"version": "0.3.73",
|
|
35
35
|
"enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
|
|
36
36
|
"interfaces": [],
|
|
37
37
|
"unions": [],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"application": {
|
|
47
47
|
"key": "google-pay"
|
|
48
48
|
},
|
|
49
|
-
"version": "0.3.
|
|
49
|
+
"version": "0.3.73",
|
|
50
50
|
"enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
|
|
51
51
|
"interfaces": [],
|
|
52
52
|
"unions": ["payment_method_token"],
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"application": {
|
|
62
62
|
"key": "shopify-external"
|
|
63
63
|
},
|
|
64
|
-
"version": "0.3.
|
|
64
|
+
"version": "0.3.73",
|
|
65
65
|
"enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
|
|
66
66
|
"interfaces": [],
|
|
67
67
|
"unions": [],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application": {
|
|
77
77
|
"key": "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version": "0.23.
|
|
79
|
+
"version": "0.23.99",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -3756,6 +3756,12 @@
|
|
|
3756
3756
|
}, {
|
|
3757
3757
|
"name": "waiting_for_positive_account_balance",
|
|
3758
3758
|
"attributes": []
|
|
3759
|
+
}, {
|
|
3760
|
+
"name": "unfulfilled_amount_greater_than_negative_balance",
|
|
3761
|
+
"attributes": []
|
|
3762
|
+
}, {
|
|
3763
|
+
"name": "account_payment_hold",
|
|
3764
|
+
"attributes": []
|
|
3759
3765
|
}],
|
|
3760
3766
|
"attributes": []
|
|
3761
3767
|
}, {
|
|
@@ -4142,6 +4148,11 @@
|
|
|
4142
4148
|
"attributes": [],
|
|
4143
4149
|
"description": "Created for Gamer Supps, used to restrict supplements, neutraceuticals, etc",
|
|
4144
4150
|
"value": "Supplements"
|
|
4151
|
+
}, {
|
|
4152
|
+
"name": "tattoo_ink_and_pmu",
|
|
4153
|
+
"attributes": [],
|
|
4154
|
+
"description": "Tattoo inks and pigments, used for body modification or permanent makeup must be manufactured to ECHA/REACH guidelines to be accepted into UK and EU member states.",
|
|
4155
|
+
"value": "Tattoo Ink And PMU"
|
|
4145
4156
|
}, {
|
|
4146
4157
|
"name": "weapon",
|
|
4147
4158
|
"attributes": [],
|
|
@@ -6603,6 +6614,12 @@
|
|
|
6603
6614
|
"required": false,
|
|
6604
6615
|
"attributes": [],
|
|
6605
6616
|
"annotations": []
|
|
6617
|
+
}, {
|
|
6618
|
+
"name": "reference_id",
|
|
6619
|
+
"type": "string",
|
|
6620
|
+
"required": false,
|
|
6621
|
+
"attributes": [],
|
|
6622
|
+
"annotations": []
|
|
6606
6623
|
}],
|
|
6607
6624
|
"attributes": []
|
|
6608
6625
|
}, {
|
|
@@ -13584,6 +13601,18 @@
|
|
|
13584
13601
|
"attributes": [],
|
|
13585
13602
|
"annotations": [],
|
|
13586
13603
|
"description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
|
|
13604
|
+
}, {
|
|
13605
|
+
"name": "reference_id",
|
|
13606
|
+
"type": "string",
|
|
13607
|
+
"required": false,
|
|
13608
|
+
"attributes": [],
|
|
13609
|
+
"annotations": []
|
|
13610
|
+
}, {
|
|
13611
|
+
"name": "hub_code",
|
|
13612
|
+
"type": "string",
|
|
13613
|
+
"required": false,
|
|
13614
|
+
"attributes": [],
|
|
13615
|
+
"annotations": []
|
|
13587
13616
|
}],
|
|
13588
13617
|
"attributes": [],
|
|
13589
13618
|
"interfaces": [],
|
|
@@ -20671,6 +20700,34 @@
|
|
|
20671
20700
|
"attributes": [],
|
|
20672
20701
|
"interfaces": [],
|
|
20673
20702
|
"description": "De Minimis for most common example which includes a value threshold and rules on what components are used in the duty calculation"
|
|
20703
|
+
}, {
|
|
20704
|
+
"name": "destination_contact_detail",
|
|
20705
|
+
"plural": "destination_contact_details",
|
|
20706
|
+
"fields": [{
|
|
20707
|
+
"name": "title",
|
|
20708
|
+
"type": "string",
|
|
20709
|
+
"required": true,
|
|
20710
|
+
"attributes": [],
|
|
20711
|
+
"annotations": [],
|
|
20712
|
+
"description": "specifies the name of the tax number i.e. CPF/CNPJ for brazil"
|
|
20713
|
+
}, {
|
|
20714
|
+
"name": "country",
|
|
20715
|
+
"type": "string",
|
|
20716
|
+
"required": true,
|
|
20717
|
+
"attributes": [],
|
|
20718
|
+
"annotations": [],
|
|
20719
|
+
"description": "ISO 3166 3 currency code as defined in https://api.flow.io/reference/countries",
|
|
20720
|
+
"example": "CAN"
|
|
20721
|
+
}, {
|
|
20722
|
+
"name": "import_identifier",
|
|
20723
|
+
"type": "string",
|
|
20724
|
+
"required": true,
|
|
20725
|
+
"attributes": [],
|
|
20726
|
+
"annotations": [],
|
|
20727
|
+
"description": "actual government issued identification number"
|
|
20728
|
+
}],
|
|
20729
|
+
"attributes": [],
|
|
20730
|
+
"interfaces": []
|
|
20674
20731
|
}, {
|
|
20675
20732
|
"name": "detailed_shipping_label_form",
|
|
20676
20733
|
"plural": "detailed_shipping_label_forms",
|
|
@@ -20744,6 +20801,12 @@
|
|
|
20744
20801
|
"attributes": [],
|
|
20745
20802
|
"annotations": [],
|
|
20746
20803
|
"description": "indicates which party estimated the package"
|
|
20804
|
+
}, {
|
|
20805
|
+
"name": "reference_id",
|
|
20806
|
+
"type": "string",
|
|
20807
|
+
"required": false,
|
|
20808
|
+
"attributes": [],
|
|
20809
|
+
"annotations": []
|
|
20747
20810
|
}],
|
|
20748
20811
|
"attributes": [],
|
|
20749
20812
|
"interfaces": []
|
|
@@ -27991,6 +28054,12 @@
|
|
|
27991
28054
|
"required": false,
|
|
27992
28055
|
"attributes": [],
|
|
27993
28056
|
"annotations": []
|
|
28057
|
+
}, {
|
|
28058
|
+
"name": "deleted_at",
|
|
28059
|
+
"type": "date-time-iso8601",
|
|
28060
|
+
"required": false,
|
|
28061
|
+
"attributes": [],
|
|
28062
|
+
"annotations": []
|
|
27994
28063
|
}],
|
|
27995
28064
|
"attributes": [],
|
|
27996
28065
|
"interfaces": [],
|
|
@@ -28116,6 +28185,12 @@
|
|
|
28116
28185
|
"attributes": [],
|
|
28117
28186
|
"annotations": [],
|
|
28118
28187
|
"description": "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28188
|
+
}, {
|
|
28189
|
+
"name": "deleted_at",
|
|
28190
|
+
"type": "date-time-iso8601",
|
|
28191
|
+
"required": false,
|
|
28192
|
+
"attributes": [],
|
|
28193
|
+
"annotations": []
|
|
28119
28194
|
}],
|
|
28120
28195
|
"attributes": [],
|
|
28121
28196
|
"interfaces": [],
|
|
@@ -28191,6 +28266,13 @@
|
|
|
28191
28266
|
"attributes": [],
|
|
28192
28267
|
"annotations": [],
|
|
28193
28268
|
"description": "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28269
|
+
}, {
|
|
28270
|
+
"name": "deleted_at",
|
|
28271
|
+
"type": "date-time-iso8601",
|
|
28272
|
+
"required": false,
|
|
28273
|
+
"attributes": [],
|
|
28274
|
+
"annotations": [],
|
|
28275
|
+
"description": "If provided, the item will be marked as deleted from shopify side"
|
|
28194
28276
|
}],
|
|
28195
28277
|
"attributes": [],
|
|
28196
28278
|
"interfaces": [],
|
|
@@ -28263,6 +28345,13 @@
|
|
|
28263
28345
|
"attributes": [],
|
|
28264
28346
|
"annotations": [],
|
|
28265
28347
|
"description": "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28348
|
+
}, {
|
|
28349
|
+
"name": "deleted_at",
|
|
28350
|
+
"type": "date-time-iso8601",
|
|
28351
|
+
"required": false,
|
|
28352
|
+
"attributes": [],
|
|
28353
|
+
"annotations": [],
|
|
28354
|
+
"description": "If provided, the item will be marked as deleted from shopify side"
|
|
28266
28355
|
}],
|
|
28267
28356
|
"attributes": [],
|
|
28268
28357
|
"interfaces": []
|
|
@@ -29642,6 +29731,34 @@
|
|
|
29642
29731
|
"attributes": [],
|
|
29643
29732
|
"annotations": [],
|
|
29644
29733
|
"description": "If present, records an event indicating rejection by carrier. This indicates this shipment will not be crossing the border or delivered to the consumer and will likely be returned to origin."
|
|
29734
|
+
}, {
|
|
29735
|
+
"name": "returned",
|
|
29736
|
+
"type": "label_tracking_summary_update",
|
|
29737
|
+
"required": false,
|
|
29738
|
+
"attributes": [],
|
|
29739
|
+
"annotations": [],
|
|
29740
|
+
"description": "If present, records an event indicating that the shipment was returned to origin."
|
|
29741
|
+
}, {
|
|
29742
|
+
"name": "crossed_border",
|
|
29743
|
+
"type": "label_tracking_summary_update",
|
|
29744
|
+
"required": false,
|
|
29745
|
+
"attributes": [],
|
|
29746
|
+
"annotations": [],
|
|
29747
|
+
"description": "If present, records an event indicating that the shipment crossed the border."
|
|
29748
|
+
}, {
|
|
29749
|
+
"name": "destroyed",
|
|
29750
|
+
"type": "label_tracking_summary_update",
|
|
29751
|
+
"required": false,
|
|
29752
|
+
"attributes": [],
|
|
29753
|
+
"annotations": [],
|
|
29754
|
+
"description": "If present, records an event indicating that the shipment was destroyed."
|
|
29755
|
+
}, {
|
|
29756
|
+
"name": "return_reversal",
|
|
29757
|
+
"type": "label_tracking_summary_update",
|
|
29758
|
+
"required": false,
|
|
29759
|
+
"attributes": [],
|
|
29760
|
+
"annotations": [],
|
|
29761
|
+
"description": "If present, records an event indicating that the shipment has been return reversed."
|
|
29645
29762
|
}],
|
|
29646
29763
|
"attributes": [],
|
|
29647
29764
|
"interfaces": []
|
|
@@ -33036,6 +33153,13 @@
|
|
|
33036
33153
|
"attributes": [],
|
|
33037
33154
|
"annotations": ["personal_data", "consumer"],
|
|
33038
33155
|
"description": "The technical details of the customer's device."
|
|
33156
|
+
}, {
|
|
33157
|
+
"name": "destination_contact_details",
|
|
33158
|
+
"type": "[destination_contact_detail]",
|
|
33159
|
+
"required": false,
|
|
33160
|
+
"attributes": [],
|
|
33161
|
+
"annotations": [],
|
|
33162
|
+
"description": "tax payer ids for destination country"
|
|
33039
33163
|
}],
|
|
33040
33164
|
"attributes": [],
|
|
33041
33165
|
"interfaces": [],
|
|
@@ -51340,6 +51464,12 @@
|
|
|
51340
51464
|
"attributes": [],
|
|
51341
51465
|
"annotations": [],
|
|
51342
51466
|
"description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
|
|
51467
|
+
}, {
|
|
51468
|
+
"name": "reference_id",
|
|
51469
|
+
"type": "string",
|
|
51470
|
+
"required": false,
|
|
51471
|
+
"attributes": [],
|
|
51472
|
+
"annotations": []
|
|
51343
51473
|
}],
|
|
51344
51474
|
"attributes": [],
|
|
51345
51475
|
"interfaces": [],
|
|
@@ -72284,6 +72414,15 @@
|
|
|
72284
72414
|
"type": "center",
|
|
72285
72415
|
"description": "Operation succeeded and the resource was created",
|
|
72286
72416
|
"attributes": []
|
|
72417
|
+
}, {
|
|
72418
|
+
"code": {
|
|
72419
|
+
"integer": {
|
|
72420
|
+
"value": 404
|
|
72421
|
+
}
|
|
72422
|
+
},
|
|
72423
|
+
"type": "unit",
|
|
72424
|
+
"description": "Resource was not found",
|
|
72425
|
+
"attributes": []
|
|
72287
72426
|
}, {
|
|
72288
72427
|
"code": {
|
|
72289
72428
|
"integer": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-mock-generator",
|
|
3
|
-
"version": "6.17.
|
|
3
|
+
"version": "6.17.86",
|
|
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": "0dd960b5d48f8ac9f314c8593a3597630199ba40"
|
|
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.
|
|
13
|
+
"version" : "0.19.2",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"application" : {
|
|
32
32
|
"key" : "apple-pay"
|
|
33
33
|
},
|
|
34
|
-
"version" : "0.3.
|
|
34
|
+
"version" : "0.3.73",
|
|
35
35
|
"enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
|
|
36
36
|
"interfaces" : [ ],
|
|
37
37
|
"unions" : [ ],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"application" : {
|
|
47
47
|
"key" : "google-pay"
|
|
48
48
|
},
|
|
49
|
-
"version" : "0.3.
|
|
49
|
+
"version" : "0.3.73",
|
|
50
50
|
"enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
|
|
51
51
|
"interfaces" : [ ],
|
|
52
52
|
"unions" : [ "payment_method_token" ],
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"application" : {
|
|
62
62
|
"key" : "shopify-external"
|
|
63
63
|
},
|
|
64
|
-
"version" : "0.3.
|
|
64
|
+
"version" : "0.3.73",
|
|
65
65
|
"enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
|
|
66
66
|
"interfaces" : [ ],
|
|
67
67
|
"unions" : [ ],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application" : {
|
|
77
77
|
"key" : "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version" : "0.23.
|
|
79
|
+
"version" : "0.23.99",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -3756,6 +3756,12 @@
|
|
|
3756
3756
|
}, {
|
|
3757
3757
|
"name" : "waiting_for_positive_account_balance",
|
|
3758
3758
|
"attributes" : [ ]
|
|
3759
|
+
}, {
|
|
3760
|
+
"name" : "unfulfilled_amount_greater_than_negative_balance",
|
|
3761
|
+
"attributes" : [ ]
|
|
3762
|
+
}, {
|
|
3763
|
+
"name" : "account_payment_hold",
|
|
3764
|
+
"attributes" : [ ]
|
|
3759
3765
|
} ],
|
|
3760
3766
|
"attributes" : [ ]
|
|
3761
3767
|
}, {
|
|
@@ -4142,6 +4148,11 @@
|
|
|
4142
4148
|
"attributes" : [ ],
|
|
4143
4149
|
"description" : "Created for Gamer Supps, used to restrict supplements, neutraceuticals, etc",
|
|
4144
4150
|
"value" : "Supplements"
|
|
4151
|
+
}, {
|
|
4152
|
+
"name" : "tattoo_ink_and_pmu",
|
|
4153
|
+
"attributes" : [ ],
|
|
4154
|
+
"description" : "Tattoo inks and pigments, used for body modification or permanent makeup must be manufactured to ECHA/REACH guidelines to be accepted into UK and EU member states.",
|
|
4155
|
+
"value" : "Tattoo Ink And PMU"
|
|
4145
4156
|
}, {
|
|
4146
4157
|
"name" : "weapon",
|
|
4147
4158
|
"attributes" : [ ],
|
|
@@ -6603,6 +6614,12 @@
|
|
|
6603
6614
|
"required" : false,
|
|
6604
6615
|
"attributes" : [ ],
|
|
6605
6616
|
"annotations" : [ ]
|
|
6617
|
+
}, {
|
|
6618
|
+
"name" : "reference_id",
|
|
6619
|
+
"type" : "string",
|
|
6620
|
+
"required" : false,
|
|
6621
|
+
"attributes" : [ ],
|
|
6622
|
+
"annotations" : [ ]
|
|
6606
6623
|
} ],
|
|
6607
6624
|
"attributes" : [ ]
|
|
6608
6625
|
}, {
|
|
@@ -13584,6 +13601,18 @@
|
|
|
13584
13601
|
"attributes" : [ ],
|
|
13585
13602
|
"annotations" : [ ],
|
|
13586
13603
|
"description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
|
|
13604
|
+
}, {
|
|
13605
|
+
"name" : "reference_id",
|
|
13606
|
+
"type" : "string",
|
|
13607
|
+
"required" : false,
|
|
13608
|
+
"attributes" : [ ],
|
|
13609
|
+
"annotations" : [ ]
|
|
13610
|
+
}, {
|
|
13611
|
+
"name" : "hub_code",
|
|
13612
|
+
"type" : "string",
|
|
13613
|
+
"required" : false,
|
|
13614
|
+
"attributes" : [ ],
|
|
13615
|
+
"annotations" : [ ]
|
|
13587
13616
|
} ],
|
|
13588
13617
|
"attributes" : [ ],
|
|
13589
13618
|
"interfaces" : [ ],
|
|
@@ -20671,6 +20700,34 @@
|
|
|
20671
20700
|
"attributes" : [ ],
|
|
20672
20701
|
"interfaces" : [ ],
|
|
20673
20702
|
"description" : "De Minimis for most common example which includes a value threshold and rules on what components are used in the duty calculation"
|
|
20703
|
+
}, {
|
|
20704
|
+
"name" : "destination_contact_detail",
|
|
20705
|
+
"plural" : "destination_contact_details",
|
|
20706
|
+
"fields" : [ {
|
|
20707
|
+
"name" : "title",
|
|
20708
|
+
"type" : "string",
|
|
20709
|
+
"required" : true,
|
|
20710
|
+
"attributes" : [ ],
|
|
20711
|
+
"annotations" : [ ],
|
|
20712
|
+
"description" : "specifies the name of the tax number i.e. CPF/CNPJ for brazil"
|
|
20713
|
+
}, {
|
|
20714
|
+
"name" : "country",
|
|
20715
|
+
"type" : "string",
|
|
20716
|
+
"required" : true,
|
|
20717
|
+
"attributes" : [ ],
|
|
20718
|
+
"annotations" : [ ],
|
|
20719
|
+
"description" : "ISO 3166 3 currency code as defined in https://api.flow.io/reference/countries",
|
|
20720
|
+
"example" : "CAN"
|
|
20721
|
+
}, {
|
|
20722
|
+
"name" : "import_identifier",
|
|
20723
|
+
"type" : "string",
|
|
20724
|
+
"required" : true,
|
|
20725
|
+
"attributes" : [ ],
|
|
20726
|
+
"annotations" : [ ],
|
|
20727
|
+
"description" : "actual government issued identification number"
|
|
20728
|
+
} ],
|
|
20729
|
+
"attributes" : [ ],
|
|
20730
|
+
"interfaces" : [ ]
|
|
20674
20731
|
}, {
|
|
20675
20732
|
"name" : "detailed_shipping_label_form",
|
|
20676
20733
|
"plural" : "detailed_shipping_label_forms",
|
|
@@ -20744,6 +20801,12 @@
|
|
|
20744
20801
|
"attributes" : [ ],
|
|
20745
20802
|
"annotations" : [ ],
|
|
20746
20803
|
"description" : "indicates which party estimated the package"
|
|
20804
|
+
}, {
|
|
20805
|
+
"name" : "reference_id",
|
|
20806
|
+
"type" : "string",
|
|
20807
|
+
"required" : false,
|
|
20808
|
+
"attributes" : [ ],
|
|
20809
|
+
"annotations" : [ ]
|
|
20747
20810
|
} ],
|
|
20748
20811
|
"attributes" : [ ],
|
|
20749
20812
|
"interfaces" : [ ]
|
|
@@ -27991,6 +28054,12 @@
|
|
|
27991
28054
|
"required" : false,
|
|
27992
28055
|
"attributes" : [ ],
|
|
27993
28056
|
"annotations" : [ ]
|
|
28057
|
+
}, {
|
|
28058
|
+
"name" : "deleted_at",
|
|
28059
|
+
"type" : "date-time-iso8601",
|
|
28060
|
+
"required" : false,
|
|
28061
|
+
"attributes" : [ ],
|
|
28062
|
+
"annotations" : [ ]
|
|
27994
28063
|
} ],
|
|
27995
28064
|
"attributes" : [ ],
|
|
27996
28065
|
"interfaces" : [ ],
|
|
@@ -28116,6 +28185,12 @@
|
|
|
28116
28185
|
"attributes" : [ ],
|
|
28117
28186
|
"annotations" : [ ],
|
|
28118
28187
|
"description" : "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28188
|
+
}, {
|
|
28189
|
+
"name" : "deleted_at",
|
|
28190
|
+
"type" : "date-time-iso8601",
|
|
28191
|
+
"required" : false,
|
|
28192
|
+
"attributes" : [ ],
|
|
28193
|
+
"annotations" : [ ]
|
|
28119
28194
|
} ],
|
|
28120
28195
|
"attributes" : [ ],
|
|
28121
28196
|
"interfaces" : [ ],
|
|
@@ -28191,6 +28266,13 @@
|
|
|
28191
28266
|
"attributes" : [ ],
|
|
28192
28267
|
"annotations" : [ ],
|
|
28193
28268
|
"description" : "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28269
|
+
}, {
|
|
28270
|
+
"name" : "deleted_at",
|
|
28271
|
+
"type" : "date-time-iso8601",
|
|
28272
|
+
"required" : false,
|
|
28273
|
+
"attributes" : [ ],
|
|
28274
|
+
"annotations" : [ ],
|
|
28275
|
+
"description" : "If provided, the item will be marked as deleted from shopify side"
|
|
28194
28276
|
} ],
|
|
28195
28277
|
"attributes" : [ ],
|
|
28196
28278
|
"interfaces" : [ ],
|
|
@@ -28263,6 +28345,13 @@
|
|
|
28263
28345
|
"attributes" : [ ],
|
|
28264
28346
|
"annotations" : [ ],
|
|
28265
28347
|
"description" : "If provided, the item images will be used to enhance the user experience in Flow's online tools."
|
|
28348
|
+
}, {
|
|
28349
|
+
"name" : "deleted_at",
|
|
28350
|
+
"type" : "date-time-iso8601",
|
|
28351
|
+
"required" : false,
|
|
28352
|
+
"attributes" : [ ],
|
|
28353
|
+
"annotations" : [ ],
|
|
28354
|
+
"description" : "If provided, the item will be marked as deleted from shopify side"
|
|
28266
28355
|
} ],
|
|
28267
28356
|
"attributes" : [ ],
|
|
28268
28357
|
"interfaces" : [ ]
|
|
@@ -29642,6 +29731,34 @@
|
|
|
29642
29731
|
"attributes" : [ ],
|
|
29643
29732
|
"annotations" : [ ],
|
|
29644
29733
|
"description" : "If present, records an event indicating rejection by carrier. This indicates this shipment will not be crossing the border or delivered to the consumer and will likely be returned to origin."
|
|
29734
|
+
}, {
|
|
29735
|
+
"name" : "returned",
|
|
29736
|
+
"type" : "label_tracking_summary_update",
|
|
29737
|
+
"required" : false,
|
|
29738
|
+
"attributes" : [ ],
|
|
29739
|
+
"annotations" : [ ],
|
|
29740
|
+
"description" : "If present, records an event indicating that the shipment was returned to origin."
|
|
29741
|
+
}, {
|
|
29742
|
+
"name" : "crossed_border",
|
|
29743
|
+
"type" : "label_tracking_summary_update",
|
|
29744
|
+
"required" : false,
|
|
29745
|
+
"attributes" : [ ],
|
|
29746
|
+
"annotations" : [ ],
|
|
29747
|
+
"description" : "If present, records an event indicating that the shipment crossed the border."
|
|
29748
|
+
}, {
|
|
29749
|
+
"name" : "destroyed",
|
|
29750
|
+
"type" : "label_tracking_summary_update",
|
|
29751
|
+
"required" : false,
|
|
29752
|
+
"attributes" : [ ],
|
|
29753
|
+
"annotations" : [ ],
|
|
29754
|
+
"description" : "If present, records an event indicating that the shipment was destroyed."
|
|
29755
|
+
}, {
|
|
29756
|
+
"name" : "return_reversal",
|
|
29757
|
+
"type" : "label_tracking_summary_update",
|
|
29758
|
+
"required" : false,
|
|
29759
|
+
"attributes" : [ ],
|
|
29760
|
+
"annotations" : [ ],
|
|
29761
|
+
"description" : "If present, records an event indicating that the shipment has been return reversed."
|
|
29645
29762
|
} ],
|
|
29646
29763
|
"attributes" : [ ],
|
|
29647
29764
|
"interfaces" : [ ]
|
|
@@ -33036,6 +33153,13 @@
|
|
|
33036
33153
|
"attributes" : [ ],
|
|
33037
33154
|
"annotations" : [ "personal_data", "consumer" ],
|
|
33038
33155
|
"description" : "The technical details of the customer's device."
|
|
33156
|
+
}, {
|
|
33157
|
+
"name" : "destination_contact_details",
|
|
33158
|
+
"type" : "[destination_contact_detail]",
|
|
33159
|
+
"required" : false,
|
|
33160
|
+
"attributes" : [ ],
|
|
33161
|
+
"annotations" : [ ],
|
|
33162
|
+
"description" : "tax payer ids for destination country"
|
|
33039
33163
|
} ],
|
|
33040
33164
|
"attributes" : [ ],
|
|
33041
33165
|
"interfaces" : [ ],
|
|
@@ -51340,6 +51464,12 @@
|
|
|
51340
51464
|
"attributes" : [ ],
|
|
51341
51465
|
"annotations" : [ ],
|
|
51342
51466
|
"description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
|
|
51467
|
+
}, {
|
|
51468
|
+
"name" : "reference_id",
|
|
51469
|
+
"type" : "string",
|
|
51470
|
+
"required" : false,
|
|
51471
|
+
"attributes" : [ ],
|
|
51472
|
+
"annotations" : [ ]
|
|
51343
51473
|
} ],
|
|
51344
51474
|
"attributes" : [ ],
|
|
51345
51475
|
"interfaces" : [ ],
|
|
@@ -72284,6 +72414,15 @@
|
|
|
72284
72414
|
"type" : "center",
|
|
72285
72415
|
"description" : "Operation succeeded and the resource was created",
|
|
72286
72416
|
"attributes" : [ ]
|
|
72417
|
+
}, {
|
|
72418
|
+
"code" : {
|
|
72419
|
+
"integer" : {
|
|
72420
|
+
"value" : 404
|
|
72421
|
+
}
|
|
72422
|
+
},
|
|
72423
|
+
"type" : "unit",
|
|
72424
|
+
"description" : "Resource was not found",
|
|
72425
|
+
"attributes" : [ ]
|
|
72287
72426
|
}, {
|
|
72288
72427
|
"code" : {
|
|
72289
72428
|
"integer" : {
|