Last active
February 13, 2019 02:37
-
-
Save Mozu-CS/82f03d7f471099064340e853ea9e66de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"total": 1, | |
"items": [ | |
{ | |
"priceListCode": "100", | |
"productCode": "pc00001", | |
"productName": "test product", | |
"currencyCode": "USD", | |
"startDate": "2017-12-13T03:13:00.000Z", | |
"isVariation": false, | |
"priceListEntryTypeCode": "blackhawk-legend-day", | |
"priceListEntryMode": "Simple", | |
"priceListEntrySequence": 1, | |
"priceEntries": [ | |
{ | |
"minQty": 1, | |
"listPriceMode": "Overridden", | |
"listPrice": 4.99, | |
"salePriceMode": "Overridden", | |
"salePrice": 4 | |
} | |
], | |
"extras": [], | |
"msrpMode": "UseCatalog", | |
"costMode": "UseCatalog", | |
"mapMode": "UseCatalog", | |
"createBy": "09698d0a21044b518286daeb4a738529", | |
"createDate": "2017-12-13T03:14:39.680Z", | |
"lastModifiedBy": "09698d0a21044b518286daeb4a738529", | |
"lastModifiedDate": "2017-12-13T03:15:51.022Z" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"total": 1, | |
"items": [ | |
{ | |
"id": "system~price-list-entry-type", | |
"code": "price-list-entry-type", | |
"name": "PriceListEntryType", | |
"inputType": "List", | |
"dataType": "String", | |
"isOption": false, | |
"isExtra": false, | |
"isProperty": true, | |
"isRequired": false, | |
"isVisible": false, | |
"valueType": "Predefined", | |
"regex": "", | |
"adminName": "price-list-entry-type", | |
"values": [ | |
{ | |
"id": "red-hot-buy", | |
"value": "Red Hot Buy", | |
"localeCode": "en-US", | |
"isOverriden": true, | |
"valueSequence": 11 | |
}, | |
{ | |
"id": "blackhawk-legend-day", | |
"value": "Chris Chelios Day", | |
"localeCode": "en-US", | |
"isOverriden": true, | |
"valueSequence": 12 | |
} | |
], | |
"searchableInStorefront": false, | |
"searchDisplayValue": true, | |
"allowFilteringAndSortingInStorefront": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment