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

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]
2025-01-27 11:45:04 +00:00
committed by GitHub
parent 43aa993971
commit 3e81962503
45 changed files with 5201 additions and 216 deletions

View File

@@ -0,0 +1,2 @@
curl '{backend_url}/store/product-tags' \
-H 'x-publishable-api-key: {your_publishable_api_key}'

View File

@@ -0,0 +1,2 @@
curl '{backend_url}/store/product-tags/{id}' \
-H 'x-publishable-api-key: {your_publishable_api_key}'

View File

@@ -0,0 +1,2 @@
curl '{backend_url}/store/product-types' \
-H 'x-publishable-api-key: {your_publishable_api_key}'

View File

@@ -0,0 +1,2 @@
curl '{backend_url}/store/product-types/{id}' \
-H 'x-publishable-api-key: {your_publishable_api_key}'