Poq.SDK.Node

Home > @poq/sdk-sfcc > OrderSearchRequest

OrderSearchRequest class

Document representing an order search request.

Signature:

export declare class OrderSearchRequest extends BaseModel<OrderSearchRequest> 

Extends: BaseModel<OrderSearchRequest

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the OrderSearchRequest class

Properties

Property Modifiers Type Description
count?   number (Optional) The number of returned documents
dbStartRecord?   number (Optional) The zero-based index of the record that we want to start with, used to optimize special handling
expand?   Array<string> (Optional) List of expansions to be applied to each search results. Expands are optional
query   object Document representing a query. A query contains a set of objects that define criteria used to select records. A query can contain one of the following:
select?   string (Optional) The field to be selected.
sorts?   Array<Sort> (Optional) The list of sort clauses configured for the search request. Sort clauses are optional.
start?   number (Optional) The zero-based index of the first search hit to include in the result.