Get summary months - celdotro/marketplace GitHub Wiki

About

  • Get months in which orders summary was generated

Class

celmarket\Payments\PaymentsReports

Method

getSummaryMonths

API

  • method: Commissions
  • action: getMonths

Parameters

  • (none)

Response

An array with the following attributes

  • (array element) = month (formatted as MM/YYYY, where MM is the 2 digits month and YYYY is the 4 digits year)

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Payments/3.getSummaryMonths.php

Example - JSON

{
  "request": {
  },
  
  "response": [
    "X" 
  ]
}
⚠️ **GitHub.com Fallback** ⚠️