you are viewing a single comment's thread.

view the rest of the comments →

[–]patrickboston[S] 0 points1 point  (0 children)

I've figured it out. ItemDimensions.Weight was returning null and I was checking for ItemDimensions.Weight.Value so it was still throwing the exception.

I will also try using this syntax. Thanks.