Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://{base url}/pricefx/{partition}/productmanager.fetchproductsetcompetition/{label}

Label – The where label is the name of the competition data product set.

...

https://{base url}/pricefx/{partition}/productmanager.importproductcompetition

Payload:

Code Block
languagejson
{
  "data": {
    "products": [
      {
        "sku": "PP-0011",
        "label": "Tomato mild",
        "price": 171.50,
        "currency": "JPY",
        "competitor": "Pomodori Italia",
        "competitorSku": "A001",
        "competitionType": "string",
        "country": "Japan",
        "priceUnit": 1,
        "unitOfMeasure": "string",
        "infoDate": "2021-09-20T12:14:28.646Z",
        "additionalInfo1": 0,
        "additionalInfo2": 100,
        "additionalInfo4": "seasonal"
      }
    ]
  }
}

...