Mass Assignment in API Attacks Module

Hi,

So in the Mass Assignment exercise I created an order and got its GUID. I added the orderItems array like the Items end point, it seems not take an issue with it but I can’t see it is added in the items of the order.

In the items endpoint, whatever I do I get an error. I added SuccessMessage:true but no avail.

Any help?

In the items end point

You need to check the ProductID is a valid one by looking in Products, once done try to play with different parameters