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
@@ -23,6 +23,12 @@ You want to add or use the following admin functionalities:
- Manage a swaps fulfillment. This includes creating a fulfillment, creating a shipment, and canceling a fulfillment.
- Cancel a swap.
:::note
You can learn about managing returns in the [Manage Returns documentation](./manage-returns.mdx).
:::
---
## Prerequisites
@@ -534,3 +540,4 @@ The request returns the updated order as an object. You can access the swaps usi
## See Also
- [How to manage orders using admin APIs](./manage-orders.mdx)
- [How to manage returns using admin APIs](./manage-returns.mdx)