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
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
As a Magento developer, I need to set and manage the selected shipping method on cart to support checkout via GraphQL so that I can build basic ecommerce experiences for shoppers on the front-end.
Use Cases
Render available shipping methods on storefront
Set and be able to modify the shipping method on the cart
RE required address fields. In our experience Country, Region/State, Post/ZipCode, and City will get you base rating from most carriers. That said, for the best accuracy the full address including street address is [edit]suggested[/edit]. For example if street address is available FedEx will use it to determine if the delivery location is residential or a business as they provide better rates to businesses. So providing street address as optional is fine, but leaving it completely out of the schema would quickly become an issue.
The first few comments on this M2 issue list other use cases for the less-commonly-needed address fields: magento/magento2#3789
As a Magento developer, I need to set and manage the selected shipping method on cart to support checkout via GraphQL so that I can build basic ecommerce experiences for shoppers on the front-end.
Use Cases
High Level I/O
TO DO
The text was updated successfully, but these errors were encountered: