When you want to post to an SS2 service what is th...
# suitecommerce
m
When you want to post to an SS2 service what is the best way? When I use
model.save(data)
it includes all the attributes of the model and not just values of the object
data
.