Refersion · Example Payload

Sku Commission Request

Affiliate MarketingInfluencer MarketingE-CommerceReferral TrackingCommission ManagementShopify

Sku Commission Request is an example object payload from Refersion, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

offer_idskus

Example Payload

Raw ↑
{
  "offer_id": "12345",
  "skus": [
    {
      "sku": "TSHIRT-SMALL-RED",
      "product_description": "T-Shirt Red (Small)",
      "commission_type": "FLAT_RATE",
      "commission_amount": "5"
    },
    {
      "sku": "TSHIRT-SMALL-BLUE",
      "product_description": "T-Shirt Blue (Small)",
      "commission_type": "PERCENT_OF_SALE",
      "commission_amount": "25"
    },
    {
      "sku": "PANTS-LARGE-BLACK",
      "product_description": "Pants Black (Large)",
      "commission_type": "PERCENT_OF_SALE",
      "commission_amount": "10"
    }
  ]
}