This is a sample project to provide access to Selldone Connect Provider. With this package you will be able to create a connect bridge or work with all aspects of shops on Selldone.
- Selldone
- API Documentation
- Sample: Printful connection flow (Youtube)
- How to add my service as a provider (Youtube)
⚠ IMPORTANT! It's just a test project! Never use it as live/production!
- Connect Provider Panel: Documentation for Connect Provider can be found on the Selldone website.
- APIs: https://selldone.com/documents.
If you are a retail/ecommerce service provider like drop-shipping supplier, you will be able to create a connect provider bridge on Selldone, With this option, your clients and other merchants on SD will be able to connect their shop to your service just by one click and sync products. When a new order checkout, we create sub-orders (fulfilment) and send them to related connect providers.
This project has a sample frontend with Vue.
npm watch
or
yarn watch
Output webapp:
You should deploy this Laravel project on a public server to be able to connect it to Selldone via Webhooks.
php artisan serve --port=80
- Go to the providers panel and create a new provider.
- Open the created provider and complete information about your service on the setting tab.
- Go to the Dashboard and click on create connect bridge. To create the bridge you should 1- have a wallet with USD currency ( Create wallet) and 2- have 20USD charge. Users can select your service in the Channel > Connect OS tab, only if your provider has a bridge.
- Get Access Token in the APIs tab, and get Webhook Sign Key in the webhooks tab. You can use access token in Authorization header of API request, and use sign key to validate received webhooks from Selldone.
- Go to the Auth tab and setup users authentication flow.
- Implement all required webhooks (required).
- Using APIs are optional and depends on your service.
Get products, categories, and customers. After the user deletes this service, the received products, categories, and customers will not be deleted.
Get products, categories, and orders. The system removes products after the user removes the service.
Go here and create a new provider.
Mehrdad PajuhaanLaravel Selldone Connect Provider is open-sourced software licensed under the MIT license.