Home > @poq/sdk-sfcc > IOrdersClient > getOrdersByID
Gets information for an order.
Signature:
getOrdersByID(orderNo: string, options?: RequestOptions): Promise<PoqResponse<Order>>;
| Parameter | Type | Description |
|---|---|---|
| orderNo | string | the order number |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Order>>