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 Operator 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 | Products | Querying Products | Learn how to pull products (aka adverts) from Marketplacer into your systems | Querying Products | |
2 | Orders | Creating Orders | Learn how to create orders in Marketplacer for the 3rd party products you’ve consumed | Ordering | |
3 | Utility | Pagination | Learn how to page through large result sets to avoid overly long individual API calls | Pagination | |
4 | Refunds | Refunding | Learn how to use the refunds flow to create order Cancellations and Returns | Refunds | |
5 | Products | Product Vetting | Learn how to use the Product (aka Advert) vetting flow | Vetting Adverts |
Connected Integration
Most developers working with the Operator API will be building a connected integration, so you may find this video additional useful context before diving deeper into each example: