chore(docs): Updated API Reference (#6220)

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>
This commit is contained in:
github-actions[bot]
2024-01-25 17:58:17 +00:00
committed by GitHub
parent 21c1c5ce6c
commit bbf79169a9
496 changed files with 3417 additions and 8305 deletions

View File

@@ -27,7 +27,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts/postundefined
$ref: ../code_samples/tsx/store_carts/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}/getundefined
$ref: ../code_samples/tsx/store_carts_{id}/get.tsx
- lang: Shell
label: cURL
source:
@@ -72,7 +72,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}/postundefined
$ref: ../code_samples/tsx/store_carts_{id}/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -37,7 +37,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}_complete/postundefined
$ref: ../code_samples/tsx/store_carts_{id}_complete/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -24,7 +24,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}_line-items/postundefined
$ref: ../code_samples/tsx/store_carts_{id}_line-items/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -31,8 +31,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_carts_{id}_line-items_{line_id}/postundefined
$ref: ../code_samples/tsx/store_carts_{id}_line-items_{line_id}/post.tsx
- lang: Shell
label: cURL
source:
@@ -86,8 +85,7 @@ delete:
- lang: tsx
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_carts_{id}_line-items_{line_id}/deleteundefined
$ref: ../code_samples/tsx/store_carts_{id}_line-items_{line_id}/delete.tsx
- lang: Shell
label: cURL
source:

View File

@@ -27,7 +27,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}_payment-session/postundefined
$ref: ../code_samples/tsx/store_carts_{id}_payment-session/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -23,7 +23,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}_payment-sessions/postundefined
$ref: ../code_samples/tsx/store_carts_{id}_payment-sessions/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -35,7 +35,7 @@ post:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_carts_{id}_payment-sessions_{provider_id}/postundefined
../code_samples/tsx/store_carts_{id}_payment-sessions_{provider_id}/post.tsx
- lang: Shell
label: cURL
source:
@@ -93,7 +93,7 @@ delete:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_carts_{id}_payment-sessions_{provider_id}/deleteundefined
../code_samples/tsx/store_carts_{id}_payment-sessions_{provider_id}/delete.tsx
- lang: Shell
label: cURL
source:

View File

@@ -31,7 +31,7 @@ post:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_carts_{id}_payment-sessions_{provider_id}_refresh/postundefined
../code_samples/tsx/store_carts_{id}_payment-sessions_{provider_id}_refresh/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -26,7 +26,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_carts_{id}_shipping-methods/postundefined
$ref: ../code_samples/tsx/store_carts_{id}_shipping-methods/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -84,7 +84,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_collections/getundefined
$ref: ../code_samples/tsx/store_collections/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_collections_{id}/getundefined
$ref: ../code_samples/tsx/store_collections_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -22,7 +22,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_customers/postundefined
$ref: ../code_samples/tsx/store_customers/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -13,7 +13,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_customers_me/getundefined
$ref: ../code_samples/tsx/store_customers_me/get.tsx
- lang: Shell
label: cURL
source:
@@ -62,7 +62,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_customers_me/postundefined
$ref: ../code_samples/tsx/store_customers_me/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -207,7 +207,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_customers_me_orders/getundefined
$ref: ../code_samples/tsx/store_customers_me_orders/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_gift-cards_{code}/getundefined
$ref: ../code_samples/tsx/store_gift-cards_{code}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_order-edits_{id}/getundefined
$ref: ../code_samples/tsx/store_order-edits_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -25,7 +25,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_order-edits_{id}_complete/postundefined
$ref: ../code_samples/tsx/store_order-edits_{id}_complete/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -24,7 +24,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_order-edits_{id}_decline/postundefined
$ref: ../code_samples/tsx/store_order-edits_{id}_decline/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -52,7 +52,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_orders/getundefined
$ref: ../code_samples/tsx/store_orders/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -28,7 +28,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_orders_batch_customer_token/postundefined
$ref: ../code_samples/tsx/store_orders_batch_customer_token/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -21,7 +21,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_orders_cart_{cart_id}/getundefined
$ref: ../code_samples/tsx/store_orders_cart_{cart_id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -22,7 +22,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_orders_customer_confirm/postundefined
$ref: ../code_samples/tsx/store_orders_customer_confirm/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -29,7 +29,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_orders_{id}/getundefined
$ref: ../code_samples/tsx/store_orders_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -35,7 +35,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_payment-collections_{id}/getundefined
$ref: ../code_samples/tsx/store_payment-collections_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -26,8 +26,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_payment-collections_{id}_sessions/postundefined
$ref: ../code_samples/tsx/store_payment-collections_{id}_sessions/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -31,7 +31,7 @@ post:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_payment-collections_{id}_sessions_batch/postundefined
../code_samples/tsx/store_payment-collections_{id}_sessions_batch/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -28,7 +28,7 @@ post:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_payment-collections_{id}_sessions_batch_authorize/postundefined
../code_samples/tsx/store_payment-collections_{id}_sessions_batch_authorize/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -30,7 +30,7 @@ post:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_payment-collections_{id}_sessions_{session_id}/postundefined
../code_samples/tsx/store_payment-collections_{id}_sessions_{session_id}/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -28,7 +28,7 @@ post:
label: Medusa React
source:
$ref: >-
../code_samples/tsx/store_payment-collections_{id}_sessions_{session_id}_authorize/postundefined
../code_samples/tsx/store_payment-collections_{id}_sessions_{session_id}_authorize/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -73,7 +73,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_product-categories/getundefined
$ref: ../code_samples/tsx/store_product-categories/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -35,7 +35,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_product-categories_{id}/getundefined
$ref: ../code_samples/tsx/store_product-categories_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -108,7 +108,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_product-tags/getundefined
$ref: ../code_samples/tsx/store_product-tags/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -109,7 +109,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_product-types/getundefined
$ref: ../code_samples/tsx/store_product-types/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -240,7 +240,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_products/getundefined
$ref: ../code_samples/tsx/store_products/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -79,7 +79,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_products_{id}/getundefined
$ref: ../code_samples/tsx/store_products_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -77,7 +77,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_regions/getundefined
$ref: ../code_samples/tsx/store_regions/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_regions_{id}/getundefined
$ref: ../code_samples/tsx/store_regions_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -14,7 +14,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_return-reasons/getundefined
$ref: ../code_samples/tsx/store_return-reasons/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_return-reasons_{id}/getundefined
$ref: ../code_samples/tsx/store_return-reasons_{id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -22,7 +22,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_returns/postundefined
$ref: ../code_samples/tsx/store_returns/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -36,7 +36,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_shipping-options/getundefined
$ref: ../code_samples/tsx/store_shipping-options/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -23,7 +23,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_shipping-options_{cart_id}/getundefined
$ref: ../code_samples/tsx/store_shipping-options_{cart_id}/get.tsx
- lang: Shell
label: cURL
source:

View File

@@ -36,7 +36,7 @@ post:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_swaps/postundefined
$ref: ../code_samples/tsx/store_swaps/post.tsx
- lang: Shell
label: cURL
source:

View File

@@ -19,7 +19,7 @@ get:
- lang: tsx
label: Medusa React
source:
$ref: ../code_samples/tsx/store_swaps_{cart_id}/getundefined
$ref: ../code_samples/tsx/store_swaps_{cart_id}/get.tsx
- lang: Shell
label: cURL
source: