Whats the limit (n) on items to calculate price with the Price Engine Rest API?
Summary:
Content (required):
I've been asked to implement a solution of pricing with the Price Engine Rest API and I need to know if theres a limit on items that could be added to the request body.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
{
"customerId": "1234567",
"currencyCode": "MXN",
"priceBookVarName": "",
"items": [
{
"itemIdentifier": "1",
"partNumber": "xxxx",
"itemAttributeValues": {
"_quantity": 9
}
.
.
.
{
"itemIdentifier": "n",
"partNumber": "xxxx",
"itemAttributeValues": {
"_quantity": 9
}
}
}
]
}
Tagged:
0