---
title: "Get Affiliate Campaign Summary"
method: GET
path: "/affiliate_campaigns/{id}/summary"
tags: ["Affiliate Campaigns"]
---

# Get Affiliate Campaign Summary

`GET /affiliate_campaigns/{id}/summary`

To get affiliate campaign 活動成效總覽。

## Path parameters

- `id` string, required

## Response `200`

OK

- object[]
  - `total_orders` integer — total number of orders
  - `total_orders_paid` integer — total number of paid orders
  - `total_orders_unpaid` integer — total number of unpaid orders
  - `total_amount` Money
    - `cents` integer
    - `currency_symbol` string
    - `currency_iso` string
    - `label` string
    - `dollars` number
  - `total_amount_paid` Money
    - `cents` integer
    - `currency_symbol` string
    - `currency_iso` string
    - `label` string
    - `dollars` number
  - `total_amount_unpaid` Money
    - `cents` integer
    - `currency_symbol` string
    - `currency_iso` string
    - `label` string
    - `dollars` number
  - `total_reward_value` Money
    - `cents` integer
    - `currency_symbol` string
    - `currency_iso` string
    - `label` string
    - `dollars` number
  - `total_reward_value_paid` Money
    - `cents` integer
    - `currency_symbol` string
    - `currency_iso` string
    - `label` string
    - `dollars` number
  - `total_reward_value_unpaid` Money
    - `cents` integer
    - `currency_symbol` string
    - `currency_iso` string
    - `label` string
    - `dollars` number
  - `updated_at` UpdatedAt — unresolved $ref

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
