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

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-11-27 16:09:28 +00:00
committed by GitHub
parent 51bdd60423
commit 10a5d22f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
* operationId: PostOrdersIdTransfer
* x-sidebar-summary: Request Transfer
* summary: Request Order Transfer
* description: Request an order to be transfered to another customer. The transfer is confirmed by sending a request to the [Accept Order Transfer](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept) Store API route.
* description: Request an order to be transfered to another customer. The transfer is confirmed by sending a request to the [Accept Order
* Transfer](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept) Store API route.
* x-authenticated: true
* parameters:
* - name: id

View File

@@ -58,6 +58,5 @@
* "500":
* $ref: "#/components/responses/500_error"
* x-workflow: cancelOrderTransferRequestWorkflow
*
*/