chore: fix cURL example in create payment collection route (#10219)

* chore: fix cURL example in create payment collection route

* regenerate OAS
This commit is contained in:
Shahed Nasser
2024-11-22 14:22:50 +02:00
committed by GitHub
parent 8e10ada2d0
commit 4810b1c55b
5 changed files with 21 additions and 16 deletions

View File

@@ -43,7 +43,14 @@ post:
required_quantity:
type: number
title: required_quantity
description: The variant's quantity.
description: >-
The number of units a single quantity is equivalent to.
For example, if a customer orders one quantity of the
variant, Medusa checks the availability of the quantity
multiplied by the value set for `required_quantity`. When
the customer orders the quantity, Medusa reserves the
ordered quantity multiplied by the value set for
`required_quantity`.
inventory_item_id:
type: string
title: inventory_item_id
@@ -70,7 +77,14 @@ post:
required_quantity:
type: number
title: required_quantity
description: The variant's quantity.
description: >-
The number of units a single quantity is equivalent to.
For example, if a customer orders one quantity of the
variant, Medusa checks the availability of the quantity
multiplied by the value set for `required_quantity`. When
the customer orders the quantity, Medusa reserves the
ordered quantity multiplied by the value set for
`required_quantity`.
inventory_item_id:
type: string
title: inventory_item_id