Skip to main content

Retrieve Orders data

GET 

/reporting

Retrieve checkout share data

Request

Body

required

    request_id uuidrequired

    A unique identifier to track this request

    from ISO 8601 date-timerequired

    Date for greater than order placed_at filter, in UTC

    pageLimit integerrequired

    limit in offset calculation

    currentPage integerrequired

    current page in offset calculation

Responses

OK

Schema

    request_id uuid

    items

    object[]

  • Array [

  • order_id stringrequired

    The increment id that uniquely identifies the order in the system

    payment_method stringrequired

    Should resolve to payment service as a title not payment methods with client specifics. Example of good values: [Simpler, Card, Cash on delivery, Apple Pay, Klarna, Paypal, Revolut]. Examples of bad values: [Amex ending in 1017, Credit card via Eurobank, mypos_virtual, PayPal - user02@hotmail.com]

    is_guest booleanrequired

    If customer is guest

    country_code stringrequired

    ISO country code

    cart_size integerrequired

    The total quantity ordered

    total_paid floatrequired

    Total paid

    created_at ISO 8601 date-timerequired

    Date order was added in UTC

  • ]

  • total_pages integer
Loading...