Omnia 2.0 API (0.0.7100)

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

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

What tasks are

Tasks are asynchronously handled jobs in our system, like price calculation or monitoring jobs.

Price calculation tasks

A use case for the find tasks operation is to get the most recent completed price calculation task to see if it was successful or failed. And if it failed, what the failures were.

Successful task

Click to expand
{
  "state":"succeeded",
  "data":{
    "startTimestamp":"2023-05-08T14:40:00.213Z"
  },
  "result":{
    "operations":{
      "successful":28444,
      "failed":0,
      "total":28444
    }
  },
  "contractId":"gj8qu6",
  "failures":[

  ],
  "creationDate":"2023-05-08T15:41:46.545Z",
  "taskType":"backend.tasks.pricemonitor.offers.preprocessing",
  "finishDate":"2023-05-08T15:44:58.853Z",
  "userId":2156,
  "startDate":"2023-05-08T15:41:46.555Z",
  "taskId":"gj8qu6:1e318eee-3217-4ee7-a380-c6312935dcd1"
}

Successful task with failures for some products

Click to expand
{
  "state":"succeeded",
  "data":{
    "startTimestamp":"2023-05-07T10:05:00.230Z"
  },
  "result":{
    "operations":{
      "successful":2737,
      "failed":24,
      "total":2761
    }
  },
  "contractId":"f8kfq5",
  "failures":[
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282163",
        "exceptionMessage":"Can't modify min price to 21.6 since it violates the current boundary PriceBoundary(24.00,24.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57316814",
        "exceptionMessage":"Can't modify min price to 35.1 since it violates the current boundary PriceBoundary(35.15,39.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282223",
        "exceptionMessage":"Can't modify min price to 35.1 since it violates the current boundary PriceBoundary(35.15,39.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282324",
        "exceptionMessage":"Can't modify min price to 31.5 since it violates the current boundary PriceBoundary(32.18,35.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282861",
        "exceptionMessage":"Can't modify min price to 35.1 since it violates the current boundary PriceBoundary(35.15,39.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282118",
        "exceptionMessage":"Can't modify min price to 26.1 since it violates the current boundary PriceBoundary(27.73,29.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282152",
        "exceptionMessage":"Can't modify min price to 35.1 since it violates the current boundary PriceBoundary(35.15,39.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57316468",
        "exceptionMessage":"Can't modify min price to 521.1 since it violates the current boundary PriceBoundary(529.00,579.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282300",
        "exceptionMessage":"Can't modify min price to 4769.1 since it violates the current boundary PriceBoundary(4916.84,5299.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57317261",
        "exceptionMessage":"Can't modify min price to 125.10000000000001 since it violates the current boundary PriceBoundary(129.00,139.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282345",
        "exceptionMessage":"Can't modify min price to 1205.1000000000001 since it violates the current boundary PriceBoundary(1299.00,1339.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282464",
        "exceptionMessage":"Can't modify min price to 152.1 since it violates the current boundary PriceBoundary(162.84,169.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282168",
        "exceptionMessage":"Can't modify min price to 836.1 since it violates the current boundary PriceBoundary(899.00,929.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282165",
        "exceptionMessage":"Can't modify min price to 1205.1000000000001 since it violates the current boundary PriceBoundary(1299.00,1339.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282895",
        "exceptionMessage":"Can't modify min price to 1205.1000000000001 since it violates the current boundary PriceBoundary(1299.00,1339.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282307",
        "exceptionMessage":"Can't modify min price to 1205.1000000000001 since it violates the current boundary PriceBoundary(1299.00,1339.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282002",
        "exceptionMessage":"Can't modify min price to 332.1 since it violates the current boundary PriceBoundary(349.00,369.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282399",
        "exceptionMessage":"Can't modify min price to 1025.1000000000001 since it violates the current boundary PriceBoundary(1099.00,1139.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282374",
        "exceptionMessage":"Can't modify min price to 1025.1000000000001 since it violates the current boundary PriceBoundary(1099.00,1139.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282694",
        "exceptionMessage":"Can't modify min price to 836.1 since it violates the current boundary PriceBoundary(899.00,929.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282155",
        "exceptionMessage":"Can't modify min price to 836.1 since it violates the current boundary PriceBoundary(899.00,929.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282271",
        "exceptionMessage":"Can't modify min price to 836.1 since it violates the current boundary PriceBoundary(899.00,929.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282087",
        "exceptionMessage":"Can't modify min price to 1025.1000000000001 since it violates the current boundary PriceBoundary(1099.00,1139.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"57282489",
        "exceptionMessage":"Can't modify min price to 1025.1000000000001 since it violates the current boundary PriceBoundary(1099.00,1139.00)"
      }
    }
  ],
  "creationDate":"2023-05-09T10:05:00.230Z",
  "taskType":"backend.tasks.pricemonitor.offers.preprocessing",
  "finishDate":"2023-05-09T10:05:20.095Z",
  "userId":2156,
  "startDate":"2023-05-09T10:05:00.238Z",
  "taskId":"f8kfq5:44680e2e-2458-4a64-b8a4-edfd5fb2517f"
}

