> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/account-level/resellers/packages-and-product-instances/sample-flows.md ## Article Content: # Resellers API: Sample Use Cases & Flows This article shares some possible use cases your app could support, as well as a sample flow that could support each use case. This can be a helpful jumping off point as you plan your app's implementation. ## Set up a customer's site in your team account You could set up a site for a customer in your agency's team account. This way, the customer doesn't have access to the site until you've finished the setup and testing. Then, transfer the site to the customer's Wix account and assign a paid service to it. Note that you can't transfer sites with paid services. To set up the site: 1. Create a new site in your agency's team account. 1. Finish the site's design, functionality, and testing. 1. Call the [Transfer Site](https://dev.wix.com/docs/api-reference/account-level/b2b-site-management/business-site-transfer-v1/transfer-site.md) endpoint of the B2B Site Management API to give the customer access to the site. 1. Use the [Create Package](https://dev.wix.com/docs/rest/account-level/resellers/packages-and-product-instances/create-package-v2.md) to assign paid Wix services to the transferred site. Contact the [Wix B2B sales team](mailto:bizdev@wix.com) for details about the relevant product IDs for each service. ## Reassign a paid service to a different site You could create a package of paid Wix services and assign the services to the relevant sites. When the customer realizes that want to use one of the services in a different site, you can re-assign it. To re-assign a product instance: 1. Call [Create Package](https://dev.wix.com/docs/rest/account-level/resellers/packages-and-product-instances/create-package-v2.md) and pass the relevant site and product IDs. 1. Once the customer informs you, that they want to transfer a paid service from one site to another, let them select the product instance they want to transfer and the ID of the target site. 1. Pass the `productInstanceId` in the [Unassign Product Instance From Site](https://dev.wix.com/docs/api-reference/account-level/resellers/packages-and-product-instances/unassign-product-instance-from-site.md) call. 1. Use the [Assign Product Instance To Site](https://dev.wix.com/docs/api-reference/account-level/resellers/packages-and-product-instances/assign-product-instance-to-site.md) endpoint and pass the new site ID.