Alokai

SapccApiCountUserOrdersRequest

Request parameters for countUserOrders operation in SapccApi. SapccApiCountUserOrdersRequest

interface SapccApiCountUserOrdersRequest {
	readonly baseSiteId: string;
	readonly statuses?: string;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiCountUserOrders
statusesOptionalstringFilters only certain order statuses. For example, statuses=CANCELLED,CHECKED_VALID would only return orders with status CANCELLED or CHECKED_VALID. {string} SapccApiCountUserOrders
userIdRequiredstringUser identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiCountUserOrders

On this page