adp-web-components 0.1.80 → 0.1.83
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/cjs/dead-stock-lookup_3.cjs.entry.js +8 -50
- package/dist/cjs/flexible-container.cjs.entry.js +1 -1
- package/dist/cjs/form-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-dialog_13.cjs.entry.js +18 -5
- package/dist/cjs/{form-input-DH-U4kEM.js → form-input-CfVsbpFP.js} +1 -1
- package/dist/cjs/form-input_4.cjs.entry.js +4 -3
- package/dist/cjs/form-switch.cjs.entry.js +2 -2
- package/dist/cjs/general-form.cjs.entry.js +5 -5
- package/dist/cjs/general-inquiry-form.cjs.entry.js +5 -5
- package/dist/cjs/{get-language-from-url-D5rCyA1u.js → get-language-from-url-DoohcPbK.js} +3 -2
- package/dist/cjs/{get-local-language-D02WksZl.js → get-local-language-BqsQehIb.js} +1 -1
- package/dist/cjs/get-mock-files-C2Z4_Unw.js +53 -0
- package/dist/cjs/information-table.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
- package/dist/cjs/part-lookup.cjs.entry.js +2 -2
- package/dist/cjs/{phone-validator-D6nzYTs8.js → phone-validator-CxBpDoPc.js} +300 -1184
- package/dist/cjs/service-booking-form.cjs.entry.js +5 -5
- package/dist/cjs/shift-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/shift-components.cjs.js +1 -1
- package/dist/cjs/shift-switch.cjs.entry.js +1 -1
- package/dist/cjs/shift-tab-content.cjs.entry.js +1 -1
- package/dist/cjs/shift-tabs_2.cjs.entry.js +2 -2
- package/dist/cjs/ssc-lookup-form.cjs.entry.js +5 -5
- package/dist/cjs/{state-object-B2D8PkT8.js → state-object-Cemo_BvB.js} +23 -1
- package/dist/cjs/test-drive-form.cjs.entry.js +5 -5
- package/dist/cjs/{validation-N-XMdEIM.js → validation-BAHdEc4w.js} +6 -0
- package/dist/cjs/vehicle-accessories_7.cjs.entry.js +8 -8
- package/dist/cjs/vehicle-lookup.cjs.entry.js +20 -2
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +3 -3
- package/dist/collection/components/components/empty.css +1 -1
- package/dist/collection/components/components/flexible-container.css +1 -1
- package/dist/collection/components/components/information-table.css +1 -1
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/shift-tab-content.css +1 -1
- package/dist/collection/components/components/shift-tabs.css +1 -1
- package/dist/collection/components/form-elements/form-input-preview.js +15 -2
- package/dist/collection/components/form-elements/form-select.js +22 -1
- package/dist/collection/components/forms/defaults/mappers.js +22 -0
- package/dist/collection/components/forms/defaults/validation.js +6 -0
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-part-lookup.css +1 -1
- package/dist/collection/components/part-lookup/part-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +40 -0
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
- package/dist/collection/features/form-hook/form-hook.js +3 -2
- package/dist/collection/features/form-hook/functions.js +1 -3
- package/dist/collection/features/mocks/types.js +2 -2
- package/dist/collection/templates/vehicle-lookup/mock-loader.js +26 -0
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/flexible-container.js +1 -1
- package/dist/components/form-checkbox.js +1 -1
- package/dist/components/form-file.js +1 -1
- package/dist/components/form-input-preview.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-phone-number.js +1 -1
- package/dist/components/form-picker-input.js +1 -1
- package/dist/components/form-select.js +1 -1
- package/dist/components/form-structure-error.js +1 -1
- package/dist/components/form-structure.js +1 -1
- package/dist/components/form-switch.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/form-vin-input.js +1 -1
- package/dist/components/general-form.js +1 -1
- package/dist/components/general-inquiry-form.js +1 -1
- package/dist/components/information-table.js +1 -1
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/manufacturer-part-lookup.js +1 -1
- package/dist/components/p-2M80mQ92.js +5 -0
- package/dist/components/{p-BiRjebkj.js → p-B7266ldU.js} +1 -1
- package/dist/components/p-BAn6k5iz.js +5 -0
- package/dist/components/{p-DY9gBU2J.js → p-BDvrnHcY.js} +1 -1
- package/dist/components/{p-DwyZCgYl.js → p-BUfelosa.js} +1 -1
- package/dist/components/{p-B14TvlWp.js → p-B_3K7xd3.js} +1 -1
- package/dist/components/p-Bcsn5xTx.js +5 -0
- package/dist/components/p-Buh0GWQA.js +5 -0
- package/dist/components/{p-BN3IFAWI.js → p-BwhGGY5t.js} +1 -1
- package/dist/components/{p-BFaCcwNv.js → p-C2FTnHaq.js} +1 -1
- package/dist/components/p-CAVJT1jj.js +5 -0
- package/dist/components/{p-DtCTkfsR.js → p-CCNDnApR.js} +1 -1
- package/dist/components/{p-CvoSPdhp.js → p-CFEn7Z9i.js} +1 -1
- package/dist/components/p-CHHtVaQS.js +5 -0
- package/dist/components/{p-DhQjm81u.js → p-CJDU6RVS.js} +1 -1
- package/dist/components/{p-CXoG03EM.js → p-COPzLsOv.js} +1 -1
- package/dist/components/{p-COS-bXsj.js → p-CRhdQvF0.js} +1 -1
- package/dist/components/{p-dM4PJkDk.js → p-C_A19Fb6.js} +1 -1
- package/dist/components/p-CfQGsxXq.js +5 -0
- package/dist/components/{p-D0oHH_yi.js → p-DGTzlRjc.js} +1 -1
- package/dist/components/{p-MJwr71KB.js → p-DJaWpqrV.js} +1 -1
- package/dist/components/p-DUL5kvyB.js +5 -0
- package/dist/components/p-DecFn5UV.js +5 -0
- package/dist/components/p-DesHNFME.js +5 -0
- package/dist/components/{p-8IdtkeX1.js → p-Dlt99ZuK.js} +1 -1
- package/dist/components/{p-B807sG0U.js → p-DqPjMHKd.js} +1 -1
- package/dist/components/{p-CeUdMJED.js → p-Dwo9gLGh.js} +1 -1
- package/dist/components/{p-CqTxdwgo.js → p-Dzxpac8N.js} +1 -1
- package/dist/components/p-DzzFOOEI.js +5 -0
- package/dist/components/{p-QsYqPaPW.js → p-HrmJ9PLe.js} +1 -1
- package/dist/components/{p-Dj3_tuTX.js → p-RMnat5PD.js} +1 -1
- package/dist/components/p-RvrrVwVv.js +5 -0
- package/dist/components/p-YHkues1M.js +5 -0
- package/dist/components/p-d53FlScY.js +5 -0
- package/dist/components/{p-CjZxWPIE.js → p-pjW67FwP.js} +1 -1
- package/dist/components/p-ri6ceTKZ.js +5 -0
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-booking-form.js +1 -1
- package/dist/components/shift-accordion.js +1 -1
- package/dist/components/shift-checkbox.js +1 -1
- package/dist/components/shift-slider.js +1 -1
- package/dist/components/shift-switch.js +1 -1
- package/dist/components/shift-tab-content.js +1 -1
- package/dist/components/shift-tabs.js +1 -1
- package/dist/components/ssc-lookup-form.js +1 -1
- package/dist/components/test-drive-form.js +1 -1
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-claimable-items.js +1 -1
- package/dist/components/vehicle-item-claim-form.js +1 -1
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-paint-thickness.js +1 -1
- package/dist/components/vehicle-quotation-form.js +1 -1
- package/dist/components/vehicle-sale-information.js +1 -1
- package/dist/components/vehicle-service-history.js +1 -1
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/vehicle-warranty-details.js +1 -1
- package/dist/esm/dead-stock-lookup_3.entry.js +5 -47
- package/dist/esm/flexible-container.entry.js +1 -1
- package/dist/esm/form-checkbox.entry.js +2 -2
- package/dist/esm/form-dialog_13.entry.js +18 -5
- package/dist/esm/{form-input-DKjuSVBS.js → form-input-BZhw7_xV.js} +1 -1
- package/dist/esm/form-input_4.entry.js +4 -3
- package/dist/esm/form-switch.entry.js +2 -2
- package/dist/esm/general-form.entry.js +5 -5
- package/dist/esm/general-inquiry-form.entry.js +5 -5
- package/dist/esm/{get-language-from-url-fGWv4JfI.js → get-language-from-url-X9X1Ax8Z.js} +3 -2
- package/dist/esm/{get-local-language-DtdpsfQH.js → get-local-language-DdBv5ynw.js} +1 -1
- package/dist/esm/get-mock-files-Crv0Pee_.js +51 -0
- package/dist/esm/information-table.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-spinner.entry.js +1 -1
- package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
- package/dist/esm/part-lookup.entry.js +2 -2
- package/dist/esm/{phone-validator-CW0vHN1w.js → phone-validator-B48RfgJW.js} +300 -1184
- package/dist/esm/service-booking-form.entry.js +5 -5
- package/dist/esm/shift-checkbox.entry.js +1 -1
- package/dist/esm/shift-components.js +1 -1
- package/dist/esm/shift-switch.entry.js +1 -1
- package/dist/esm/shift-tab-content.entry.js +1 -1
- package/dist/esm/shift-tabs_2.entry.js +2 -2
- package/dist/esm/ssc-lookup-form.entry.js +5 -5
- package/dist/esm/{state-object-D__N3A52.js → state-object-DkkyIaIc.js} +23 -1
- package/dist/esm/test-drive-form.entry.js +5 -5
- package/dist/esm/{validation-CjIBF497.js → validation-DI1MnYKr.js} +6 -0
- package/dist/esm/vehicle-accessories_7.entry.js +8 -8
- package/dist/esm/vehicle-lookup.entry.js +20 -2
- package/dist/esm/vehicle-quotation-form.entry.js +3 -3
- package/dist/mocks/generated/standard-dealer/part-lookup.json +129 -0
- package/dist/mocks/generated/standard-dealer/vehicle-lookup.json +240 -0
- package/dist/shift-components/{p-9d25df8c.entry.js → p-17d8199b.entry.js} +1 -1
- package/dist/shift-components/{p-a6ad0fdf.entry.js → p-1cb2457b.entry.js} +1 -1
- package/dist/shift-components/{p-fd8ec358.entry.js → p-296ccfd9.entry.js} +1 -1
- package/dist/shift-components/{p-dcde6026.entry.js → p-2e50289a.entry.js} +1 -1
- package/dist/shift-components/{p-0ea039a0.entry.js → p-2fe3538e.entry.js} +1 -1
- package/dist/shift-components/{p-49803ea5.entry.js → p-417600b6.entry.js} +1 -1
- package/dist/shift-components/p-573d1313.entry.js +5 -0
- package/dist/shift-components/{p-136ce48d.entry.js → p-57fdf787.entry.js} +1 -1
- package/dist/shift-components/{p-00514dfd.entry.js → p-7de1057e.entry.js} +1 -1
- package/dist/shift-components/{p-37bbc653.entry.js → p-8079b426.entry.js} +1 -1
- package/dist/shift-components/p-880c7995.entry.js +5 -0
- package/dist/shift-components/p-93d7eaa0.entry.js +5 -0
- package/dist/shift-components/{p-DOaMIJLj.js → p-B1_PA5hq.js} +1 -1
- package/dist/shift-components/{p-zqc-VRCh.js → p-BJJ8dVwO.js} +1 -1
- package/dist/shift-components/{p-DFsecEMm.js → p-BO1gEyb6.js} +1 -1
- package/dist/shift-components/p-CIjUcLUD.js +5 -0
- package/dist/shift-components/p-CUEKpDuL.js +5 -0
- package/dist/shift-components/p-Cm_2J53u.js +5 -0
- package/dist/shift-components/p-LS7zYjdk.js +5 -0
- package/dist/shift-components/{p-2cb2cf2c.entry.js → p-a65c7ffb.entry.js} +1 -1
- package/dist/shift-components/p-b5f4ae44.entry.js +5 -0
- package/dist/shift-components/{p-fa57b412.entry.js → p-bc069fd2.entry.js} +1 -1
- package/dist/shift-components/p-cd20a29e.entry.js +5 -0
- package/dist/shift-components/{p-3eb1890a.entry.js → p-cff21232.entry.js} +1 -1
- package/dist/shift-components/p-df2434ff.entry.js +5 -0
- package/dist/shift-components/p-e7ac7d2c.entry.js +5 -0
- package/dist/shift-components/{p-8049016c.entry.js → p-f4914abc.entry.js} +1 -1
- package/dist/shift-components/p-f78a1839.entry.js +5 -0
- package/dist/shift-components/{p-31193ab5.entry.js → p-face9d3f.entry.js} +1 -1
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/form-elements/form-input-preview.d.ts +1 -0
- package/dist/types/components/form-elements/form-select.d.ts +1 -0
- package/dist/types/components/forms/defaults/mappers.d.ts +4 -0
- package/dist/types/components/forms/defaults/validation.d.ts +2 -0
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +3 -0
- package/dist/types/components.d.ts +16 -0
- package/dist/types/features/mocks/types.d.ts +2 -2
- package/package.json +1 -1
- package/dist/components/p-B68P3DtP.js +0 -5
- package/dist/components/p-B9Kquvk4.js +0 -5
- package/dist/components/p-CPGswmtd.js +0 -5
- package/dist/components/p-CXzb5oyt.js +0 -5
- package/dist/components/p-CZ_bF39p.js +0 -5
- package/dist/components/p-DKzEP2g4.js +0 -5
- package/dist/components/p-DOS_lP0E.js +0 -5
- package/dist/components/p-D_bnut2e.js +0 -5
- package/dist/components/p-MdiEjk1X.js +0 -5
- package/dist/components/p-VufjPJkT.js +0 -5
- package/dist/components/p-aHqL2KKd.js +0 -5
- package/dist/components/p-gEeo-RSf.js +0 -5
- package/dist/components/p-rvbbkr0i.js +0 -5
- package/dist/components/p-zyFVlTck.js +0 -5
- package/dist/mocks/part-lookup.json +0 -281
- package/dist/shift-components/p-16eb4c57.entry.js +0 -5
- package/dist/shift-components/p-6fca3b48.entry.js +0 -5
- package/dist/shift-components/p-9b910889.entry.js +0 -5
- package/dist/shift-components/p-D-IGTVAo.js +0 -5
- package/dist/shift-components/p-DCHyQw_L.js +0 -5
- package/dist/shift-components/p-D_IVXzoK.js +0 -5
- package/dist/shift-components/p-b1f9f6e3.entry.js +0 -5
- package/dist/shift-components/p-baa868f8.entry.js +0 -5
- package/dist/shift-components/p-d26ff83d.entry.js +0 -5
- package/dist/shift-components/p-d915cd1c.entry.js +0 -5
- package/dist/shift-components/p-e2d72fb9.entry.js +0 -5
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"SU00302474": {
|
|
3
|
-
"partNumber": "SU00302474",
|
|
4
|
-
"partDescription": "CLAMP",
|
|
5
|
-
"showManufacturerPartLookup": true,
|
|
6
|
-
"localDescription": "Неприменимо",
|
|
7
|
-
"productGroup": "F",
|
|
8
|
-
"pnc": "",
|
|
9
|
-
"binType": null,
|
|
10
|
-
"length": 80,
|
|
11
|
-
"width": 50,
|
|
12
|
-
"height": 15,
|
|
13
|
-
"netWeight": 250,
|
|
14
|
-
"grossWeight": null,
|
|
15
|
-
"cubicMeasure": 600,
|
|
16
|
-
"hsCode": null,
|
|
17
|
-
"origin": "JP",
|
|
18
|
-
"supersededTo": ["1110109263", "137410PH00", "138010PH00", "139350PH00"],
|
|
19
|
-
"stockParts": [
|
|
20
|
-
{
|
|
21
|
-
"locationName": "Besten Stock",
|
|
22
|
-
"quantityLookUpResult": "Available"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"locationName": "Besten Stock",
|
|
26
|
-
"quantityLookUpResult": "Available"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"locationName": "Besten Stock",
|
|
30
|
-
"quantityLookUpResult": "PartiallyAvailable"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"locationName": "Besten Stock 2",
|
|
34
|
-
"quantityLookUpResult": "PartiallyAvailable"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"prices": [
|
|
38
|
-
{
|
|
39
|
-
"countryIntegrationID": "TM",
|
|
40
|
-
"countryName": "Turkmenistan ",
|
|
41
|
-
"regionIntegrationID": "TK",
|
|
42
|
-
"regionName": "Turkmenistan ",
|
|
43
|
-
"warrantyPrice": {
|
|
44
|
-
"value": 2.4875,
|
|
45
|
-
"currencySymbol": "$",
|
|
46
|
-
"cultureName": "en-US",
|
|
47
|
-
"formattedValue": "$12.49"
|
|
48
|
-
},
|
|
49
|
-
"purchasePrice": {
|
|
50
|
-
"value": 2.4875,
|
|
51
|
-
"currencySymbol": "$",
|
|
52
|
-
"cultureName": "en-US",
|
|
53
|
-
"formattedValue": "$22.49"
|
|
54
|
-
},
|
|
55
|
-
"retailPrice": {
|
|
56
|
-
"value": 2.4875,
|
|
57
|
-
"currencySymbol": "$",
|
|
58
|
-
"cultureName": "en-US",
|
|
59
|
-
"formattedValue": "$21.49"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"countryIntegrationID": "TJ",
|
|
64
|
-
"countryName": "Tajikistan",
|
|
65
|
-
"regionIntegrationID": "TJ",
|
|
66
|
-
"regionName": "Tajikistan",
|
|
67
|
-
"warrantyPrice": {
|
|
68
|
-
"value": 2.4875,
|
|
69
|
-
"currencySymbol": "$",
|
|
70
|
-
"cultureName": "en-US",
|
|
71
|
-
"formattedValue": null
|
|
72
|
-
},
|
|
73
|
-
"purchasePrice": {
|
|
74
|
-
"value": 2.4875,
|
|
75
|
-
"currencySymbol": "$",
|
|
76
|
-
"cultureName": "en-US",
|
|
77
|
-
"formattedValue": "$23.49"
|
|
78
|
-
},
|
|
79
|
-
"retailPrice": {
|
|
80
|
-
"value": 2.4875,
|
|
81
|
-
"currencySymbol": "$",
|
|
82
|
-
"cultureName": "en-US",
|
|
83
|
-
"formattedValue": "$22.49"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"countryIntegrationID": "UZ",
|
|
88
|
-
"countryName": "Uzbekistan",
|
|
89
|
-
"regionIntegrationID": "UZ",
|
|
90
|
-
"regionName": "Uzbekistan",
|
|
91
|
-
"warrantyPrice": {
|
|
92
|
-
"value": 2.4875,
|
|
93
|
-
"currencySymbol": "$",
|
|
94
|
-
"cultureName": "en-US",
|
|
95
|
-
"formattedValue": "$23.49"
|
|
96
|
-
},
|
|
97
|
-
"purchasePrice": {
|
|
98
|
-
"value": 2.4875,
|
|
99
|
-
"currencySymbol": "$",
|
|
100
|
-
"cultureName": "en-US",
|
|
101
|
-
"formattedValue": "$42.49"
|
|
102
|
-
},
|
|
103
|
-
"retailPrice": {
|
|
104
|
-
"value": 2.4875,
|
|
105
|
-
"currencySymbol": "$",
|
|
106
|
-
"cultureName": "en-US",
|
|
107
|
-
"formattedValue": null
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
"deadStock": [
|
|
112
|
-
{
|
|
113
|
-
"companyHashID": "COMP-1001",
|
|
114
|
-
"companyName": "Alpha Motors",
|
|
115
|
-
"branchDeadStock": [
|
|
116
|
-
{ "companyBranchIntegrationID": "BR-1001", "companyBranchName": "North Branch", "quantity": 12 },
|
|
117
|
-
{ "companyBranchIntegrationID": "BR-1002", "companyBranchName": "East Branch", "quantity": 5 }
|
|
118
|
-
]
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"companyHashID": "COMP-1002",
|
|
122
|
-
"companyName": "Beta Auto Supplies",
|
|
123
|
-
"branchDeadStock": [{ "companyBranchIntegrationID": "BR-2001", "companyBranchName": "Main Branch", "quantity": 33 }]
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"companyHashID": "COMP-1003",
|
|
127
|
-
"companyName": "Gamma Car Parts",
|
|
128
|
-
"branchDeadStock": [
|
|
129
|
-
{ "companyBranchIntegrationID": "BR-3001", "companyBranchName": "City Center", "quantity": 20 },
|
|
130
|
-
{ "companyBranchIntegrationID": "BR-3002", "companyBranchName": "Suburb Branch", "quantity": 11 }
|
|
131
|
-
]
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"companyHashID": "COMP-1004",
|
|
135
|
-
"companyName": "Delta Garage Supplies",
|
|
136
|
-
"branchDeadStock": [{ "companyBranchIntegrationID": "BR-4001", "companyBranchName": "Depot 1", "quantity": 9 }]
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"companyHashID": "COMP-1005",
|
|
140
|
-
"companyName": "Epsilon Mechanics",
|
|
141
|
-
"branchDeadStock": [
|
|
142
|
-
{ "companyBranchIntegrationID": "BR-5001", "companyBranchName": "Warehouse A", "quantity": 14 },
|
|
143
|
-
{ "companyBranchIntegrationID": "BR-5002", "companyBranchName": "Warehouse B", "quantity": 7 }
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"companyHashID": "COMP-1006",
|
|
148
|
-
"companyName": "Zeta Tools",
|
|
149
|
-
"branchDeadStock": [{ "companyBranchIntegrationID": "BR-6001", "companyBranchName": "West Station", "quantity": 6 }]
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"companyHashID": "COMP-1007",
|
|
153
|
-
"companyName": "Eta Engineering",
|
|
154
|
-
"branchDeadStock": [{ "companyBranchIntegrationID": "BR-7001", "companyBranchName": "Garage Alpha", "quantity": 18 }]
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"companyHashID": "COMP-1008",
|
|
158
|
-
"companyName": "Theta Parts Co.",
|
|
159
|
-
"branchDeadStock": [
|
|
160
|
-
{ "companyBranchIntegrationID": "BR-8001", "companyBranchName": "South Branch", "quantity": 4 },
|
|
161
|
-
{ "companyBranchIntegrationID": "BR-8002", "companyBranchName": "Northwest Branch", "quantity": 21 }
|
|
162
|
-
]
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"companyHashID": "COMP-1009",
|
|
166
|
-
"companyName": "Iota Car Solutions",
|
|
167
|
-
"branchDeadStock": [{ "companyBranchIntegrationID": "BR-9001", "companyBranchName": "Market Road", "quantity": 27 }]
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"companyHashID": "COMP-1010",
|
|
171
|
-
"companyName": "Kappa Auto Inc.",
|
|
172
|
-
"branchDeadStock": [
|
|
173
|
-
{ "companyBranchIntegrationID": "BR-10001", "companyBranchName": "Tech Park Branch", "quantity": 13 },
|
|
174
|
-
{ "companyBranchIntegrationID": "BR-10002", "companyBranchName": "Service Lane Branch", "quantity": 15 }
|
|
175
|
-
]
|
|
176
|
-
}
|
|
177
|
-
]
|
|
178
|
-
},
|
|
179
|
-
"0400007660/1": {
|
|
180
|
-
"partNumber": "0400007660",
|
|
181
|
-
"partDescription": "REPLACEMENT KIT,",
|
|
182
|
-
"localDescription": "Неприменимо",
|
|
183
|
-
"productGroup": "J",
|
|
184
|
-
"pnc": "",
|
|
185
|
-
"pnc": "",
|
|
186
|
-
"binType": null,
|
|
187
|
-
"length": 75,
|
|
188
|
-
"width": 60,
|
|
189
|
-
"height": 10,
|
|
190
|
-
"netWeight": 226,
|
|
191
|
-
"grossWeight": null,
|
|
192
|
-
"cubicMeasure": 450,
|
|
193
|
-
"hsCode": null,
|
|
194
|
-
"hsCode": null,
|
|
195
|
-
"origin": "JP",
|
|
196
|
-
"supersededTo": ["1110109263", "137410PH00", "138010PH00", "139350PH00"],
|
|
197
|
-
"stockParts": [
|
|
198
|
-
{
|
|
199
|
-
"quantityLookUpResult": "Available",
|
|
200
|
-
"locationID": "UZ-UZ-BS",
|
|
201
|
-
"locationName": "Besten Stock"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"prices": [
|
|
205
|
-
{
|
|
206
|
-
"countryIntegrationID": "TM",
|
|
207
|
-
"countryName": "Turkmenistan ",
|
|
208
|
-
"regionIntegrationID": "TK",
|
|
209
|
-
"regionName": "Turkmenistan ",
|
|
210
|
-
"warrantyPrice": {
|
|
211
|
-
"value": 2.4875,
|
|
212
|
-
"currencySymbol": "$",
|
|
213
|
-
"cultureName": "en-US",
|
|
214
|
-
"formattedValue": "$24.49"
|
|
215
|
-
},
|
|
216
|
-
"purchasePrice": {
|
|
217
|
-
"value": 2.4875,
|
|
218
|
-
"currencySymbol": "$",
|
|
219
|
-
"cultureName": "en-US",
|
|
220
|
-
"formattedValue": "$25.49"
|
|
221
|
-
},
|
|
222
|
-
"retailPrice": {
|
|
223
|
-
"value": 2.4875,
|
|
224
|
-
"currencySymbol": "$",
|
|
225
|
-
"cultureName": "en-US",
|
|
226
|
-
"formattedValue": "$23.49"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"countryIntegrationID": "TJ",
|
|
231
|
-
"countryName": "Tajikistan",
|
|
232
|
-
"regionIntegrationID": "TJ",
|
|
233
|
-
"regionName": "Tajikistan",
|
|
234
|
-
"warrantyPrice": {
|
|
235
|
-
"value": 2.4875,
|
|
236
|
-
"currencySymbol": "$",
|
|
237
|
-
"cultureName": "en-US",
|
|
238
|
-
"formattedValue": "$25.49"
|
|
239
|
-
},
|
|
240
|
-
"purchasePrice": {
|
|
241
|
-
"value": 2.4875,
|
|
242
|
-
"currencySymbol": "$",
|
|
243
|
-
"cultureName": "en-US",
|
|
244
|
-
"formattedValue": "$26.49"
|
|
245
|
-
},
|
|
246
|
-
"retailPrice": {
|
|
247
|
-
"value": 2.4875,
|
|
248
|
-
"currencySymbol": "$",
|
|
249
|
-
"cultureName": "en-US",
|
|
250
|
-
"formattedValue": "$22.49"
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"countryIntegrationID": "UZ",
|
|
255
|
-
"countryName": "Uzbekistan",
|
|
256
|
-
"regionIntegrationID": "UZ",
|
|
257
|
-
"regionName": "Uzbekistan",
|
|
258
|
-
"warrantyPrice": {
|
|
259
|
-
"value": 2.4875,
|
|
260
|
-
"currencySymbol": "$",
|
|
261
|
-
"cultureName": "en-US",
|
|
262
|
-
"formattedValue": "$26.49"
|
|
263
|
-
},
|
|
264
|
-
"purchasePrice": {
|
|
265
|
-
"value": 2.4875,
|
|
266
|
-
"currencySymbol": "$",
|
|
267
|
-
"cultureName": "en-US",
|
|
268
|
-
"formattedValue": "$21.49"
|
|
269
|
-
},
|
|
270
|
-
"retailPrice": {
|
|
271
|
-
"value": 2.4875,
|
|
272
|
-
"currencySymbol": "$",
|
|
273
|
-
"cultureName": "en-US",
|
|
274
|
-
"formattedValue": "$21.49"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
],
|
|
278
|
-
"deadStock": null,
|
|
279
|
-
"logId": "d864e3b6-4b6b-4d22-be99-7d64063446eb"
|
|
280
|
-
}
|
|
281
|
-
}
|