Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerOrderResult

CustomerOrderResult class

Result document containing an array of customer orders.

Signature:

export declare class CustomerOrderResult extends BaseModel<CustomerOrderResult> 

Extends: BaseModel<CustomerOrderResult

Constructors

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

Properties

Property Modifiers Type Description
count?   number (Optional) The number of returned documents.
data?   Array<Order> (Optional) The array of customer order documents.
next?   string (Optional) The URL of the next result page.
previous?   string (Optional) The URL of the previous result page.
select?   string (Optional) The fields that you want to select.
start?   number (Optional) The zero-based index of the first search hit to include in the result.
total?   number (Optional) The total number of documents.