I have a javascript code that create line items using
DFP API with an input consisting 10 lineItems each with 3 creatives, and to do that it uses OrderService, lineItemService, CreativeService, CustomTargetingService, and LineItemCreativeAssociationService. If I run one command to create 10 lineItems at a time, it works perfectly, however if I run only two of them in parallel it gives me this error"error":"Error occurred creating line items","reason":"soap:Server: [CommonError.CONCURRENT_MODIFICATION @ ]
I need the code to be able to create line items in parallel. I would appreciate any suggestions.