Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
936 B
936 B
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Class: AdminPostOrderEditsReq
internal.internal.AdminPostOrderEditsReq
Schema
AdminPostOrderEditsReq type: object required:
- order_id properties: order_id: description: The ID of the order to create the edit for. type: string internal_note: description: An optional note to associate with the order edit. type: string
Properties
created_by
• Optional created_by: string
Defined in
packages/medusa/dist/api/routes/admin/order-edits/create-order-edit.d.ts:77
internal_note
• Optional internal_note: string
Defined in
packages/medusa/dist/api/routes/admin/order-edits/create-order-edit.d.ts:76
order_id
• order_id: string
Defined in
packages/medusa/dist/api/routes/admin/order-edits/create-order-edit.d.ts:75