Skip to main content

fetchStats

Constants

fetchBuyerStatsPromise.<Object>

Fetch buyer statistics.

fetchSellerStatsPromise.<Object>

Fetch seller statistics.

fetchBuyerStats ⇒ Promise.<Object>

Fetch buyer statistics.

Kind: global constant
Returns: Promise.<Object> - The response data.
Throws:

  • Error If the response status is not 200.
ParamTypeDescription
tokenstringThe authorization token.

fetchSellerStats ⇒ Promise.<Object>

Fetch seller statistics.

Kind: global constant
Returns: Promise.<Object> - The response data.
Throws:

  • Error If the response status is not 200.
ParamTypeDescription
tokenstringThe authorization token.