2023.04.27 - Ability to Set Shipping Options per Store

API changes

  • Added updateCartSelectedShippingOptions mutation. It allows setting selected shipping option ID per store, and it can be retrieved by querying offer.selectedShippingMethod.
    Additionally, CartSubmitInput.selectedShippingOptions is now optional. If not provided, the shipping options set via updateCartSelectedShippingOptions will be used.

Deprecations

  • The status field in SubmitStoreResult was deprecated