You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
Deprecates customer field in Storefront.Checkout.
Deprecates userErrors field in Storefront.CustomerAccessTokenCreatePayload in favour of the new Storefront.CustomerUserError that also provides additional machine-friendly error codes.
Adds ability to view fulfillment information for Storefront.Order, including tracking info, shipping companies, etc.
Adds mutation for appending multiple gift card codes.
Adds customer field in Storefront.CheckoutCustomerAssociatePayload.
Adds customerAccessToken in Storefront.CustomerActivatePayload.
Migrates away from CircleCI in favour of TravisCI.
Updates sample app to include support for gift cards.
Minor clean up, enhancements and documentation improvements.