Problem/Motivation
Currently, for both the GET/PATCH methods for the checkout resource, we require the commerce_order.update entity access.
We should require commerce_order.view for GET, and commerce_order.update for PATCH so that one can request the checkout resource once the order is placed.
Issue fork commerce_api-3180938
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mglaman+1. Each HTTP method for a path can be its own route definition. JSON:API does this to have different controller methods for POST/PATCH/DELETE/GET on relationships
Comment #5
jsacksick commented