Gets 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.
-
periodfrom
string Date to start the search from
Default value is empty.
-
whichdate
string What date to use the filter (modified/effective from date)
Default value is empty.
GET
/api/pim/calendar
curl \
--request GET 'http://api.example.com/api/pim/calendar' \
--header "Authorization: Bearer $ACCESS_TOKEN"