commission-junction

What are the possible values for action-status of Commission Junction


What are the possible values for "action-status" response field of Commission Detail Service (REST) of Commission Junction? I tried searching their API help, but did not find the info I needed. I need to know all possible status values, based on which I have to perform specific tasks in my program. Anybody know where I can find this.


Solution

  • The possible values for "action-status" could be:

    1. locked
    2. new
    3. extended
    4. closed

    Some of the status answers them selves.

    1. new: When a single entity in commission detail report is newly created,
    2. extended: When there are any changes to an existing commission detail,
    3. locked: This is the final status, where we can process the commission detail as final detail,
    4. Not sure about closed commission detail status, may be when an commission detail already processed.