We have had a couple of support tickets recently (such as Desk 1295) where users have missed the syntax for costing options, usually because they are not including the model name again. The proper way is "costing_options":{"bicycle":{...}}, rather than "costing_options":{...}. Without this, they never see a difference when setting the bicycle type, for example.
We should add more examples of how to do this for all models.
We have had a couple of support tickets recently (such as Desk 1295) where users have missed the syntax for costing options, usually because they are not including the model name again. The proper way is
"costing_options":{"bicycle":{...}}
, rather than"costing_options":{...}
. Without this, they never see a difference when setting the bicycle type, for example.We should add more examples of how to do this for all models.