Gets PIM Calendar

GET /api/pim/calendar

Returns a list of products with price changes on a specific date

Query parameters

  • myareas string

    Returns only products that are in a contacts sales order history

    Default value is empty.

  • periodto string

    Date to start the search to

    Default value is empty.

  • Date to start the search from

    Default value is empty.

  • What date to use the filter (modified/effective from date)

    Default value is empty.

GET /api/pim/calendar
curl \
 -X GET http://api.example.com/api/pim/calendar \
 -H "Authorization: Bearer $ACCESS_TOKEN"