Failed task with failures for all products

Click to expand
{
  "state":"failed",
  "data":{
    "startTimestamp":"2023-05-09T04:00:02.974Z"
  },
  "result":{
    "operations":{
      "successful":0,
      "failed":93,
      "total":93
    }
  },
  "failureCode":"user.preprocessing.strategy.failure",
  "contractId":"tujamm",
  "failures":[
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"88673055",
        "exceptionMessage":"Can't modify max price to 0.0 since it violates the current boundary PriceBoundary(358.6128,1000000.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328105",
        "exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(15.743,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328438",
        "exceptionMessage":"Can't modify max price to 62.947500000000005 since it violates the current boundary PriceBoundary(68.614,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328838",
        "exceptionMessage":"Can't modify max price to 9.397499999999999 since it violates the current boundary PriceBoundary(11.793600000000001,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356778",
        "exceptionMessage":"Can't modify max price to 555.45 since it violates the current boundary PriceBoundary(667.3758,1049.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763642",
        "exceptionMessage":"Can't modify max price to 335.9475 since it violates the current boundary PriceBoundary(402.94800000000004,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356961",
        "exceptionMessage":"Can't modify max price to 1154.9895000000001 since it violates the current boundary PriceBoundary(1340.1752000000001,2199.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329414",
        "exceptionMessage":"Can't modify max price to 12.5475 since it violates the current boundary PriceBoundary(17.654,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763669",
        "exceptionMessage":"Can't modify max price to 10.4475 since it violates the current boundary PriceBoundary(15.2152,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328448",
        "exceptionMessage":"Can't modify max price to 98.64750000000001 since it violates the current boundary PriceBoundary(102.284,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68756226",
        "exceptionMessage":"Can't modify max price to 131.19750000000002 since it violates the current boundary PriceBoundary(152.3158,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328748",
        "exceptionMessage":"Can't modify max price to 4.1475 since it violates the current boundary PriceBoundary(4.2042,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"87832326",
        "exceptionMessage":"Can't modify max price to 12.5475 since it violates the current boundary PriceBoundary(16.1252,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329058",
        "exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(2.0566,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328749",
        "exceptionMessage":"Can't modify max price to 8.3475 since it violates the current boundary PriceBoundary(12.1394,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329108",
        "exceptionMessage":"Can't modify max price to 46.14750000000001 since it violates the current boundary PriceBoundary(47.502,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356678",
        "exceptionMessage":"Can't modify max price to 418.95000000000005 since it violates the current boundary PriceBoundary(508.5262000000001,789.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"79044179",
        "exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(19.747,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328597",
        "exceptionMessage":"Can't modify max price to 125.9475 since it violates the current boundary PriceBoundary(130.13,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763724",
        "exceptionMessage":"Can't modify max price to 12.600000000000001 since it violates the current boundary PriceBoundary(14.7056,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328344",
        "exceptionMessage":"Can't modify max price to 62.947500000000005 since it violates the current boundary PriceBoundary(63.7,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78762366",
        "exceptionMessage":"Can't modify max price to 1101.45 since it violates the current boundary PriceBoundary(1397.4142,1649.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"84641852",
        "exceptionMessage":"Can't modify max price to 31.4475 since it violates the current boundary PriceBoundary(39.13,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763514",
        "exceptionMessage":"Can't modify max price to 272.9475 since it violates the current boundary PriceBoundary(292.929,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78762367",
        "exceptionMessage":"Can't modify max price to 99.75 since it violates the current boundary PriceBoundary(103.77640000000001,139.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68327996",
        "exceptionMessage":"Can't modify max price to 68.1975 since it violates the current boundary PriceBoundary(71.8354,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68373053",
        "exceptionMessage":"Can't modify max price to 19.8975 since it violates the current boundary PriceBoundary(20.4932,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68865365",
        "exceptionMessage":"Can't modify max price to 488.25 since it violates the current boundary PriceBoundary(560.7420000000001,869.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328261",
        "exceptionMessage":"Can't modify max price to 57.697500000000005 since it violates the current boundary PriceBoundary(75.69380000000001,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68373051",
        "exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(3.6946,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78762370",
        "exceptionMessage":"Can't modify max price to 2623.9500000000003 since it violates the current boundary PriceBoundary(3310.7984,3799.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78764192",
        "exceptionMessage":"Can't modify min price to 0.0 since it violates the current boundary PriceBoundary(0.01,1000000.00)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356770",
        "exceptionMessage":"Can't modify max price to 523.95 since it violates the current boundary PriceBoundary(606.2420000000001,949.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68566764",
        "exceptionMessage":"Can't modify max price to 3.0975 since it violates the current boundary PriceBoundary(3.5126,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"82558573",
        "exceptionMessage":"Can't modify max price to 13.5975 since it violates the current boundary PriceBoundary(22.677200000000003,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"71348897",
        "exceptionMessage":"Can't modify max price to 110.25 since it violates the current boundary PriceBoundary(130.40300000000002,159.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356779",
        "exceptionMessage":"Can't modify max price to 523.95 since it violates the current boundary PriceBoundary(597.324,929.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763130",
        "exceptionMessage":"Can't modify max price to 262.4475 since it violates the current boundary PriceBoundary(297.479,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328608",
        "exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(18.436600000000002,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356767",
        "exceptionMessage":"Can't modify max price to 450.45000000000005 since it violates the current boundary PriceBoundary(484.66600000000005,759.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328114",
        "exceptionMessage":"Can't modify max price to 62.947500000000005 since it violates the current boundary PriceBoundary(65.52,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"88113739",
        "exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(26.499200000000002,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"82891765",
        "exceptionMessage":"Can't modify max price to 104.9475 since it violates the current boundary PriceBoundary(164.10940000000002,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356775",
        "exceptionMessage":"Can't modify max price to 498.75 since it violates the current boundary PriceBoundary(570.9522,889.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67357075",
        "exceptionMessage":"Can't modify max price to 82.95 since it violates the current boundary PriceBoundary(100.71880000000002,119.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328424",
        "exceptionMessage":"Can't modify max price to 141.6975 since it violates the current boundary PriceBoundary(202.02,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356784",
        "exceptionMessage":"Can't modify max price to 119.7 since it violates the current boundary PriceBoundary(144.01659999999998,169.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763163",
        "exceptionMessage":"Can't modify max price to 57.697500000000005 since it violates the current boundary PriceBoundary(58.80420000000001,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763355",
        "exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(16.616600000000002,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78762365",
        "exceptionMessage":"Can't modify max price to 681.45 since it violates the current boundary PriceBoundary(883.2278000000001,989.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"79044161",
        "exceptionMessage":"Can't modify max price to 9.397499999999999 since it violates the current boundary PriceBoundary(2682.6800000000003,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"79809361",
        "exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(21.2394,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356786",
        "exceptionMessage":"Can't modify max price to 488.25 since it violates the current boundary PriceBoundary(560.7420000000001,879.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329134",
        "exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(32.123,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328205",
        "exceptionMessage":"Can't modify max price to 102.84750000000001 since it violates the current boundary PriceBoundary(119.70139999999999,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763330",
        "exceptionMessage":"Can't modify max price to 5.197500000000001 since it violates the current boundary PriceBoundary(8.5722,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763539",
        "exceptionMessage":"Can't modify max price to 125.9475 since it violates the current boundary PriceBoundary(133.2968,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763512",
        "exceptionMessage":"Can't modify max price to 24.0975 since it violates the current boundary PriceBoundary(31.668,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328857",
        "exceptionMessage":"Can't modify max price to 31.4475 since it violates the current boundary PriceBoundary(37.1826,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78762372",
        "exceptionMessage":"Can't modify max price to 114.45 since it violates the current boundary PriceBoundary(145.16320000000002,169.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328455",
        "exceptionMessage":"Can't modify max price to 136.4475 since it violates the current boundary PriceBoundary(192.37400000000002,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68647965",
        "exceptionMessage":"Can't modify max price to 26.1975 since it violates the current boundary PriceBoundary(27.937,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356782",
        "exceptionMessage":"Can't modify max price to 376.95 since it violates the current boundary PriceBoundary(397.54260000000005,619.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"79431469",
        "exceptionMessage":"Can't modify max price to 15.6975 since it violates the current boundary PriceBoundary(31.8136,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763460",
        "exceptionMessage":"Can't modify max price to 38.79750000000001 since it violates the current boundary PriceBoundary(134.64360000000002,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763601",
        "exceptionMessage":"Can't modify max price to 29.3475 since it violates the current boundary PriceBoundary(29.9936,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356833",
        "exceptionMessage":"Can't modify max price to 523.95 since it violates the current boundary PriceBoundary(617.9264,959.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68044131",
        "exceptionMessage":"Can't modify max price to 292.95 since it violates the current boundary PriceBoundary(364.6734,419.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"74301166",
        "exceptionMessage":"Can't modify max price to 166.95000000000002 since it violates the current boundary PriceBoundary(221.40300000000002,9999.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329019",
        "exceptionMessage":"Can't modify max price to 6.2475000000000005 since it violates the current boundary PriceBoundary(12.776399999999999,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356722",
        "exceptionMessage":"Can't modify max price to 866.25 since it violates the current boundary PriceBoundary(1092.8736000000001,1249.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78764189",
        "exceptionMessage":"Can't modify max price to 52.447500000000005 since it violates the current boundary PriceBoundary(56.27440000000001,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78764000",
        "exceptionMessage":"Can't modify max price to 2.0475 since it violates the current boundary PriceBoundary(5.6602,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356768",
        "exceptionMessage":"Can't modify max price to 488.25 since it violates the current boundary PriceBoundary(560.924,879.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329149",
        "exceptionMessage":"Can't modify max price to 20.9475 since it violates the current boundary PriceBoundary(23.0958,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"82278909",
        "exceptionMessage":"Can't modify max price to 69.2475 since it violates the current boundary PriceBoundary(114.66000000000001,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68647966",
        "exceptionMessage":"Can't modify max price to 26.1975 since it violates the current boundary PriceBoundary(27.937,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763897",
        "exceptionMessage":"Can't modify max price to 16.7475 since it violates the current boundary PriceBoundary(17.1444,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"75351547",
        "exceptionMessage":"Can't modify max price to 109.2 since it violates the current boundary PriceBoundary(128.856,239.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763641",
        "exceptionMessage":"Can't modify max price to 52.447500000000005 since it violates the current boundary PriceBoundary(60.06,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328459",
        "exceptionMessage":"Can't modify max price to 36.697500000000005 since it violates the current boundary PriceBoundary(45.427200000000006,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68328752",
        "exceptionMessage":"Can't modify max price to 20.9475 since it violates the current boundary PriceBoundary(22.8592,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763678",
        "exceptionMessage":"Can't modify max price to 204.6975 since it violates the current boundary PriceBoundary(278.46000000000004,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"74301169",
        "exceptionMessage":"Can't modify max price to 261.45 since it violates the current boundary PriceBoundary(327.63640000000004,389.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329012",
        "exceptionMessage":"Can't modify max price to 20.9475 since it violates the current boundary PriceBoundary(23.605400000000003,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"78763855",
        "exceptionMessage":"Can't modify max price to 13.5975 since it violates the current boundary PriceBoundary(17.672200000000004,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"81749897",
        "exceptionMessage":"Can't modify max price to 292.95 since it violates the current boundary PriceBoundary(326.5262,529.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67357159",
        "exceptionMessage":"Can't modify max price to 156.45000000000002 since it violates the current boundary PriceBoundary(225.8074,229.99)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356769",
        "exceptionMessage":"Can't modify max price to 603.75 since it violates the current boundary PriceBoundary(692.3462000000001,1089.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68329423",
        "exceptionMessage":"Can't modify max price to 10.4475 since it violates the current boundary PriceBoundary(10.92,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"68327990",
        "exceptionMessage":"Can't modify max price to 146.9475 since it violates the current boundary PriceBoundary(148.3664,2701.87)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"67356697",
        "exceptionMessage":"Can't modify max price to 1395.45 since it violates the current boundary PriceBoundary(1826.7340000000002,1999.0)"
      }
    },
    {
      "messageId":"ProcessingFailure",
      "attributes":{
        "productId":"87832348",
        "exceptionMessage":"Can't modify max price to 10.4475 since it violates the current boundary PriceBoundary(15.834,2701.87)"
      }
    }
  ],
  "creationDate":"2023-05-09T04:00:53.558Z",
  "taskType":"backend.tasks.pricemonitor.offers.preprocessing",
  "finishDate":"2023-05-09T04:00:59.213Z",
  "userId":2156,
  "startDate":"2023-05-09T04:00:54.677Z",
  "taskId":"tujamm:49329f97-62ff-4c65-89af-062432e82095"
}

