Closed rachel-carvalho closed 7 months ago
We want to perform mutations with a POST instead of a GET.
GET /api/products/create
POST /api/products
web/frontend
fetch
https://github.com/Shopify/shopify-app-template-node/assets/446046/8837afa3-d108-4369-9e00-ff76732077c4
Note: once this PR is merged, it becomes a new release for this template.
README.md
WHY are these changes introduced?
We want to perform mutations with a POST instead of a GET.
WHAT is this pull request doing?
GET /api/products/create
toPOST /api/products
web/frontend
submodule to the commit which updatesfetch
call https://github.com/Shopify/shopify-frontend-template-react/pull/259https://github.com/Shopify/shopify-app-template-node/assets/446046/8837afa3-d108-4369-9e00-ff76732077c4
Checklist
Note: once this PR is merged, it becomes a new release for this template.
README.md
file and other related documentation, if applicable~ N/A