Home > @vsf-enterprise/bigcommerce-api > GetOrderProductsParameters
# GetOrderProductsParameters interface
Necessary and optional parameters to get order products.
Signature:
export interface GetOrderProductsParameters
# Properties
| Property | Type | Description |
|---|---|---|
| limit? | number | (Optional) Number of results to return. |
| orderId | number | ID of the order. |
| page? | number | (Optional) The page to return in the response. |