GET v1/store/login/user/orders/summary

Gets the summary of orders of the currently logged-in user, who is identified by the provided security token.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The summary of the orders of the currently logged in user.

UserOrdersSummaryModel
NameDescriptionTypeAdditional information
RejectedOrderCount

The number of rejected orders of the user.

integer

None.

PendingApprovalOrderCount

The number of orders pending for approval by the user.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "RejectedOrderCount": 1,
  "PendingApprovalOrderCount": 2
}