Skip to content

Multi-Location Carts

Compare
Choose a tag to compare
@jwbrew jwbrew released this 26 Aug 10:42
· 156 commits to master since this release

Version 1 of the SDK brings the ability to create carts before you set a location.

Breaking Changes

The following CartItem fields have changed from Scalars["Money"] to Maybe<Scalars["Money"]> to accommodate carts that don't yet have a location:

  • discountAmount
  • lineTotal
  • price
  • taxAmount

Additions