chore(docs): Generated API Reference (#4054)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-05-09 18:12:00 +03:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent c95ebdfdb3
commit 7963c16233
30 changed files with 118 additions and 72 deletions
+32 -12
View File
@@ -32392,7 +32392,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -32835,7 +32835,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
} }
@@ -33945,7 +33945,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -34163,7 +34163,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -34438,7 +34438,7 @@
"description": "The unique randomly generated key used to determine the state of a process.", "description": "The unique randomly generated key used to determine the state of a process.",
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -34565,6 +34565,18 @@
"description": "The Manufacturers Identification code that identifies the manufacturer of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.", "description": "The Manufacturers Identification code that identifies the manufacturer of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.",
"type": "string" "type": "string"
}, },
"title": {
"description": "Title of the inventory item",
"type": "string"
},
"description": {
"description": "Description of the inventory item",
"type": "string"
},
"thumbnail": {
"description": "Thumbnail for the inventory item",
"type": "string"
},
"material": { "material": {
"description": "The material and composition that the Inventory Item is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.", "description": "The material and composition that the Inventory Item is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.",
"type": "string" "type": "string"
@@ -35784,7 +35796,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -36263,7 +36275,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -36507,7 +36519,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -37884,7 +37896,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -38065,6 +38077,14 @@
"description": "The id of the inventory item the reservation relates to", "description": "The id of the inventory item the reservation relates to",
"type": "string" "type": "string"
}, },
"description": {
"description": "Description of the reservation item",
"type": "string"
},
"created_by": {
"description": "UserId of user who created the reservation item",
"type": "string"
},
"quantity": { "quantity": {
"description": "The id of the reservation item", "description": "The id of the reservation item",
"type": "number" "type": "number"
@@ -38221,7 +38241,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -39519,7 +39539,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -39775,7 +39795,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
+1 -2
View File
@@ -129,8 +129,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
context: context:
description: The context of the cart which can include info like IP or user agent. description: The context of the cart which can include info like IP or user agent.
@@ -140,6 +140,5 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
@@ -70,8 +70,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -125,8 +125,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -25,8 +25,7 @@ properties:
process. process.
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: Date which the idempotency key was locked. description: Date which the idempotency key was locked.
@@ -21,6 +21,15 @@ properties:
the Inventory Item. May be used by Fulfillment Providers to pass customs the Inventory Item. May be used by Fulfillment Providers to pass customs
information to shipping carriers. information to shipping carriers.
type: string type: string
title:
description: Title of the inventory item
type: string
description:
description: Description of the inventory item
type: string
thumbnail:
description: Thumbnail for the inventory item
type: string
material: material:
description: >- description: >-
The material and composition that the Inventory Item is made of, May be The material and composition that the Inventory Item is made of, May be
+1 -2
View File
@@ -244,8 +244,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
external_id: external_id:
description: The ID of an external order. description: The ID of an external order.
@@ -101,8 +101,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -81,8 +81,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
amount: amount:
description: The amount that the Payment Session has been authorized for. description: The amount that the Payment Session has been authorized for.
@@ -66,8 +66,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -16,6 +16,12 @@ properties:
inventory_item_id: inventory_item_id:
description: The id of the inventory item the reservation relates to description: The id of the inventory item the reservation relates to
type: string type: string
description:
description: Description of the reservation item
type: string
created_by:
description: UserId of user who created the reservation item
type: string
quantity: quantity:
description: The id of the reservation item description: The id of the reservation item
type: number type: number
@@ -102,8 +102,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
received_at: received_at:
description: The date with timezone at which the return was received. description: The date with timezone at which the return was received.
+1 -2
View File
@@ -153,8 +153,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -43,8 +43,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
+32 -12
View File
@@ -6489,7 +6489,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -6932,7 +6932,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
} }
@@ -8042,7 +8042,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -8260,7 +8260,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -8535,7 +8535,7 @@
"description": "The unique randomly generated key used to determine the state of a process.", "description": "The unique randomly generated key used to determine the state of a process.",
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -8662,6 +8662,18 @@
"description": "The Manufacturers Identification code that identifies the manufacturer of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.", "description": "The Manufacturers Identification code that identifies the manufacturer of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.",
"type": "string" "type": "string"
}, },
"title": {
"description": "Title of the inventory item",
"type": "string"
},
"description": {
"description": "Description of the inventory item",
"type": "string"
},
"thumbnail": {
"description": "Thumbnail for the inventory item",
"type": "string"
},
"material": { "material": {
"description": "The material and composition that the Inventory Item is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.", "description": "The material and composition that the Inventory Item is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.",
"type": "string" "type": "string"
@@ -9881,7 +9893,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -10360,7 +10372,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -10604,7 +10616,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -11981,7 +11993,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -12162,6 +12174,14 @@
"description": "The id of the inventory item the reservation relates to", "description": "The id of the inventory item the reservation relates to",
"type": "string" "type": "string"
}, },
"description": {
"description": "Description of the reservation item",
"type": "string"
},
"created_by": {
"description": "UserId of user who created the reservation item",
"type": "string"
},
"quantity": { "quantity": {
"description": "The id of the reservation item", "description": "The id of the reservation item",
"type": "number" "type": "number"
@@ -12300,7 +12320,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -15176,7 +15196,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
@@ -15432,7 +15452,7 @@
"nullable": true, "nullable": true,
"type": "string", "type": "string",
"externalDocs": { "externalDocs": {
"url": "https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key", "url": "https://docs.medusajs.com/development/idempotency-key/overview.md",
"description": "Learn more how to use the idempotency key." "description": "Learn more how to use the idempotency key."
} }
}, },
+1 -2
View File
@@ -129,8 +129,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
context: context:
description: The context of the cart which can include info like IP or user agent. description: The context of the cart which can include info like IP or user agent.
@@ -140,6 +140,5 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
@@ -70,8 +70,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -125,8 +125,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -25,8 +25,7 @@ properties:
process. process.
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: Date which the idempotency key was locked. description: Date which the idempotency key was locked.
@@ -21,6 +21,15 @@ properties:
the Inventory Item. May be used by Fulfillment Providers to pass customs the Inventory Item. May be used by Fulfillment Providers to pass customs
information to shipping carriers. information to shipping carriers.
type: string type: string
title:
description: Title of the inventory item
type: string
description:
description: Description of the inventory item
type: string
thumbnail:
description: Thumbnail for the inventory item
type: string
material: material:
description: >- description: >-
The material and composition that the Inventory Item is made of, May be The material and composition that the Inventory Item is made of, May be
+1 -2
View File
@@ -244,8 +244,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
external_id: external_id:
description: The ID of an external order. description: The ID of an external order.
@@ -101,8 +101,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -81,8 +81,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
amount: amount:
description: The amount that the Payment Session has been authorized for. description: The amount that the Payment Session has been authorized for.
@@ -66,8 +66,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -16,6 +16,12 @@ properties:
inventory_item_id: inventory_item_id:
description: The id of the inventory item the reservation relates to description: The id of the inventory item the reservation relates to
type: string type: string
description:
description: Description of the reservation item
type: string
created_by:
description: UserId of user who created the reservation item
type: string
quantity: quantity:
description: The id of the reservation item description: The id of the reservation item
type: number type: number
@@ -102,8 +102,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
received_at: received_at:
description: The date with timezone at which the return was received. description: The date with timezone at which the return was received.
+1 -2
View File
@@ -153,8 +153,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.
@@ -43,8 +43,7 @@ properties:
nullable: true nullable: true
type: string type: string
externalDocs: externalDocs:
url: >- url: https://docs.medusajs.com/development/idempotency-key/overview.md
https://docs.medusajs.com/modules/carts-and-checkout/cart.md#idempotency-key
description: Learn more how to use the idempotency key. description: Learn more how to use the idempotency key.
created_at: created_at:
description: The date with timezone at which the resource was created. description: The date with timezone at which the resource was created.