CommissionPackages

Show CommissionPackage

Use this endpoint to retrieve a single CommissionPackage.

get/shop/commission-packages/{commissionPackageId}

Response

The CommissionPackage was successfully retrieved.

Example response

{
  "data": {
    "name": "Senior Therapist Package",
    "week_starts_on": "monday",
    "requested_surcharge_percentage": 5,
    "rates": [
      {
        "name": "Standard rate",
        "rate_type": "percentage",
        "percentage": 10,
        "flat_amount": 500,
        "attribution": "performed",
        "offerings": [
          {
            "offering_name": "Twilight massage",
            "offering_type": "appointment"
          }
        ],
        "threshold_amount": 100000
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.