commercetools / commercetools-api-reference

commercetools API reference documentation
http://docs.commercetools.com/
57 stars 29 forks source link

DeliveryItem quantity type wrong #235

Closed barbara79 closed 3 years ago

barbara79 commented 3 years ago

DeliveryItem quantity should be of type number and format int64

ashishhk commented 3 years ago

Please note the changes have been released in Java SDK in 3.0.1 version https://github.com/commercetools/commercetools-sdk-java-v2/releases/tag/3.0.1

And should also be release to other SDKs in their next versions wherever relavent.

jenschude commented 3 years ago

it mainly affected java. Typescript only knows numbers. PHP has scalars and dotnet is not stable released ;)