Files
medusa-store/www/apps/docs/content/references/medusa/classes/medusa.AdminPostOrderEditsReq.mdx
2024-01-22 18:38:35 +01:00

14 lines
787 B
Plaintext

---
displayed_sidebar: homepage
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# AdminPostOrderEditsReq
The details of the order edit to create.
## Properties
<ParameterTypes parameters={[{"name":"order_id","type":"`string`","description":"The ID of the order to create the edit for.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"An optional note to associate with the order edit.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records"/>