Skip to main content
GET
/
seller-analytics
Get the seller-analytics posture-conversion rollup
curl --request GET \
  --url https://api.interchange.io/api/v2/storefront/seller-analytics \
  --header 'Authorization: Bearer <token>'
{
  "generatedAt": "2023-11-07T05:31:56Z",
  "window": {
    "requestedRunLimit": 123,
    "runCount": 4503599627370495,
    "firstRunAt": "2023-11-07T05:31:56Z",
    "lastRunAt": "2023-11-07T05:31:56Z"
  },
  "postureConversion": {
    "byPosture": [
      {
        "runCount": 123,
        "bookedRunCount": 4503599627370495,
        "winRate": 1,
        "bookedBudget": 1
      }
    ],
    "adherence": {
      "comparableRunCount": 4503599627370495,
      "followedCount": 4503599627370495,
      "followedWinRate": 1,
      "divergedWinRate": 1
    }
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Query Parameters

limit
integer
default:100

How many of the most recent intelligence runs to aggregate over.

Required range: 1 <= x <= 200
Example:

100

Response

Get the seller-analytics posture-conversion rollup

Conversion rolled up by the negotiation posture the agent used, with recommendation-adherence, over a window of recent intelligence runs.

generatedAt
string<date-time>
required
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
window
object
required
postureConversion
object
required