@@ -, +, @@ --- api/v1/swagger/definitions/order.yaml | 6 ++++++ 1 file changed, 6 insertions(+) --- a/api/v1/swagger/definitions/order.yaml +++ a/api/v1/swagger/definitions/order.yaml @@ -224,6 +224,12 @@ properties: current_item_level_holds_count: type: integer description: Current holds count for associated items + estimated_delivery_date: + type: + - string + - "null" + format: date + description: Estimated delivery date fund: type: - object --