Skip to content

Commit

Permalink
chore(medusa): Update OE oas
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Sep 15, 2022
1 parent 3ff758a commit ebf3052
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/medusa/src/models/order-edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,18 @@ export class OrderEdit extends SoftDeletableEntity {
* type: integer
* description: The total of discount
* example: 800
* shipping_total
* type: integer
* description: The total of the shipping amount
* example: 800
* gift_card_total
* type: integer
* description: The total of the gift card amount
* example: 800
* gift_card_tax_total
* type: integer
* description: The total of the gift card amount
* example: 800
* tax_total:
* type: integer
* description: The total of tax
Expand All @@ -162,6 +174,6 @@ export class OrderEdit extends SoftDeletableEntity {
* removed_items:
* type: array
* description: Computed line items from the changes that have been marked as deleted.
* removed_items:
* items:
* $ref: "#/components/schemas/line_item"
*/

0 comments on commit ebf3052

Please sign in to comment.