DICE Orders and Sales API

Query orders and sales to understand event finances and feed sales into business intelligence - purchase timestamp, quantity, sales channel, full price, commission and DICE commission, fee breakdown, the purchasing fan, and the tickets on each order. Orders support date-range filters (for example purchasedAt gte) and cursor pagination. Endpoints are modeled from the published GraphQL schema; access is partner-gated via a MIO token.

API entry from apis.yml

apis.yml Raw ↑
aid: dice-fm:dice-fm-orders-sales-api
name: DICE Orders and Sales API
tags:
- Orders
- Sales
- Finance
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://partners-endpoint.dice.fm/graphql/docs/index.html
baseURL: https://partners-endpoint.dice.fm/graphql
properties:
- url: https://partners-endpoint.dice.fm/graphql/docs/index.html
  type: Documentation
- url: https://partners-endpoint.dice.fm/graphql/docs/index.html
  type: APIReference
- url: https://partners-endpoint.dice.fm/graphql
  type: GraphQL
description: Query orders and sales to understand event finances and feed sales into business intelligence
  - purchase timestamp, quantity, sales channel, full price, commission and DICE commission, fee breakdown,
  the purchasing fan, and the tickets on each order. Orders support date-range filters (for example purchasedAt
  gte) and cursor pagination. Endpoints are modeled from the published GraphQL schema; access is partner-gated
  via a MIO token.