1{
2 "cartId": "string",
3 "editOrderId": "string",
4 "cartItemList": [
5 {
6 "productId": "string",
7 "variantGroupId": "string",
8 "name": "string",
9 "price": 0,
10 "quantity": 0,
11 "orderItemId": "It can have values like 1, 2, 3, etc... which represents line item number within the order.",
12 "imageURL": "string",
13 "subTotal": 0,
14 "discount": 0,
15 "total": 0,
16 "size": "39-42 or M or 38 etc...",
17 "color": "Light Grey or Black etc...",
18 "itemStatus": "COMPLETED",
19 "gtin": "string",
20 "fulfillmentType": "IN_STORE",
21 "fulfillmentSubType": "DEFAULT",
22 "salesAssociateAttributionList": [
23 {
24 "storeAssociateId": "string",
25 "contributionPercentage": 0,
26 "attributionNote": "string",
27 "firstName": "string",
28 "lastName": "string"
29 }
30 ],
31 "epc": "string",
32 "masterProductId": "string",
33 "subProducts": [
34 "string"
35 ],
36 "productClass": "string",
37 "serialNumber": "string",
38 "productCondition": "NEW",
39 "reasons": [
40 {
41 "reasonCodeType": "TRANSACTION_DISCOUNT",
42 "reasonCode": "string",
43 "reasonText": "string"
44 }
45 ],
46 "dateTimeSlot": {
47 "slotId": "1234",
48 "slotDate": 0,
49 "selectedTimeSlot": "09:00 - 12:00",
50 "dateTimeSlotType": "Delivery"
51 },
52 "priceCorrection": {
53 "originalPrice": 0,
54 "approvingManagerId": "string"
55 },
56 "deliveryGroupId": "string",
57 "formAttributes": [
58 [
59 {
60 "key": "color",
61 "value": "red"
62 }
63 ]
64 ],
65 "pickupDetailId": "string",
66 "productTax": {
67 "totalTax": 0,
68 "taxExemption": 0,
69 "taxRateList": [
70 {
71 "countryCode": "US",
72 "state": "string",
73 "postalCode": "string",
74 "taxType": "CLASS",
75 "chargeType": "TAX",
76 "nonRefundable": false,
77 "taxRate": 7.25,
78 "taxClass": "Tax Class for Shoes and Clothing - PS0001",
79 "taxCode": "string",
80 "taxAmount": 7.25,
81 "perUnitTaxAmount": 1.25,
82 "taxName": "string",
83 "displayTaxName": "string",
84 "corporateTaxId": "HST-74252RT0001",
85 "printTaxName": "string",
86 "externalTaxId": "string",
87 "isExempt": false,
88 "taxDescription": "string",
89 "jurisdiction": "string",
90 "registrationNumber": "string"
91 }
92 ],
93 "vatRateList": [
94 {
95 "countryCode": "US",
96 "state": "string",
97 "postalCode": "string",
98 "taxType": "CLASS",
99 "chargeType": "TAX",
100 "nonRefundable": false,
101 "taxRate": 7.25,
102 "taxClass": "Tax Class for Shoes and Clothing - PS0001",
103 "taxCode": "string",
104 "taxAmount": 7.25,
105 "perUnitTaxAmount": 1.25,
106 "taxName": "string",
107 "displayTaxName": "string",
108 "corporateTaxId": "HST-74252RT0001",
109 "printTaxName": "string",
110 "externalTaxId": "string",
111 "isExempt": false,
112 "taxDescription": "string",
113 "jurisdiction": "string",
114 "registrationNumber": "string"
115 }
116 ],
117 "valueAddedTax": 0,
118 "taxableAmount": 0
119 },
120 "priceAdjustmentList": [
121 {
122 "description": "string",
123 "adjustment": "string",
124 "id": "string",
125 "price": 0,
126 "priceAdjustmentType": "PRICE_OVERRIDE",
127 "promoCode": "string",
128 "auto": true,
129 "discountValue": 0,
130 "discountType": "AMOUNT"
131 }
132 ],
133 "returnsEligibility": "ELIGIBLE_FOR_RETURNS",
134 "returnsEligibilityText": "string",
135 "pickupStoreId": "string",
136 "fulfillmentStoreId": "string",
137 "totalAdditionalCharge": 0,
138 "tlogCustomProductAttributes": "string",
139 "externalId": "string",
140 "productBundleId": "string",
141 "noteList": [
142 {
143 "cartId": "string",
144 "noteId": "string",
145 "noteText": "string",
146 "transactionId": "string"
147 }
148 ],
149 "registryId": "string",
150 "requiredDeposit": 0,
151 "paidDeposit": 0
152 }
153 ],
154 "deliveryGroupList": [
155 {
156 "deliveryGroupId": "string",
157 "fulfillmentType": "IN_STORE",
158 "fulfillmentSubType": "DEFAULT",
159 "shippingMethod": {
160 "shippingMethodId": "001",
161 "name": "Standard Shipping",
162 "description": "string",
163 "carrier": "UPS",
164 "serviceLevel": "3-5 Days",
165 "price": 0,
166 "priceAfterShippingDiscount": 0,
167 "sortOrder": 0,
168 "taxRates": [
169 {
170 "countryCode": "US",
171 "state": "string",
172 "postalCode": "string",
173 "taxType": "CLASS",
174 "chargeType": "TAX",
175 "nonRefundable": false,
176 "taxRate": 7.25,
177 "taxClass": "Tax Class for Shoes and Clothing - PS0001",
178 "taxCode": "string",
179 "taxAmount": 7.25,
180 "perUnitTaxAmount": 1.25,
181 "taxName": "string",
182 "displayTaxName": "string",
183 "corporateTaxId": "HST-74252RT0001",
184 "printTaxName": "string",
185 "externalTaxId": "string",
186 "isExempt": false,
187 "taxDescription": "string",
188 "jurisdiction": "string",
189 "registrationNumber": "string"
190 }
191 ],
192 "vatRates": [
193 {
194 "countryCode": "US",
195 "state": "string",
196 "postalCode": "string",
197 "taxType": "CLASS",
198 "chargeType": "TAX",
199 "nonRefundable": false,
200 "taxRate": 7.25,
201 "taxClass": "Tax Class for Shoes and Clothing - PS0001",
202 "taxCode": "string",
203 "taxAmount": 7.25,
204 "perUnitTaxAmount": 1.25,
205 "taxName": "string",
206 "displayTaxName": "string",
207 "corporateTaxId": "HST-74252RT0001",
208 "printTaxName": "string",
209 "externalTaxId": "string",
210 "isExempt": false,
211 "taxDescription": "string",
212 "jurisdiction": "string",
213 "registrationNumber": "string"
214 }
215 ],
216 "shippingTax": 0,
217 "shippingValueAddedTax": 0,
218 "taxExemption": 0,
219 "deliveryDate": 0,
220 "deliveryTimeSlot": "09:00 - 12:00"
221 },
222 "shippingAddress": {
223 "salutation": "string",
224 "firstName": "string",
225 "lastName": "string",
226 "addressLine1": "string",
227 "addressLine2": "string",
228 "city": "string",
229 "state": "string",
230 "postalCode": "string",
231 "countryCode": "string",
232 "phone": "string",
233 "storeId": "string",
234 "addressType": "string",
235 "emailAddress": "string",
236 "country": "string"
237 },
238 "dateTimeSlot": {
239 "slotId": "1234",
240 "slotDate": 0,
241 "selectedTimeSlot": "09:00 - 12:00",
242 "dateTimeSlotType": "Delivery"
243 },
244 "fulfillmentAddress": {
245 "salutation": "string",
246 "firstName": "string",
247 "lastName": "string",
248 "addressLine1": "string",
249 "addressLine2": "string",
250 "city": "string",
251 "state": "string",
252 "postalCode": "string",
253 "countryCode": "string",
254 "phone": "string",
255 "storeId": "string",
256 "addressType": "string",
257 "emailAddress": "string",
258 "country": "string"
259 }
260 }
261 ]
262}