2023.04.27 - Ability to Set Shipping Options per Store
about 1 month ago by Alex Kravchuk
API changes
- Added
updateCartSelectedShippingOptions
mutation. It allows setting selected shipping option ID per store, and it can be retrieved by queryingoffer.selectedShippingMethod
.
Additionally,CartSubmitInput.selectedShippingOptions
is now optional. If not provided, the shipping options set viaupdateCartSelectedShippingOptions
will be used.
Deprecations
- The
status
field inSubmitStoreResult
was deprecated