chore(docs): Updated API Reference (automated) (#10641)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-17 17:41:22 +00:00
committed by GitHub
parent 1232a43fce
commit 4479ecdc7b
9 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
curl -X POST '{backend_url}/store/shipping-options/{id}/calculate' \
-H 'x-publishable-api-key: {your_publishable_api_key}' \
-H 'Content-Type: application/json' \
--data-raw '{
"cart_id": "{value}"
}'