Is there any limitation on line count for placing ...
# suitecommerce
b
Is there any limitation on line count for placing orders from SCA? 100+ lines?
s
Hard limit? No. Soft limit? Yes. The key constraint here is performance. Most sites experience what you might call 'unacceptable slowness' anywhere between 50-100 lines. It can be mitigated but anything over 100 is unlikely to be acceptable to users, or may just time out.
d
I'd be interested to hear what can be done to mitigate issues in this area, as we've just paid for an SCA license to evaluate the system and this may be a concern for us.
s
Well it would be pretty forensic. You would need to set up a test of your current site with the expected number of line items (eg 100) to get a baseline performance status. Once you have that, you would need to begin to trim away customisations and potentially unneeded data from it. The principle causes for concern are the field sets used by the sales order and cart
In other words, if you were to just have 100 lines but they only returned the internal ID and quantity (which is the very minimum you need to place an order) then it would probably be very quick. But the issue arises because of all the additional fields you typically want: price, name, matrix selections, etc
b
Thank you!