OrderTracking

post/orders/track/{token}/upsell

Path parameters

tokenstring required

Request body

productIdsobject

Selected product id(s) for Document Link upsell

upsell_entrystring
upsell_email_typestring
reminder_stagestring
reminder_daystring
tzstring
local_timestring

Example request

{
  "upsell_entry": "document_reminder",
  "upsell_email_type": "document-reminder",
  "reminder_stage": "1",
  "reminder_day": "7d",
  "tz": "Europe/London",
  "local_time": "10:00:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.