Skip to content

Commit

Permalink
Merge pull request #519 from voucherifyio/pz/fix-order-item
Browse files Browse the repository at this point in the history
## 20231030 - New Order Models
  • Loading branch information
p-zielinski authored Nov 2, 2023
2 parents 248c32b + 3025969 commit bed44ee
Show file tree
Hide file tree
Showing 12 changed files with 604 additions and 316 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 20231030 - Order Model

**Removed schemas**
- Order

**Added schemas**
- OrderRequest
- OrderItemResponse
- OrderResponse
- OrderItemResponse
- OrderRedemptions

**Updated order object markdown.**

**Added support for `additionalProperties` to markdown generator.**

## 20231031 Integration blueprint – 2 new articles

Added the following articles to the Integration Blueprint section:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-docs/ORDERS-API-Create-Order.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categorySlug: voucherify-api
slug: create-order
parentDocSlug: orders-api
hidden: false
order: 4
order: 5
---
[block:html]
{
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-docs/ORDERS-API-Create-Orders-Export.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categorySlug: voucherify-api
slug: create-order-export
parentDocSlug: orders-api
hidden: false
order: 7
order: 8
---
[block:html]
{
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-docs/ORDERS-API-Get-Order.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categorySlug: voucherify-api
slug: get-order
parentDocSlug: orders-api
hidden: false
order: 3
order: 4
---
[block:html]
{
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-docs/ORDERS-API-Import-Orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categorySlug: voucherify-api
slug: import-orders
parentDocSlug: orders-api
hidden: false
order: 6
order: 7
---
[block:html]
{
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-docs/ORDERS-API-List-Orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categorySlug: voucherify-api
slug: list-orders
parentDocSlug: orders-api
hidden: false
order: 2
order: 3
---
[block:html]
{
Expand Down
89 changes: 67 additions & 22 deletions docs/reference-docs/ORDERS-API-Order-Object.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/reference-docs/ORDERS-API-Update-Order.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categorySlug: voucherify-api
slug: update-order
parentDocSlug: orders-api
hidden: false
order: 5
order: 6
---
[block:html]
{
Expand Down
93 changes: 64 additions & 29 deletions docs/reference-docs/VALIDATIONS-API-Validation-Object.md

Large diffs are not rendered by default.

Loading

0 comments on commit bed44ee

Please sign in to comment.