Skip to content

total revenue for a given merchant #12

@abreaux26

Description

@abreaux26
  • This endpoint should return the total revenue for a single merchant.
  • The URI should follow this pattern: GET /api/v1/revenue/merchants/:id
  • Example JSON response for GET /api/v1/revenue/merchants/1
{
  "data": {
    "id": "42",
    "type": "merchant_revenue",
    "attributes": {
      "revenue"  : 532613.9800000001
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions