7digital · Example Payload

Api Basket Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Api Basket Example is an example object payload from 7digital, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iditemstotalvoucherCode

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "items": [
    {
      "itemId": "item-789012",
      "releaseId": "11700062",
      "trackId": "123456",
      "price": {
        "formattedPrice": {},
        "amount": {},
        "currency": {}
      }
    },
    {
      "itemId": "item-789012",
      "releaseId": "11700062",
      "trackId": "123456",
      "price": {
        "formattedPrice": {},
        "amount": {},
        "currency": {}
      }
    }
  ],
  "total": {
    "formattedPrice": "\u00a39.99",
    "amount": 9.99,
    "currency": "GBP"
  },
  "voucherCode": "SUMMER25"
}