* } $attributes The order data: * - country_iso: ISO 3166-1 alpha-2 country code * - items: Array of order items (each with type, name, price, unit, units, and quantity) * @throws RequestRequiresClientIdException * @throws GuzzleException */ public function createOrderPreview(array $attributes = []): Result { return $this->post('v1/orders/preview', $attributes); } }