You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Whats the limit (n) on items to calculate price with the Price Engine Rest API?

Received Response
53
Views
1
Comments

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

}

}

}

]

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!