In this interface it will show us the order response structure
export interface OrderResponse { token: string; order: Order; shipping_rate: ShippingRate;}
Generated using TypeDoc
In this interface it will show us the order response structure