Skip to main content
GET
/
tabs
/
reports
/
sales-divided
Ventas divididas
curl --request GET \
  --url https://api.service.getjusto.com/v3/tabs/reports/sales-divided \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "_id": "<string>",
    "dividers": {},
    "periods": [
      {
        "total": 123,
        "divided": {},
        "fromDate": "2023-11-07T05:31:56Z",
        "toDate": "2023-11-07T05:31:56Z"
      }
    ],
    "total": {
      "total": 123,
      "divided": {},
      "fromDate": "2023-11-07T05:31:56Z",
      "toDate": "2023-11-07T05:31:56Z"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjusto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fromDate
string<date-time>
required
Example:

"2020-01-01T00:00:00.000Z"

toDate
string<date-time>
required
Example:

"2020-01-01T00:00:00.000Z"

divideBy
string[]
required
periodType
string
required
storesIds
string[]
deliveryTypes
string[]
sources
string[]
considerDeliveryFee
boolean
useNetValues
boolean

Response

The OpenAPI spec

success
boolean
Example:

true

data
object