docs: added draft order conceptual guide (#3931)

This commit is contained in:
Shahed Nasser
2023-04-26 21:34:31 +03:00
committed by GitHub
parent cce2b3827e
commit 528b07a1a4
4 changed files with 77 additions and 8 deletions

View File

@@ -288,7 +288,7 @@ You can access the orders swaps by expanding the `swap` relation and accessin
### DraftOrder
An order can be associated with a draft order. This would be the draft order that the order was created from.
An order can be associated with a [draft order](./draft-orders.md). This would be the draft order that the order was created from.
The draft orders ID is stored in the `draft_order_id` attribute. You can also access the draft order by expanding the `draft_order` relation and accessing `order.draft_order`.