docs: added manage returns documentation (#3943)

This commit is contained in:
Shahed Nasser
2023-04-27 14:07:47 +03:00
committed by GitHub
parent ceeba5fba6
commit 588abbe833
7 changed files with 664 additions and 7 deletions

View File

@@ -296,6 +296,7 @@ The draft orders ID is stored in the `draft_order_id` attribute. You can also
## See Also
- [How to manage orders](./admin/manage-orders.mdx)
- [How to edit an order](./admin/edit-order.mdx)
- [How to handle order edits on the storefront](./storefront/handle-order-edits.mdx)
- [How to Implement Claim Order Flow in the storefront](./storefront/implement-claim-order.mdx)