Omnivore V2 API

General Concepts
The Omnivore v2 API is a JSON based REST-like api. It is meant for: 1. Retailers wanting to integrate with the Omnivore platform such as to be able to upl...
Fri, 30 Oct, 2020 at 5:58 PM
Set up
If you are an existing Omnivore user (ie you already have an Omnivore account) or you would like to get started now, please contact us to set you up for Omn...
Wed, 16 Aug, 2023 at 1:13 PM
Omnivore v2 API Summary
A list of all Product API endpoints API NameMethod and URLFor RetailersFor MarketplacesDetails List Products GET /v2/retailer/$retailerCode/products/...
Mon, 16 Nov, 2020 at 5:01 PM
Example Products
Example 1 A minimal data set to create a product { "sku": "TEST1", "name": "Test 1 Example Product", &quo...
Mon, 2 Dec, 2019 at 3:20 PM
Example Bulk Update Products
An example JSON payload containing 2 products. Save the content as products.json and use this curl command to upload the products using the bulk update api...
Mon, 9 Dec, 2019 at 1:44 PM
Example Orders
These are example orders as retrieved vi the Order API. Example 1 An eBay order for the product in Example 1 http://support.omnivore.com.au/support/...
Mon, 2 Dec, 2019 at 3:27 PM
Retrieving Orders
List Orders As a Retailer, retrieve all orders: Http Method: GET Endpoint Url: /v2/retailer/$retailerCode/orders/list Note: Marketplaces do not have ...
Fri, 28 Feb, 2020 at 3:06 PM
Creating and Updating Orders
Create Marketplace Order As a Marketplace, create an Order from the given Marketplace Note: Retailers do have access to this endpoint, but there is no use...
Tue, 11 Jan, 2022 at 5:16 PM
Order Data
Details about the order data Field NameTypeRequiredDetails id Number read only Internal Omnivore identifier for the order.  marketplace_code Str...
Mon, 25 May, 2020 at 11:52 PM
Example Bulk Update Inventory
An example JSON payload containing 2 products. Save the content as products.json and use this curl command to upload the products using the bulk update api...
Mon, 9 Dec, 2019 at 2:00 PM