Find tasks for contract [vendor]

Request

The search can be narrowed down by providing the IDs of the tasks, separated by comma

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
Query
taskIdsFilterstring

Ids of the tasks

taskTypeFilterstring

Desired task type

limitinteger(int32)

Maximal number of results

Default 100
Example: limit=10
includeFailuresboolean

Flag whether to include failures in the response

Default true
taskStatestring

Comma separated task state filter

minCreationDatestring(date-time)

Oldest returned creation date in UTC

maxCreationDatestring(date-time)

Newest returned creation date in UTC

curl -i -X GET \
  -u <username>:<password> \
  'https://api-docs.omniaretail.dev/_mock/api/omnia/api/2/v/contracts/qbcxvb/tasks?includeFailures=true&limit=10&maxCreationDate=2019-08-24T14%3A15%3A22Z&minCreationDate=2019-08-24T14%3A15%3A22Z&taskIdsFilter=string&taskState=string&taskTypeFilter=string'

Responses

No response was specified

Bodyapplication/jsonArray [
contractIdstring
creationDatestring(date-time)
dataArray of strings
failuresArray of objects
finishDatestring(date-time)
parentIdstring
startDatestring(date-time)
statestring
taskIdstring
taskTypestring
]
Response
application/json
[ { "contractId": "string", "creationDate": "2019-08-24T14:15:22Z", "data": [], "failures": [], "finishDate": "2019-08-24T14:15:22Z", "parentId": "string", "startDate": "2019-08-24T14:15:22Z", "state": "string", "taskId": "string", "taskType": "string" } ]

Get task

Request

Finds a task with the specified id for the given contract.

Path
contractIdstringrequired

ID of the contract

Example: qbcxvb
taskIdstringrequired

Id of the task

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

Responses

No response was specified

Bodyapplication/json
contractIdstring
creationDatestring(date-time)
dataArray of strings
failuresArray of objects
finishDatestring(date-time)
parentIdstring
startDatestring(date-time)
statestring
taskIdstring
taskTypestring
Response
application/json
{ "contractId": "string", "creationDate": "2019-08-24T14:15:22Z", "data": [ "string" ], "failures": [ {} ], "finishDate": "2019-08-24T14:15:22Z", "parentId": "string", "startDate": "2019-08-24T14:15:22Z", "state": "string", "taskId": "string", "taskType": "string" }

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