Home > @vsf-enterprise/bigcommerce-api > OrdersWithDetailsResponse
# OrdersWithDetailsResponse type
Definition of the response to the orders request.
Signature:
export declare type OrdersWithDetailsResponse = OrderByCartResponse[];
References: OrderByCartResponse