Omnia 2.0 API (0.0.7097)

This is the API powering Omnia 2.0 and Pricemonitor, containing operations which can also be used directly by customers from their own systems.

The Omnia 2.0 API is RESTful and provides access to the backend of Omnia 2.0 and Pricemonitor. It is used to manage products, offers, contracts and more.

Download OpenAPI description
Languages
Servers
Mock server
https://api-docs.omniaretail.dev/_mock/api/omnia/
Production API
https://api.patagona.de/

Overview

Overview, explanation and pointers to the API documentation.

Products Management

Operations to manage your products.

Operations

Price Recommendations

Operations to get price recommendations calculated by our system.

Operations

Offers

Operations to get and manage offers.

Operations

Feeds Management

Manage your data-feeds.

Operations

Get all feeds

Request

Feeds can contain offer-related information such as price recommendations. They can be configured to match individual demands.

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
curl -i -X GET \
  -u <username>:<password> \
  https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/feeds

Responses

No response was specified

Bodyapplication/jsonArray [
contractIdstring
csvDecimalSeparatorstring
csvSeparatorstring
deltaUrlstring
fieldsArray of objects
formatstring
idstring
lastAccessedstring(date-time)
lastDeletionstring(date-time)
namestring
urlstring
versioninteger(int64)
]
Response
application/json
[ { "contractId": "string", "csvDecimalSeparator": "string", "csvSeparator": "string", "deltaUrl": "string", "fields": [], "format": "string", "id": "string", "lastAccessed": "2019-08-24T14:15:22Z", "lastDeletion": "2019-08-24T14:15:22Z", "name": "string", "url": "string", "version": 0 } ]

Find feed by ID

Request

A feed can contain offer-related information such as price recommendations. Feeds can be configured to match individual demands.

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
feedIdstringrequired

ID of the feed

curl -i -X GET \
  -u <username>:<password> \
  'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/feeds/{feedId}'

Responses

No response was specified

Bodyapplication/json
contractIdstring
csvDecimalSeparatorstring
csvSeparatorstring
deltaUrlstring
fieldsArray of objects
formatstring
idstring
lastAccessedstring(date-time)
lastDeletionstring(date-time)
namestring
urlstring
versioninteger(int64)
Response
application/json
{ "contractId": "string", "csvDecimalSeparator": "string", "csvSeparator": "string", "deltaUrl": "string", "fields": [ {} ], "format": "string", "id": "string", "lastAccessed": "2019-08-24T14:15:22Z", "lastDeletion": "2019-08-24T14:15:22Z", "name": "string", "url": "string", "version": 0 }

Dismiss already fetched feed-entries

Request

Dismiss already fetched feed-entries, so they will not be part of future responses.

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
feedIdstringrequired

ID of the feed

curl -i -X DELETE \
  -u <username>:<password> \
  'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/feeds/{feedId}/export/delta'

Responses

No response was specified

Bodyapplication/json
contractIdstring
csvDecimalSeparatorstring
csvSeparatorstring
deltaUrlstring
fieldsArray of objects
formatstring
idstring
lastAccessedstring(date-time)
lastDeletionstring(date-time)
namestring
urlstring
versioninteger(int64)
Response
application/json
{ "contractId": "string", "csvDecimalSeparator": "string", "csvSeparator": "string", "deltaUrl": "string", "fields": [ {} ], "format": "string", "id": "string", "lastAccessed": "2019-08-24T14:15:22Z", "lastDeletion": "2019-08-24T14:15:22Z", "name": "string", "url": "string", "version": 0 }

Retrieve all feed-entries after last request

Request

In contrast of normal feeds, feed-deltas return only results, that are new since the last (DELETE-)request.

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
feedIdstringrequired

ID of the feed

fileNamestringrequired

fileName

Default "my-feed.csv"
curl -i -X GET \
  -u <username>:<password> \
  'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/feeds/{feedId}/export/delta/{fileName}'

Responses

No response was specified

Body
contractIdstring
csvDecimalSeparatorstring
csvSeparatorstring
deltaUrlstring
fieldsArray of objects
formatstring
idstring
lastAccessedstring(date-time)
lastDeletionstring(date-time)
namestring
urlstring
versioninteger(int64)
Response
{ "contractId": "string", "csvDecimalSeparator": "string", "csvSeparator": "string", "deltaUrl": "string", "fields": [ {} ], "format": "string", "id": "string", "lastAccessed": "2019-08-24T14:15:22Z", "lastDeletion": "2019-08-24T14:15:22Z", "name": "string", "url": "string", "version": 0 }

Export feed data

Request

Lets you download a file, containing all the data of the feed.

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
feedIdstringrequired

ID of the feed

fileNamestringrequired

fileName

Default "my-feed.csv"
curl -i -X GET \
  -u <username>:<password> \
  'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/feeds/{feedId}/export/{fileName}'

Responses

No response was specified

Body
contractIdstring
csvDecimalSeparatorstring
csvSeparatorstring
deltaUrlstring
fieldsArray of objects
formatstring
idstring
lastAccessedstring(date-time)
lastDeletionstring(date-time)
namestring
urlstring
versioninteger(int64)
Response
{ "contractId": "string", "csvDecimalSeparator": "string", "csvSeparator": "string", "deltaUrl": "string", "fields": [ {} ], "format": "string", "id": "string", "lastAccessed": "2019-08-24T14:15:22Z", "lastDeletion": "2019-08-24T14:15:22Z", "name": "string", "url": "string", "version": 0 }

Logs Management

Operations to store log messages in our system.

You could integrate this API in your own system and publish the integration logs to our system so that Omnia Retail could analyze them.

Operations

Company Management

Company management related endpoints.

Operations

Orders Management

Manage your orders.

Operations

Settings Management

Operations to manage the settings of contracts. Only a limited number of these operations are available to customers directly.

Operations

Tasks Management

Operations to view and manage the tasks running in the platform. Customers can only view tasks.

Operations

Strategies Management

Operations to view and manage the pricing strategies.

Operations

Domains

Operations to view all supported domains.

A domain is an external datasource or website that contains information about offers for products for sale. Information like product characteristics and sales characterics like price, stock level and delivery times and costs.

Operations

Plugin Registration

Operations to view registered plugins.

Operations