Start Here
2 minute read
Preamble
Marketplacer is a large product, so if you’re new to working with it, it can be overwhelming! So this guide has been created to help you navigate which topics you may want to focus your attention on first.
It should be noted however that this is just a suggested approach that most developers working with the Seller API would take, however each example is self-contained so you can work through them in any order you like.
Beyond the resources listed below, we do of course have articles and videos on many more subjects that you can explore at your leisure.
Suggested Learning Path
Topic | Subject | Description | Example | ||
---|---|---|---|---|---|
1 | Orders | Querying Orders | Learn how to return your Orders (aka Invoices) from Marketplacer | Querying Orders | |
2 | Utility | Pagination | Learn how to page through large result sets to avoid overly long individual API calls | Pagination | |
3 | Product | Creating Products | Learn how to create Products (aka Adverts) to sell on Marketplacer | Managing Products | |
4 | Shipments | Creating Shipments | Learn how to dispatch your Orders by creating Shipments | Creating Shipments | |
5 | Refunds | Refunding | Learn how to use the refunds flow to create order Cancellations and Returns | Refunds | |
6 | Product | Advert Vetting | Learn how to retrieve Adverts rejected via the vetting process and resubmit them with corrective updates | Vetting Products |
Seller Integrations
Most developers working with the Seller API will be building an integration that will do the following:
- Create / Update Products
- Retrieve Orders
- Dispatch Orders
With this in mind we have produced a Seller Integration Walkthrough video that covers these topics using the Seller API: