Omnivore V2 API
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
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
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 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
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
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
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
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
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
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