Advertisement
dewthossapol

Affiliate Seller Dashboard

Feb 12th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. {
  2.    "seller_id": "1A2B3C",
  3.    "share_value": 1000.00,
  4.    "sales_revenue": 10000.00,
  5.    "total_earned_share_value": 1000.00,
  6.    "total_earned_sales": 10000.00,
  7.    "rights": [
  8.       {
  9.          "product_title": "TOEIC Krudew",
  10.          "product_image": "" // thumbnail,
  11.          "affiliate_fee": 1000,
  12.          "affiliate_link": "https://www.opendurian.com/toeic_krudew?aff=1A2B3C",
  13.          "id": 1
  14.       },
  15.       {
  16.          "product_title": "TOEIC Kruken",
  17.          "product_image": "" // thumbnail,
  18.          "affiliate_fee": 1000,
  19.          "affiliate_link": "https://www.opendurian.com/toeic_krudew?aff=1A2B3C",
  20.          "id": 2
  21.       },
  22.       {
  23.          "product_title": "TOEIC Krubird",
  24.          "product_image": "" // thumbnail,
  25.          "affiliate_fee": 1000,
  26.          "affiliate_link": "https://www.opendurian.com/toeic_krudew?aff=1A2B3C",
  27.          "id": 3
  28.       }
  29.    ],
  30.    "right_detail": {
  31.       "purchases": [
  32.          {
  33.             "student_name": "Om Pichayaporn",
  34.             "final_price": 5000,
  35.             "order_status": 3,
  36.             "share_value": 1000,
  37.             "is_paidout": true,
  38.          }
  39.       ]
  40.    }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement