diff --git a/api/build/build.yaml b/api/build/build.yaml
index a2f020e7..e42694de 100644
--- a/api/build/build.yaml
+++ b/api/build/build.yaml
@@ -1686,6 +1686,10 @@ components:
description: The selling quantity of the item
allOf:
- $ref: '#/components/schemas/ItemQuantity'
+ margin:
+ description: The selling margin of the item
+ allOf:
+ - $ref: '#/components/schemas/ItemQuantity'
category_ids:
description: Categories this item can be listed under
type: array
@@ -4156,6 +4160,15 @@ x-flows:
count: 6
minimum:
count: 1
+ margin:
+ maximum:
+ measure:
+ value: '10'
+ unit: PERCENT
+ minimum:
+ measure:
+ value: '8'
+ unit: PERCENT
time:
label: VALIDITY
duration: P2D
@@ -4233,6 +4246,15 @@ x-flows:
count: 4
minimum:
count: 1
+ margin:
+ maximum:
+ measure:
+ value: '10'
+ unit: PERCENT
+ minimum:
+ measure:
+ value: '8'
+ unit: PERCENT
time:
label: VALIDITY
duration: P2D
@@ -4980,6 +5002,15 @@ x-flows:
count: 6
minimum:
count: 1
+ margin:
+ maximum:
+ measure:
+ value: '10'
+ unit: PERCENT
+ minimum:
+ measure:
+ value: '8'
+ unit: PERCENT
time:
label: VALIDITY
duration: P2D
@@ -5057,6 +5088,15 @@ x-flows:
count: 4
minimum:
count: 1
+ margin:
+ maximum:
+ measure:
+ value: '10'
+ unit: PERCENT
+ minimum:
+ measure:
+ value: '8'
+ unit: PERCENT
time:
label: VALIDITY
duration: P2D
@@ -5784,6 +5824,11 @@ x-flows:
quantity:
selected:
count: 1
+ margin:
+ selected:
+ measure:
+ value: '10'
+ unit: PERCENT
add_ons:
- id: A1
quantity:
@@ -5794,6 +5839,11 @@ x-flows:
quantity:
selected:
count: 1
+ margin:
+ selected:
+ measure:
+ value: '10'
+ unit: PERCENT
add_ons:
- id: A1
quantity:
@@ -5926,6 +5976,11 @@ x-flows:
quantity:
selected:
count: 1
+ margin:
+ selected:
+ measure:
+ value: '10'
+ unit: PERCENT
time:
label: VALIDITY
duration: P2D
@@ -6026,6 +6081,11 @@ x-flows:
quantity:
selected:
count: 1
+ margin:
+ selected:
+ measure:
+ value: '10'
+ unit: PERCENT
time:
label: VALIDITY
duration: P2D
@@ -6311,8 +6371,10 @@ x-flows:
api: form
details:
- description: >-
- Buyer platform fetches the additional details form from the
- Provider platform using the link provided in the previous step
+ In the current form, the Email field is marked as
+ mandatory. The seller app can configure any field as mandatory by
+ adding the required attribute, or make it optional by
+ removing the required attribute.
mermaid: |-
sequenceDiagram
participant Buyer Platform (BAP)
@@ -6354,7 +6416,7 @@ x-flows:
-
+