Newer Version Available
Order Summary
- JSON example
-
1[ 2 { 3 "adjustmentAggregates": null, 4 "createdDate": "2024-03-08T07:28:32.000Z", 5 "currencyIsoCode": "USD", 6 "fields": { 7 "AccountId": { 8 "label": "Account ID", 9 "text": "001OK000001o5FtYAI", 10 "type": "reference" 11 } 12 }, 13 "orderNumber": "00000110", 14 "orderSummaryId": "1OsOK00000006Sh0AI", 15 "orderedDate": "2023-10-02T11:03:27.000Z", 16 "ownerId": "005OK000000JZklYAG", 17 "products": [ 18 { 19 "canViewProduct": true, 20 "errorCode": null, 21 "errorMessage": null, 22 "fields": {}, 23 "id": "01tOK000000EUprYAG", 24 "media": { 25 "alternateText": "Default Image", 26 "contentVersionId": null, 27 "id": null, 28 "mediaType": null, 29 "sortOrder": null, 30 "thumbnailUrl": "/img/b2b/default-product-image.svg", 31 "title": null, 32 "url": null 33 }, 34 "variationAttributes": {} 35 } 36 ], 37 "status": "Created", 38 "totalAmount": "26.98" 39 }, 40 { 41 "adjustmentAggregates": null, 42 "createdDate": "2024-03-08T07:28:32.000Z", 43 "currencyIsoCode": "USD", 44 "fields": { 45 "AccountId": { 46 "label": "Account ID", 47 "text": "001OK000001o5FtYAI", 48 "type": "reference" 49 } 50 }, 51 "orderNumber": "00000109", 52 "orderSummaryId": "1OsOK00000006Sg0AI", 53 "orderedDate": "2023-10-02T11:02:06.000Z", 54 "ownerId": "005OK000000JZklYAG", 55 "products": [ 56 { 57 "canViewProduct": true, 58 "errorCode": null, 59 "errorMessage": null, 60 "fields": {}, 61 "id": "01tOK000000EUpmYAG", 62 "media": { 63 "alternateText": "Default Image", 64 "contentVersionId": null, 65 "id": null, 66 "mediaType": null, 67 "sortOrder": null, 68 "thumbnailUrl": "/img/b2b/default-product-image.svg", 69 "title": null, 70 "url": null 71 }, 72 "variationAttributes": {} 73 } 74 ], 75 "status": "Created", 76 "totalAmount": "561.98" 77 } 78]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| adjustmentAggregates | Order Summary Adjustment Aggregates | Adjustment aggregates associated with the order summary. | Small, 55.0 | 55.0 |
| createdDate | String | Created date of the order summary. | Small, 51.0 | 51.0 |
| fields | Map<String, Record Field> | Map of requested order summary fields. | Small, 51.0 | 51.0 |
| orderNumber | String | Order number of the order summary. | Small, 51.0 | 51.0 |
| orderSummaryId | String | ID of the order summary. | Small, 51.0 | 51.0 |
| orderedDate | String | Ordered date of the order summary. | Small, 51.0 | 51.0 |
| ownerId | String | ID of the owner of the order summary. | Small, 51.0 | 51.0 |
| products | Order Summary Product Lookup[] | Order summary product lookup details. | Small, 61.0 | 61.0 |
| status | String | Status of the order summary. | Small, 51.0 | 51.0 |
| totalAmount | String | Total amount of the order summary. | Small, 51.0 | 51.0 |