Bulk Product Details
Output representation of the response that contains the details of multiple
products.
JSON Example
1"bulkProductSpecificationsResponse": {
2 "apiStatus": {
3 "messages": [],
4 "statusCode": "FetchedDetailsSuccessfully"
5 },
6 "contextId": "c68c7c7e85f3ea5b0e7bcfefc0f2dba9bbd24bfe2f4240ca589af50e473e2242",
7 "correlationId": "de9a674c-1807-438c-ac78-2c96f4655325",
8 "result": [
9 {
10 "additionalFields": [],
11 "attributeCategories": [],
12 "attributes": [],
13 "catalogs": [],
14 "childProducts": [],
15 "id": "01txx0000006ivJAAQ",
16 "isActive": true,
17 "isAssetizable": true,
18 "isSoldOnlyWithOtherProds": false,
19 "name": "iPhone12",
20 "nodeType": "simpleProduct",
21 "prices": [
22 {
23 "currencyIsoCode": "USD",
24 "isDefault": false,
25 "isSelected": true,
26 "price": 100,
27 "priceBookEntryId": "01uxx0000008zUkAAI",
28 "priceBookId": "01sxx0000005qxxAAA",
29 "pricingModel": {
30 "id": "0jPxx000000009hEAA",
31 "name": "OneTime",
32 "pricingModelType": "OneTime"
33 }
34 },
35 {
36 "currencyIsoCode": "USD",
37 "isDefault": true,
38 "isSelected": false,
39 "price": 15,
40 "priceBookEntryId": "01uxx0000008zUmAAI",
41 "priceBookId": "01sxx0000005qxxAAA",
42 "pricingModel": {
43 "frequency": "Months",
44 "id": "0jPxx000000009iEAA",
45 "name": "Monthly",
46 "occurrence": 1,
47 "pricingModelType": "TermDefined"
48 }
49 }
50 ],
51 "productClassification": {},
52 "productCode": "iPhone12",
53 "productComponentGroups": [],
54 "productSellingModelOptions": [
55 {
56 "id": "0iOxx00000000EfEAI",
57 "productId": "01txx0000006ivJAAQ",
58 "productSellingModel": {
59 "id": "0jPxx000000009iEAA",
60 "name": "Monthly",
61 "pricingTerm": 1,
62 "pricingTermUnit": "Months",
63 "sellingModelType": "TermDefined",
64 "status": "Active"
65 },
66 "productSellingModelId": "0jPxx000000009iEAA"
67 },
68 {
69 "id": "0iOxx00000000EgEAI",
70 "productId": "01txx0000006ivJAAQ",
71 "productSellingModel": {
72 "id": "0jPxx000000009hEAA",
73 "name": "OneTime",
74 "sellingModelType": "OneTime",
75 "status": "Active"
76 },
77 "productSellingModelId": "0jPxx000000009hEAA"
78 }
79 ],
80 "productSpecificationType": {
81 "name": "ProdSpecRecType1",
82 "productSpecificationRecordType": {}
83 },
84 "qualificationContext": {
85 "isQualified": true
86 }
87 },
88 {
89 "additionalFields": [],
90 "attributeCategories": [],
91 "attributes": [],
92 "catalogs": [],
93 "childProducts": [],
94 "id": "01txx0000006ivLAAQ",
95 "isActive": true,
96 "isAssetizable": true,
97 "isSoldOnlyWithOtherProds": false,
98 "name": "iPhone13",
99 "nodeType": "simpleProduct",
100 "prices": [
101 {
102 "currencyIsoCode": "USD",
103 "isDefault": true,
104 "isSelected": false,
105 "price": 1520,
106 "priceBookEntryId": "01uxx0000008zUpAAI",
107 "priceBookId": "01sxx0000005qxxAAA",
108 "pricingModel": {
109 "id": "0jPxx000000009hEAA",
110 "name": "OneTime",
111 "pricingModelType": "OneTime"
112 }
113 },
114 {
115 "currencyIsoCode": "USD",
116 "isDefault": false,
117 "isSelected": false,
118 "price": 152,
119 "priceBookEntryId": "01uxx0000008zUqAAI",
120 "priceBookId": "01sxx0000005qxxAAA",
121 "pricingModel": {
122 "frequency": "Months",
123 "id": "0jPxx000000009iEAA",
124 "name": "Monthly",
125 "occurrence": 1,
126 "pricingModelType": "TermDefined"
127 }
128 }
129 ],
130 "productClassification": {},
131 "productCode": "iPhone13",
132 "productComponentGroups": [],
133 "productSellingModelOptions": [
134 {
135 "id": "0iOxx00000000EbEAI",
136 "productId": "01txx0000006ivLAAQ",
137 "productSellingModel": {
138 "id": "0jPxx000000009iEAA",
139 "name": "Monthly",
140 "pricingTerm": 1,
141 "pricingTermUnit": "Months",
142 "sellingModelType": "TermDefined",
143 "status": "Active"
144 },
145 "productSellingModelId": "0jPxx000000009iEAA"
146 },
147 {
148 "id": "0iOxx00000000EeEAI",
149 "productId": "01txx0000006ivLAAQ",
150 "productSellingModel": {
151 "id": "0jPxx000000009hEAA",
152 "name": "OneTime",
153 "sellingModelType": "OneTime",
154 "status": "Active"
155 },
156 "productSellingModelId": "0jPxx000000009hEAA"
157 }
158 ],
159 "productSpecificationType": {
160 "name": "ProdSpecRecType1",
161 "productSpecificationRecordType": {}
162 },
163 "qualificationContext": {
164 "isQualified": true
165 }
166 }
167 ]
168}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| apiStatus | API Status[] | Status of the API request. | Small, 61.0 | 61.0 |
| contextId | String | ID of the context. | Small, 61.0 | 61.0 |
| correlationId | String | Unique identifier of the request. | Small, 61.0 | 61.0 |
| result | Any response body | Result that contains the details of products. | Small, 61.0 | 61.0 |
| userContext | User Context[] | User context details. For example, account ID or contact ID. | Small, 61.0 | 61.0 |