Hide single-item quantity badges in checkout

When creating a checkout via our API, you can now pass in a new flag, shouldShowSingleQuantity, to control whether the quantity badge is shown on items with a quantity of 1. The field defaults to true, which matches the existing behavior.

See the docs here.