adp-web-components 0.1.79 → 0.1.81
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 +4 -4
- package/dist/cjs/form-date-picker.cjs.entry.js +5 -5
- package/dist/cjs/form-dialog_13.cjs.entry.js +38 -22
- package/dist/cjs/{form-input-DH-U4kEM.js → form-input-CfVsbpFP.js} +1 -1
- package/dist/cjs/form-input_4.cjs.entry.js +8 -7
- package/dist/cjs/form-switch.cjs.entry.js +3 -3
- package/dist/cjs/form-time-picker.cjs.entry.js +1 -1
- 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-Cr3n1fd0.js → get-language-from-url-DoohcPbK.js} +9 -3
- package/dist/cjs/{get-local-language-Ch0JsFp-.js → get-local-language-dtz_ylI9.js} +1 -1
- package/dist/cjs/get-mock-files-sCsI1Hn3.js +53 -0
- package/dist/cjs/information-table.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.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-BUa89UAk.js → phone-validator-BwVVzgyp.js} +2 -2
- 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/ssc-lookup-form.cjs.entry.js +5 -5
- package/dist/cjs/{state-object-DY2MVbpe.js → state-object-BPv_-WNe.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 +1 -1
- package/dist/cjs/vehicle-lookup.cjs.entry.js +19 -1
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- 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/shift-tab-content.css +1 -1
- package/dist/collection/components/form-elements/form-checkbox.js +1 -1
- package/dist/collection/components/form-elements/form-date-picker-legacy.js +4 -4
- package/dist/collection/components/form-elements/form-dialog.js +3 -3
- package/dist/collection/components/form-elements/form-file.js +5 -2
- package/dist/collection/components/form-elements/form-input-preview.js +15 -2
- package/dist/collection/components/form-elements/form-inputs.css +1 -1
- 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-lookup.js +40 -0
- package/dist/collection/features/form-hook/form-hook.js +9 -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-date-picker.js +1 -1
- package/dist/components/form-dialog.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-shadow-input.js +1 -1
- package/dist/components/form-stepper-control.js +1 -1
- package/dist/components/form-stepper-submit.js +1 -1
- package/dist/components/form-stepper.js +1 -1
- package/dist/components/form-structure-error.js +1 -1
- package/dist/components/form-structure.js +1 -1
- package/dist/components/form-submit.js +1 -1
- package/dist/components/form-switch.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/form-time-picker.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/manufacturer-lookup.js +1 -1
- package/dist/components/manufacturer-part-lookup.js +1 -1
- package/dist/components/{p-CQSAEcTB.js → p-1t0ee2KV.js} +1 -1
- package/dist/components/{p-Bsnu7u9K.js → p-9SYAxR5D.js} +1 -1
- package/dist/components/{p-BWfCJC3Q.js → p-B2L6-H-H.js} +1 -1
- package/dist/components/{p-aMPZ6-pL.js → p-B3Sse1dx.js} +1 -1
- package/dist/components/{p-B-MZjoBg.js → p-B9DO0698.js} +1 -1
- package/dist/components/{p-DATl4ttx.js → p-BAUUwLQn.js} +1 -1
- package/dist/components/p-BSODiZ3e.js +5 -0
- package/dist/components/p-BX7sXgsE.js +5 -0
- package/dist/components/{p-DY9gBU2J.js → p-BYlmz8H8.js} +1 -1
- package/dist/components/{p-BeL46S5b.js → p-BaXSdgrz.js} +1 -1
- package/dist/components/{p-DwyZCgYl.js → p-BbYlJcJL.js} +1 -1
- package/dist/components/p-BdMk8LMO.js +5 -0
- package/dist/components/{p-B74EVzB0.js → p-BgC7TfjM.js} +1 -1
- package/dist/components/{p-7Ml46qau.js → p-Bgdfc3fC.js} +1 -1
- package/dist/components/p-BoZ-KRmQ.js +5 -0
- package/dist/components/{p-DIx4B8Yb.js → p-Bto_Qn2L.js} +1 -1
- package/dist/components/{p-DD8S-FqN.js → p-CMo5vVFD.js} +1 -1
- package/dist/components/{p-COS-bXsj.js → p-CRhdQvF0.js} +1 -1
- package/dist/components/{p-BLhi8bD5.js → p-CWTyZunC.js} +1 -1
- package/dist/components/{p-D7IQ_tmq.js → p-CYPozMZL.js} +1 -1
- package/dist/components/{p-yQwcy8rT.js → p-CnzWHmTp.js} +1 -1
- package/dist/components/{p-DSTKQdoW.js → p-CvwANsMG.js} +1 -1
- package/dist/components/{p-ClKZfnwN.js → p-D6G60Qle.js} +1 -1
- package/dist/components/{p-CjrMk4Te.js → p-DA8N8GN1.js} +1 -1
- package/dist/components/{p-B-XBWavF.js → p-DDR68BFE.js} +1 -1
- package/dist/components/{p-MJwr71KB.js → p-DJaWpqrV.js} +1 -1
- package/dist/components/p-DMa2mnS4.js +5 -0
- package/dist/components/{p-BN3IFAWI.js → p-DNwpXqOm.js} +1 -1
- package/dist/components/p-DSXAyWai.js +5 -0
- package/dist/components/{p-B1HbKT92.js → p-DSxJGv9x.js} +1 -1
- package/dist/{shift-components/p-Dfy8LG6W.js → components/p-DW0CwKKo.js} +1 -1
- package/dist/components/{p-uy_bFOsR.js → p-DXYMGJnE.js} +1 -1
- package/dist/components/{p-DT2OVZtH.js → p-DYdL_Qjt.js} +1 -1
- package/dist/components/p-DqPjMHKd.js +5 -0
- package/dist/components/{p-D0oHH_yi.js → p-DrRm2GeC.js} +1 -1
- package/dist/components/p-d53FlScY.js +5 -0
- package/dist/components/{p-B882WrlQ.js → p-okkx_Dxf.js} +1 -1
- package/dist/components/{p-B14TvlWp.js → p-pgyBiEEk.js} +1 -1
- package/dist/components/p-ri6ceTKZ.js +5 -0
- package/dist/components/p-uERtY6Fc.js +5 -0
- package/dist/components/p-zPFPWP-C.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 +4 -4
- package/dist/esm/form-date-picker.entry.js +5 -5
- package/dist/esm/form-dialog_13.entry.js +38 -22
- package/dist/esm/{form-input-DKjuSVBS.js → form-input-BZhw7_xV.js} +1 -1
- package/dist/esm/form-input_4.entry.js +8 -7
- package/dist/esm/form-switch.entry.js +3 -3
- package/dist/esm/form-time-picker.entry.js +1 -1
- 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-OJporG8v.js → get-language-from-url-X9X1Ax8Z.js} +9 -3
- package/dist/esm/{get-local-language-Ce9BLJNB.js → get-local-language-C_rz-aLR.js} +1 -1
- package/dist/esm/get-mock-files-BTL2DSUD.js +51 -0
- package/dist/esm/information-table.entry.js +1 -1
- package/dist/esm/loader.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-DuWpgjxr.js → phone-validator-B9M8NqEu.js} +2 -2
- 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/ssc-lookup-form.entry.js +5 -5
- package/dist/esm/{state-object-BYbNPk-P.js → state-object-B8DNFIL2.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 +1 -1
- package/dist/esm/vehicle-lookup.entry.js +19 -1
- 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-b58252b3.entry.js → p-20048d5e.entry.js} +1 -1
- package/dist/shift-components/{p-b73dc0eb.entry.js → p-20467010.entry.js} +1 -1
- package/dist/shift-components/{p-fd8cce34.entry.js → p-24a3746d.entry.js} +1 -1
- package/dist/shift-components/{p-0ea039a0.entry.js → p-2fe3538e.entry.js} +1 -1
- package/dist/shift-components/p-38500489.entry.js +5 -0
- package/dist/shift-components/{p-37bbc653.entry.js → p-3c9fc400.entry.js} +1 -1
- package/dist/shift-components/{p-9270fdea.entry.js → p-45d46073.entry.js} +1 -1
- package/dist/shift-components/p-51b1d98c.entry.js +5 -0
- package/dist/shift-components/{p-95496452.entry.js → p-54f0635f.entry.js} +1 -1
- package/dist/shift-components/{p-3c5f015c.entry.js → p-676836bc.entry.js} +1 -1
- package/dist/shift-components/{p-0174f4a6.entry.js → p-76fe6d18.entry.js} +1 -1
- package/dist/shift-components/{p-7ce7efb2.entry.js → p-7a69c2a0.entry.js} +1 -1
- package/dist/shift-components/{p-45232ee9.entry.js → p-9684c41d.entry.js} +1 -1
- package/dist/shift-components/p-B1_PA5hq.js +5 -0
- package/dist/shift-components/{p-zqc-VRCh.js → p-BJJ8dVwO.js} +1 -1
- package/dist/shift-components/p-C8QB-gF9.js +5 -0
- package/dist/shift-components/p-Cm_2J53u.js +5 -0
- package/dist/{components/p-B20yJV8N.js → shift-components/p-Cms5hx_v.js} +1 -1
- package/dist/shift-components/p-Cw1plyNz.js +5 -0
- package/dist/shift-components/{p-CCt3VwsZ.js → p-DfifGpJh.js} +1 -1
- package/dist/shift-components/{p-971f2432.entry.js → p-a3796321.entry.js} +1 -1
- package/dist/shift-components/{p-19b5c5da.entry.js → p-a7ccdc2b.entry.js} +1 -1
- package/dist/shift-components/p-b6381123.entry.js +5 -0
- package/dist/shift-components/p-b7ccfb5d.entry.js +5 -0
- package/dist/shift-components/{p-39128baf.entry.js → p-bb080827.entry.js} +1 -1
- package/dist/shift-components/{p-8c4579f1.entry.js → p-e1994b6f.entry.js} +1 -1
- package/dist/shift-components/{p-600141c0.entry.js → p-eccf53d1.entry.js} +1 -1
- package/dist/shift-components/{p-8049016c.entry.js → p-f4914abc.entry.js} +1 -1
- package/dist/shift-components/{p-74392ec2.entry.js → p-f4dbe8aa.entry.js} +1 -1
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/form-elements/form-file.d.ts +1 -0
- 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-CEnsN9BF.js +0 -5
- package/dist/components/p-Ch14UUZ8.js +0 -5
- package/dist/components/p-DQqF8boi.js +0 -5
- package/dist/components/p-DldJIun-.js +0 -5
- package/dist/components/p-DndpWsL0.js +0 -5
- package/dist/components/p-LsPt2IQQ.js +0 -5
- package/dist/components/p-MdiEjk1X.js +0 -5
- package/dist/components/p-aHqL2KKd.js +0 -5
- package/dist/components/p-pckxVoM8.js +0 -5
- package/dist/components/p-rvbbkr0i.js +0 -5
- package/dist/mocks/part-lookup.json +0 -281
- package/dist/shift-components/p-6b9c8723.entry.js +0 -5
- package/dist/shift-components/p-6fca3b48.entry.js +0 -5
- package/dist/shift-components/p-D-IGTVAo.js +0 -5
- package/dist/shift-components/p-DgArUiaY.js +0 -5
- package/dist/shift-components/p-d9491f0a.entry.js +0 -5
- package/dist/shift-components/p-ea04ef58.entry.js +0 -5
- package/dist/shift-components/p-yjI-v4gh.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
|
-
}
|